[Pkg-scicomp-commits] fenics/dolfin/trunk/debian

Johannes Ring johannr at simula.no
Tue Oct 13 08:01:46 UTC 2009


SVN commit 4656 by johannr-guest:

Specify paths to PETSc 3.0.0 and SLEPc 3.0.0.

 M  +1 -0      fenics/dolfin/trunk/debian/changelog  
 M  +2 -2      fenics/dolfin/trunk/debian/rules  


--- fenics/dolfin/trunk/debian/changelog #4655:4656
@@ -6,6 +6,7 @@
     improvements have also been made.
   * debian/watch: Update for new flat directory structure.
   * Update debian/copyright.
+  * debian/rules: Use explicit paths to PETSc 3.0.0 and SLEPc 3.0.0.
 
  -- Johannes Ring <johannr at simula.no>  Mon, 12 Oct 2009 14:13:18 +0200
 
--- fenics/dolfin/trunk/debian/rules #4655:4656
@@ -25,8 +25,8 @@
 
 DEB_SCONS_BUILD_OPTIONS = configure prefix=/usr enableMpi=1 \
 	enableUmfpack=1 enableGts=1 enableTrilinos=0 enablePetsc=1 \
-	withPetscDir=/usr/lib/petsc withPetscArch=`petscarch` \
-	enableSlepc=1 withSlepcDir=/usr/lib/slepc enableScotch=1 \
+	withPetscDir=/usr/lib/petscdir/3.0.0 withPetscArch=`petscarch` \
+	enableSlepc=1 withSlepcDir=/usr/lib/slepcdir/3.0.0 enableScotch=1 \
 	enableDocs=0 enableDemos=0 enableTests=0 enablePython=1
 
 DEB_SCONS_INSTALL_OPTIONS = DESTDIR=$(DEB_DESTDIR)



More information about the Pkg-scicomp-commits mailing list