r45615 - in /packages/openblas/branches/experimental/debian: changelog rules

sebastien at users.alioth.debian.org sebastien at users.alioth.debian.org
Sat Mar 2 14:07:12 UTC 2013


Author: sebastien
Date: Sat Mar  2 14:07:12 2013
New Revision: 45615

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45615
Log:
Force the maximum number of threads to 2 when building the generic package

Modified:
    packages/openblas/branches/experimental/debian/changelog
    packages/openblas/branches/experimental/debian/rules

Modified: packages/openblas/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/branches/experimental/debian/changelog?rev=45615&op=diff
==============================================================================
--- packages/openblas/branches/experimental/debian/changelog (original)
+++ packages/openblas/branches/experimental/debian/changelog Sat Mar  2 14:07:12 2013
@@ -10,6 +10,9 @@
     + Better handling of unknown amd64 CPUs (e.g. within qemu).
       (Closes: #697235)
   * Disable processor affinity. (Closes: #684338)
+  * Force the maximum number of threads to 2 when building the generic package
+    (as we do for ATLAS). Otherwise, it is the number of cores on the build
+    machine which is chosen instead.
   * README.Debian: improve instructions for building the custom package
 
  -- Sébastien Villemot <sebastien at debian.org>  Sat, 02 Mar 2013 11:35:28 +0100

Modified: packages/openblas/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/branches/experimental/debian/rules?rev=45615&op=diff
==============================================================================
--- packages/openblas/branches/experimental/debian/rules (original)
+++ packages/openblas/branches/experimental/debian/rules Sat Mar  2 14:07:12 2013
@@ -23,7 +23,7 @@
 build-stamp:
 	if test "$(TARGET)" = ""; then 		\
 			echo "Support multiple architectures"; \
-			$(MAKE) $(COMMON_MAKE_OPTIONS) $(DYNAMIC_ARCH_ARG) $(TARGET_GENERIC_ARG) $(DEBUG_ARG);		\
+			$(MAKE) $(COMMON_MAKE_OPTIONS) $(DYNAMIC_ARCH_ARG) $(TARGET_GENERIC_ARG) $(DEBUG_ARG) NUM_THREADS=2;		\
 	fi
 
 	if test "$(TARGET)" = "custom"; then 		\




More information about the debian-science-commits mailing list