ports/math/atlas-devel/files/thread-patch
2009-04-21 07:49:35 +00:00

13 lines
474 B
Plaintext

--- 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