[hdf5] 11/16: Name the bounce lib with full name
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Jul 24 13:15:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch dev-alternatives
in repository hdf5.
commit 3e30f255c3e7200c69439adce485a77104b1b0e4
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Jul 23 10:40:42 2014 +0100
Name the bounce lib with full name
---
debian/make_bounce_libs.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/make_bounce_libs.py b/debian/make_bounce_libs.py
index c65fd95..c8d15bf 100755
--- a/debian/make_bounce_libs.py
+++ b/debian/make_bounce_libs.py
@@ -168,8 +168,8 @@ def create_bounce_libs(dirname, flavor, scriptname, filtername, bouncename, sona
###
# pass in from Makefile
-# e.g . sover='8', flavor='mpich'
-sover, flavor = sys.argv[1:3]
+# e.g . sover='8', fullver='8.0.2', flavor='mpich'
+sover, fullver, flavor = sys.argv[1:4]
if flavor != 'serial':
flavorlib = '-%s' % flavor
@@ -186,7 +186,7 @@ for libsuffix in ['','_hl','_fortran','hl_fortran']:
ver_filename = 'debian/libhdf5_%s%s.ver' % (v[flavor],libsuffix)
filtername = 'hdf5_%s%s' % (flavor, libsuffix)
soname = 'libhdf5%s.so.%s' % (libsuffix, sover)
- bouncename ='libhdf5%s_b.so.%s' % (libsuffix, sover)
+ bouncename ='libhdf5%s_b.so.%s' % (libsuffix, fullver)
scriptname = '%s/link-libhdf5%s-%s.scr' % (tmpdir,libsuffix,flavor)
symbol_sets = parse_version_file(ver_filename)
write_linker_script(scriptname, symbol_sets)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git
More information about the Pkg-grass-devel
mailing list