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

Sylvestre Ledru sylvestre.ledru at inria.fr
Tue Sep 29 11:53:22 UTC 2009


SVN commit 4635 by sylvestre-guest:

 Improve CPU extension check

 M  +1 -0      atlas/trunk/debian/TODO  
 M  +6 -0      atlas/trunk/debian/changelog  
 M  +4 -2      atlas/trunk/debian/rules  


--- atlas/trunk/debian/TODO #4634:4635
@@ -1,5 +1,6 @@
 * Check options on the different other archs
 * See what will happen with AMD-optimized packages built under Intel CPU 
+* provide postinst in order to update ld.conf
 
 * Provide -dbg packages
 Just need to c/c this stuff into debian/control:
--- atlas/trunk/debian/changelog #4634:4635
@@ -1,3 +1,9 @@
+atlas (3.8.3-2) experimental; urgency=low
+
+  * Improve CPU extension check
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 26 Sep 2009 02:39:07 +0200
+
 atlas (3.8.3-1) experimental; urgency=low
 
   * New upstream version (Closes: #382880)
--- atlas/trunk/debian/rules #4634:4635
@@ -105,9 +105,11 @@
 		touch $@
 
 configure-stamp:
+		if test -n "$(CHECK_EXTENSIONS)"; then \
 		if ! grep ^flags /proc/cpuinfo | grep -q $(CHECK_EXTENSIONS); then \
-			echo "In order to build Atlas under $(DEB_HOST_ARCH_CPU), you need the CPU extension $(CHECK_EXTENSIONS) available on your CPU"; 	\
-			exit 1; 											\
+			echo "Warning: In order to build Atlas under $(DEB_HOST_ARCH_CPU), you need the CPU extension $(CHECK_EXTENSIONS) available on your CPU"; 	\
+			exit 1; \
+		fi \
 		fi
 		dh_testdir
 		for ext in $(ARCHS); do							\



More information about the Pkg-scicomp-commits mailing list