[clapack] 01/01: fix static lib name
Andreas Tille
tille at debian.org
Sat May 28 09:57:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository clapack.
commit cc38de9d7d49f5f728ea76bfe26795c4f27d8b10
Author: Andreas Tille <tille at debian.org>
Date: Sat May 28 11:57:09 2016 +0200
fix static lib name
---
debian/patches/soname.patch | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/patches/soname.patch b/debian/patches/soname.patch
index 2f961d6..bdf8705 100644
--- a/debian/patches/soname.patch
+++ b/debian/patches/soname.patch
@@ -46,7 +46,7 @@ Description: Add soname
--- a/TESTING/MATGEN/CMakeLists.txt
+++ b/TESTING/MATGEN/CMakeLists.txt
-@@ -67,4 +67,11 @@ if(BUILD_COMPLEX16)
+@@ -67,4 +67,14 @@ if(BUILD_COMPLEX16)
endif()
add_library(ctmg SHARED ${ALLOBJ} )
add_library(ctmg_static STATIC ${ALLOBJ} )
@@ -57,4 +57,7 @@ Description: Add soname
+ VERSION 3.2.1
+ SOVERSION 3
+ )
++set_target_properties(ctmg_static PROPERTIES
++ OUTPUT_NAME ctmg
++ )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clapack.git
More information about the debian-science-commits
mailing list