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

Christophe Prud'homme prudhomm at debian.org
Thu Mar 26 07:05:09 UTC 2009


SVN commit 4331 by prudhomm:

blas/lapack directories


 M  +13 -7     gmsh/trunk/debian/changelog  
 M  +7 -6      gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/changelog #4330:4331
@@ -1,3 +1,9 @@
+gmsh (2.3.1.dfsg-2) unstable; urgency=low
+
+  * debian/rules: provide the prefix for blas/lapack libraries
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 26 Mar 2009 08:03:17 +0100
+
 gmsh (2.3.1.dfsg-1) unstable; urgency=low
 
   * New upstream release
@@ -2,6 +8,6 @@
     + removed GSL dependency (Gmsh now simply uses Blas and Lapack);
-    + new per-window visibility; 
+    + new per-window visibility;
     + added support for composite window printing and background images;
-    + fixed string option affectation in parser; 
-    + fixed surface mesh orientation for Open Cascade models; 
+    + fixed string option affectation in parser;
+    + fixed surface mesh orientation for Open Cascade models;
     + fixed random triangle orientations in Delaunay and Frontal
@@ -37,11 +43,11 @@
 gmsh (2.3.0.dfsg-1) unstable; urgency=low
 
   * New upstream release
-    + major graphics and GUI code refactoring; 
-    + new full-quad/hexa subdivision algorithm (removed 
+    + major graphics and GUI code refactoring;
+    + new full-quad/hexa subdivision algorithm (removed
       Mesh.RecombineAlgo);
-    + improved automatic transfinite corner selection (now also 
-      for volumes); 
+    + improved automatic transfinite corner selection (now also
+      for volumes);
     + improved visibility browser; new automatic adaptive visualization
       for high-order simplices;
     + modified arrow size, clipping planes and transform options; many
--- gmsh/trunk/debian/rules #4330:4331
@@ -22,8 +22,8 @@
 #export CC=gcc-4.3
 #export CFLAGS= -O3 -I/usr/include/opencascade
 #export CXXFLAGS= -O3 -I/usr/include/opencascade
-export CFLAGS= -O3  
-export CXXFLAGS= -O3 
+export CFLAGS= -O3
+export CXXFLAGS= -O3
 export FFLAGS= -O3
 export CPPFLAGS=
 
@@ -49,9 +49,9 @@
  CPPFLAGS += -I/usr/include/opencascade -DHAVE_NO_OCC_CONFIG_H
 endif
 ifeq ($(WITH_MPI),yes)
- CFLAGS += -I/usr/include/mpi -DOMPI_SKIP_MPICXX 
- CXXFLAGS += -I/usr/include/mpi -DOMPI_SKIP_MPICXX 
- CPPFLAGS += -I/usr/include/mpi -DOMPI_SKIP_MPICXX 
+ CFLAGS += -I/usr/include/mpi -DOMPI_SKIP_MPICXX
+ CXXFLAGS += -I/usr/include/mpi -DOMPI_SKIP_MPICXX
+ CPPFLAGS += -I/usr/include/mpi -DOMPI_SKIP_MPICXX
 endif
 
 DEB_CONFIGURE_EXTRA_FLAGS :=       \
@@ -63,7 +63,8 @@
   $(ENABLE_MED)                    \
   --enable-occ=$(WITH_OCC)         \
   --enable-mpi=$(WITH_MPI)         \
-  --disable-metis --disable-tetgen
+  --disable-metis --disable-tetgen \
+  --with-blas-lapack-prefix=/usr/lib
 
 
 



More information about the Pkg-scicomp-commits mailing list