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

Christophe Prud'homme prudhomm at debian.org
Mon Dec 21 10:06:14 UTC 2009


SVN commit 4742 by prudhomm:

enable no lapack


 M  +9 -2      trilinos/trunk/debian/changelog  
 M  +1 -0      trilinos/trunk/debian/rules  


--- trilinos/trunk/debian/changelog #4741:4742
@@ -1,3 +1,10 @@
+trilinos (10.0.3.dfsg-2) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * debian/rules: enable noxlapack
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 21 Dec 2009 11:04:12 +0100
+
 trilinos (10.0.3.dfsg-1) unstable; urgency=low
 
   [Christophe Prud'homme]
@@ -5,7 +12,7 @@
 
   [Johannes Ring]
   * debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
-    libraries. 
+    libraries.
   * debian/patches/soname.patch: Add soversion to libraries.
   * debian/watch: Update download URL.
   * debian/control:
@@ -13,7 +20,7 @@
     - Remove automake and autotools from Build-Depends and add cmake to
       reflect switch to CMake.
     - Add python-support to Build-Depends.
-  * debian/rules: 
+  * debian/rules:
     - Cleanup and updates for switch to CMake.
 
  -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 13 Dec 2009 12:53:22 +0100
--- trilinos/trunk/debian/rules #4741:4742
@@ -32,6 +32,7 @@
 	-D BUILD_SHARED_LIBS:BOOL=ON \
 	-D Trilinos_INSTALL_INCLUDE_DIR:PATH=include/trilinos \
 	-D TPL_ENABLE_MPI:BOOL=ON \
+        -DNOX_ENABLE_LAPACK:BOOL=ON \
 	$(TRILINOS_HOME)
 
 clean::



More information about the Pkg-scicomp-commits mailing list