[clblas] 50/125: Modified search path for ACML; if looking in _mp subdir, make sure to search and link _mp libs accordingly

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clblas.

commit 85e0803db1b5a8b57f2e30c06da0a61db67766b5
Author: Kent Knox <kent.knox at amd>
Date:   Fri Jan 10 13:46:11 2014 -0600

    Modified search path for ACML; if looking in _mp subdir, make sure to
    search and link _mp libs accordingly
---
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 44f51af..73a1296 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -151,7 +151,7 @@ if( BUILD_TEST )
 		endif()
 		
 		if( UNIX )
-			find_library(ACML_LIBRARIES acml acml_mp
+			find_library(ACML_LIBRARIES acml_mp
 				HINTS
 					${ACML_ROOT}/lib
 					${ACML_ROOT}/${ACML_SUBDIR}/lib
@@ -169,7 +169,7 @@ if( BUILD_TEST )
 		endif( )
 		
 		if(WIN32)
-			find_library(ACML_LIBRARIES libacml_dll libacml_mp_dll
+			find_library(ACML_LIBRARIES libacml_mp_dll
 				HINTS
 					${ACML_ROOT}/lib
 					${ACML_ROOT}/${ACML_SUBDIR}/lib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git



More information about the debian-science-commits mailing list