[Pkg-scicomp-devel] arpack++/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Sun Jul 16 11:14:47 UTC 2006


SVN commit 463 by prudhomm:

applied patch by Goswin von
    Brederlow 


 M  +7 -0      arpack++/trunk/debian/changelog  
 M  +1 -1      arpack++/trunk/debian/control  
 M  +1 -0      arpack++/trunk/debian/rules  


--- arpack++/trunk/debian/changelog #462:463
@@ -1,3 +1,10 @@
+arpack++ (2.2-9) unstable; urgency=low
+
+  * Fixed miscompiles on amd64 with rpath /usr/lib64, thanks to Goswin von
+    Brederlow (closes: #378210)
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 16 Jul 2006 12:56:13 +0200
+
 arpack++ (2.2-8) unstable; urgency=low
 
   * Updated to Standards-Version 3.7.2(no change)
--- arpack++/trunk/debian/control #462:463
@@ -1,7 +1,7 @@
 Source: arpack++
 Section: devel
 Priority: optional
-Build-Depends: debhelper ( >> 4.1.0 ), libg2c0-dev, refblas3-dev|libblas-3.so, lapack3-dev|lapack-3.so, libarpack2-dev
+Build-Depends: debhelper ( >> 4.1.0 ), g++ (>>2.95), libg2c0-dev, refblas3-dev|libblas-3.so, lapack3-dev|lapack-3.so, libarpack2-dev, chrpath
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
 Standards-Version: 3.7.2
--- arpack++/trunk/debian/rules #462:463
@@ -25,6 +25,7 @@
 	-find . -name README  | xargs touch
 	./configure --prefix=/usr --includedir=/usr/include/arpack++
 	make
+	chrpath -d src/.libs/libarpack++.so.2
 	touch build
 
 install: build 



More information about the Pkg-scicomp-devel mailing list