summaryrefslogtreecommitdiff
path: root/math/atlas-devel/files/non-thread-patch
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-01-20 01:24:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-01-20 01:24:34 +0000
commita1995689bbc17adb6446aeeb5e289028fab04337 (patch)
tree77d82285a038d69301055505093a1ff24d948b45 /math/atlas-devel/files/non-thread-patch
parentadd p5-FCGI-ProcManager 0.17 (diff)
a) update to 3.6.0
b) make PIC object files for amd64 c) some clean ups
Diffstat (limited to '')
-rw-r--r--math/atlas-devel/files/non-thread-patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/atlas-devel/files/non-thread-patch b/math/atlas-devel/files/non-thread-patch
deleted file mode 100644
index 742eb36f4d29..000000000000
--- a/math/atlas-devel/files/non-thread-patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- config.c.orig Sun Dec 28 13:12:32 2003
-+++ config.c Sun Dec 28 13:15:07 2003
-@@ -3515,6 +3515,7 @@
- }
- i = ncpu;
- if (!ncpu) ncpu = ProbeNCPU(OS, mach, targ, TOPdir);
-+ ncpu = 1; // force non-threading
- if (ncpu != 1) /* user may want to thread */
- {
- DisplayFile("CONFIG/pthread.txt", stdout, NLINES);
-@@ -3952,6 +3953,7 @@
- USEDEFL1 = !IsYes('y', "", "Tune the Level 1 BLAS?");
- }
-
-+ fpout = fopen("ARCHNAME-NON-THREADED", "w");
- fprintf(fpout, "%s", ARCH);
- fclose(fpout);
- ATL_mprintf(2, fplog, stdout,"\nCreating make include file Make.%s\n", ARCH);
-