[Pkg-scicomp-commits] scotch/trunk/debian

Adam C. Powell, IV hazelsct at debian.org
Mon Mar 15 20:32:22 UTC 2010


SVN commit 4902 by hazelsct:

Use chrpath to remove rpath from ptscotch and libptscotch5.1 binaries.


 M  +6 -0      scotch/trunk/debian/changelog  
 M  +2 -1      scotch/trunk/debian/control  
 M  +9 -0      scotch/trunk/debian/rules  


--- scotch/trunk/debian/changelog #4901:4902
@@ -1,3 +1,9 @@
+scotch (5.1.7.dfsg-3) unstable; urgency=low
+
+  * Uses chrpath to remove rpath from ptscotch and libptscotch5.1 binaries.
+
+ -- Adam C. Powell, IV <hazelsct at debian.org>  Mon, 15 Mar 2010 16:25:41 -0400
+
 scotch (5.1.7.dfsg-2) unstable; urgency=low
 
   * libscotchmetis-dev conflicts with libparmetis-dev (closes: #568841).
--- scotch/trunk/debian/control #4901:4902
@@ -3,7 +3,8 @@
 Priority: extra
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, "Adam C. Powell, IV" <hazelsct at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), bison, flex, zlib1g-dev, mpi-default-dev, mpi-default-bin
+Build-Depends: cdbs, debhelper (>= 7), bison, flex, zlib1g-dev, chrpath,
+ mpi-default-dev, mpi-default-bin
 Standards-Version: 3.8.4.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/scotch/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/scotch/
--- scotch/trunk/debian/rules #4901:4902
@@ -27,8 +27,17 @@
 	-for i in dgmap dgord dgscat dgpart dgtst;\
         do\
 	 mv bin/$$i bin/ptscotch_$$i;\
+	 chrpath --delete bin/ptscotch_$$i;\
 	done
+	chrpath --delete src/esmumps/ptscotch_esmumps
 
+build/libptscotch-5.1::
+	chrpath --delete src/libscotch/libptscotch-5.1.so
+	chrpath --delete src/libscotch/libptscotcherr-5.1.so
+	chrpath --delete src/libscotch/libptscotcherrexit-5.1.so
+	chrpath --delete src/esmumps/libptesmumps-5.1.so
+	chrpath --delete src/libscotchmetis/libptscotchparmetis-5.1.so
+
 install/libscotchmetis-dev::
 	(cd lib && ln -s libscotchmetis.a libmetis.a); \
 	(cd src/libscotchmetis/ && ln -s libscotchmetis.so libmetis.so)



More information about the Pkg-scicomp-commits mailing list