diff options
Diffstat (limited to 'math/atlas-devel/files/thread-patch')
-rw-r--r-- | math/atlas-devel/files/thread-patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/atlas-devel/files/thread-patch b/math/atlas-devel/files/thread-patch deleted file mode 100644 index 8dc50b6dbf7a..000000000000 --- a/math/atlas-devel/files/thread-patch +++ /dev/null @@ -1,12 +0,0 @@ ---- CONFIG/src/SpewMakeInc.c~ 2009-04-13 17:52:14.000000000 +0900 -+++ CONFIG/src/SpewMakeInc.c 2009-04-13 17:53:05.000000000 +0900 -@@ -423,7 +423,8 @@ - &srcdir, &blddir, &USEDEFL1, &USEARCHDEF, &LATUNE, &nof77, - &f2cdefs, &cdefs, &pmake, &flapack, &smaflags, &dmaflags, - &f77lib, &LAsrcd, &l2size, &targ); -- if (ncpu > 1) THREADS = 1; -+/* if (ncpu > 1) THREADS = 1; */ -+ THREADS = 1; - if (!outfile) - fpout = stdout; - else |