[Pkg-scicomp-devel] slepc/trunk/debian

Ondrej Certik ondrej at certik.cz
Sun Jul 1 16:35:26 UTC 2007


SVN commit 1617 by certik-guest:

Put correct configure flags for arpack in the comment (doesn't work, because
the arpack library in debian doesn't have parpack). When I compiled parpack by
hand and put /usr/lib/libparpack.a in there, SLEPc compiled against it just
fine. 


 M  +1 -1      slepc/trunk/debian/rules  


--- slepc/trunk/debian/rules #1616:1617
@@ -27,8 +27,8 @@
 	# Add here commands to configure the package.
 	
 
-	#config/configure.py --with-arpack-dir=$arpackdir --with-arpack-flags=-lparpack,-larpack
 	PETSC_DIR=/usr/lib/petsc SLEPC_DIR=`pwd` config/configure.py
+	#PETSC_DIR=/usr/lib/petsc SLEPC_DIR=`pwd` config/configure.py --with-arpack-dir=/usr/lib --with-arpack-flags=-lparpack,-larpack
 	
 	touch configure-stamp
 



More information about the Pkg-scicomp-devel mailing list