diff options
Diffstat (limited to 'math/atlas/files/thread-patch')
-rw-r--r-- | math/atlas/files/thread-patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/atlas/files/thread-patch b/math/atlas/files/thread-patch deleted file mode 100644 index ea23f566a144..000000000000 --- a/math/atlas/files/thread-patch +++ /dev/null @@ -1,12 +0,0 @@ ---- CONFIG/src/SpewMakeInc.c~ Fri Feb 16 11:40:19 2007 -+++ CONFIG/src/SpewMakeInc.c Fri Feb 16 11:41:06 2007 -@@ -332,7 +332,8 @@ - &mhz, &ptrbits, &ncpu, comps, &gccflags, &outfile, &srcdir, - &blddir, &USEDEFL1, &USEARCHDEF, &nof77, &f2cdefs, &cdefs, &pmake, - &flapack, &smaflags, &dmaflags, &f77lib, &l2size, &targ); -- if (ncpu > 1) THREADS = 1; -+ /* if (ncpu > 1) THREADS = 1; */ -+ THREADS = 1; - if (!outfile) - fpout = stdout; - else |