[clblas] 18/125: Bumped the SOVERSION to 2 to account for ABI changes Fixed several typos in .pc file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:18 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 cc2538714e95ec193dde3ea71031438901cd933b
Author: Kent Knox <kent.knox at amd>
Date:   Tue Sep 10 14:42:36 2013 -0500

    Bumped the SOVERSION to 2 to account for ABI changes
    Fixed several typos in .pc file
---
 src/CMakeLists.txt       | 2 +-
 src/library/clBLAS.pc.in | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a063aeb..92bfb16 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -51,7 +51,7 @@ set( clBLAS_VERSION_PATCH 0 )
 set( clBLAS_VERSION "${clBLAS_VERSION_MAJOR}.${clBLAS_VERSION_MINOR}.${clBLAS_VERSION_PATCH}")
 
 # Increment this if we break backward compatibility.
-set(clBLAS_SOVERSION 1)
+set( clBLAS_SOVERSION 2 )
 
 # We have custom written Find* modules now in the root source directory
 set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR} )
diff --git a/src/library/clBLAS.pc.in b/src/library/clBLAS.pc.in
index 3eef330..433ca63 100644
--- a/src/library/clBLAS.pc.in
+++ b/src/library/clBLAS.pc.in
@@ -1,11 +1,11 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}/bin at SUFFIX_BIN@
 includedir=${prefix}/include
-libdir=${exec_prefix}/lib at SUFFIX_LIB@
+libdir=${prefix}/lib at SUFFIX_LIB@
 
-Name: clFFT
+Name: clBLAS
 Description: Open source OpenCL BLAS library
-Version: @CLFFT_VERSION@
+Version: @clBLAS_VERSION@
 URL: https://github.com/clMathLibraries/clBLAS
 
 Cflags: -I${includedir}

-- 
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