diff -Nru openblas-0.2.10.1/debian/changelog openblas-0.2.10.1/debian/changelog --- openblas-0.2.10.1/debian/changelog 2014-07-17 16:07:40.000000000 +0000 +++ openblas-0.2.10.1/debian/changelog 2015-05-22 22:25:18.000000000 +0000 @@ -1,4 +1,10 @@ -openblas (0.2.10.1-juliadeps1~trusty) trusty; urgency=low +openblas (0.2.10.1-trusty2) trusty; urgency=medium + + * Set max threads to 64, rather than 2 + + -- Elliot Saba Fri, 22 May 2015 18:24:02 -0400 + +openblas (0.2.10.1-trusty1) trusty; urgency=low * OpenBLAS 0.2.10 re-release to fix AVX bug on 32-bit systems diff -Nru openblas-0.2.10.1/debian/rules openblas-0.2.10.1/debian/rules --- openblas-0.2.10.1/debian/rules 2014-07-17 15:22:30.000000000 +0000 +++ openblas-0.2.10.1/debian/rules 2015-05-22 22:19:18.000000000 +0000 @@ -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) NUM_THREADS=2; \ + $(MAKE) $(COMMON_MAKE_OPTIONS) $(DYNAMIC_ARCH_ARG) $(TARGET_GENERIC_ARG) $(DEBUG_ARG) NUM_THREADS=64; \ fi if test "$(TARGET)" = "custom"; then \