Hello Sebsastian,

> - macOS Sierra 10.12.4 (MacBook Pro, Retina, 13-inch, Early 2015)


The native code in the javacpp modules does not have a build profile for MacOS.


We do currently have a jira open for this:  
https://issues.apache.org/jira/browse/MAHOUT-1908

the fix build for mac should be relativly simple,  the issue is with CLANG (OR 
LLVM) on mac not containing OpenMP you can get around this by working woth 
gcc6.  I had it almost finished at one point, but other things took priority..


the properties files are right here: 
https://github.com/apache/mahout/tree/master/viennacl

If you'd like to take a shot at creating and a mac-os.properties file it would 
be great, you the mac property file would just have to be swapped out here:

https://github.com/apache/mahout/blob/master/viennacl/pom.xml#L142

<https://github.com/apache/mahout/blob/master/viennacl/pom.xml#L142>and the 
project rebuilt.


Thanks,


Andy







________________________________
From: Sebastian Lehrig <[email protected]>
Sent: Tuesday, May 9, 2017 9:54:05 AM
To: [email protected]
Subject: UnsatisfiedLinkError: jniViennaCL


Hi,

After installing the newest mahout release (13.0.0), I'm getting exactly
this issue:
https://issues.apache.org/jira/browse/MAHOUT-1946

How to fix that?

Some details about my setup:
- mahout 0.13.0
- spark 1.6.3 (spark-1.6.3-bin-hadoop2.6 package)
- java version "1.8.0_121"
- scala version 2.10.5
- macOS Sierra 10.12.4 (MacBook Pro, Retina, 13-inch, Early 2015)
- graphics card: Intel Iris Graphics 6100 1536 MB

Thanks and regards,
Sebastian

Reply via email to