diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-09-24 18:36:59 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-09-24 18:36:59 +0000 |
commit | d5e301ddb7c1d15baed59bb6e2a9cc5090fb29b7 (patch) | |
tree | 3636b30c61dd71b9e408c93f50c2e8f0708d1922 /math/atlas/files/thread-patch | |
parent | Update to the 20110922 snapshot of GCC 4.5.4. (diff) |
Update to 3.8.4 before the 3.10 release; clean up (substantially
reduce build times, introduce options, drop unneeded dependencies,
and make linking with ATLAS shared libraries easier)
Thanks to maho and A. Shterenlikht for review and testing, and to
mm, T. Ludwig, skreuzer, and E. Lemos de Sa for reminders or related
submissions
PR: 117923, 139169, 155650, 159876
Notes
Notes:
svn path=/head/; revision=282329
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 |