You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2017/02/27 02:19:51 UTC

mahout git commit: MAHOUT-1938: When building on linux, haswell properties are not working. closes apache/mahout#284

Repository: mahout
Updated Branches:
  refs/heads/master b8f9d26db -> 51b1ab99a


MAHOUT-1938: When building on linux, haswell properties are not working. closes apache/mahout#284


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/51b1ab99
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/51b1ab99
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/51b1ab99

Branch: refs/heads/master
Commit: 51b1ab99a86311078aa205f32ad178acdb824fc9
Parents: b8f9d26
Author: Andrew Palumbo <ap...@apache.org>
Authored: Sun Feb 26 18:17:57 2017 -0800
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Sun Feb 26 18:17:57 2017 -0800

----------------------------------------------------------------------
 viennacl-omp/linux-haswell.properties | 2 +-
 viennacl-omp/pom.xml                  | 2 +-
 viennacl/linux-haswell.properties     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/51b1ab99/viennacl-omp/linux-haswell.properties
----------------------------------------------------------------------
diff --git a/viennacl-omp/linux-haswell.properties b/viennacl-omp/linux-haswell.properties
index 52d5cec..3ee4494 100644
--- a/viennacl-omp/linux-haswell.properties
+++ b/viennacl-omp/linux-haswell.properties
@@ -1,4 +1,4 @@
-platform=linux-haswell
+platform=linux-x86_64
 platform.path.separator=:
 platform.source.suffix=.cpp
 platform.includepath.prefix=-I

http://git-wip-us.apache.org/repos/asf/mahout/blob/51b1ab99/viennacl-omp/pom.xml
----------------------------------------------------------------------
diff --git a/viennacl-omp/pom.xml b/viennacl-omp/pom.xml
index 865ef0d..f1623f6 100644
--- a/viennacl-omp/pom.xml
+++ b/viennacl-omp/pom.xml
@@ -133,7 +133,7 @@
             </goals>
             <configuration>
               <environmentVariables>
-                <LD_LIBRARY_PATH>{project.basedir}/target/classes/org/apache/mahout/javacpp/linalg/linux-x86_64_omp/
+                <LD_LIBRARY_PATH>{project.basedir}/target/classes/org/apache/mahout/javacpp/linalg/linux-x86_64/
                 </LD_LIBRARY_PATH>
               </environmentVariables>
               <executable>java</executable>

http://git-wip-us.apache.org/repos/asf/mahout/blob/51b1ab99/viennacl/linux-haswell.properties
----------------------------------------------------------------------
diff --git a/viennacl/linux-haswell.properties b/viennacl/linux-haswell.properties
index 52d5cec..3ee4494 100644
--- a/viennacl/linux-haswell.properties
+++ b/viennacl/linux-haswell.properties
@@ -1,4 +1,4 @@
-platform=linux-haswell
+platform=linux-x86_64
 platform.path.separator=:
 platform.source.suffix=.cpp
 platform.includepath.prefix=-I