yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10551
[Branch ~yade-pkg/yade/git-trunk] Rev 3830: Fix library name for new openblas.
------------------------------------------------------------
revno: 3830
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Fri 2014-02-28 10:40:54 +0100
message:
Fix library name for new openblas.
modified:
cMake/FindOpenBlas.cmake
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'cMake/FindOpenBlas.cmake'
--- cMake/FindOpenBlas.cmake 2013-06-26 18:15:55 +0000
+++ cMake/FindOpenBlas.cmake 2014-02-28 09:40:54 +0000
@@ -1,10 +1,10 @@
# - Find OpenBlas library
#
# This module defines
-# OPENBLAS_LIBRARY, libraries to link against to use GL2PS.
-# OPENBLAS_FOUND, If false, do not try to use GL2PS.
+# OPENBLAS_LIBRARY, libraries to link against to use Openblas.
+# OPENBLAS_FOUND, If false, do not try to use Openblas.
-FIND_LIBRARY(OPENBLAS_LIBRARY NAMES openblas PATHS /usr/lib/openblas-base )
+FIND_LIBRARY(OPENBLAS_LIBRARY NAMES openblas blas PATHS /usr/lib/openblas-base )
# handle the QUIETLY and REQUIRED arguments and set LOKI_FOUND to TRUE if
# all listed variables are TRUE