From 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 1 Sep 2014 21:25:59 +0000 Subject: Remove non staged ports without pending PR from ma* --- .../atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c (limited to 'math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c') diff --git a/math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c b/math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c deleted file mode 100644 index 502d4c169a0f..000000000000 --- a/math/atlas-devel/files/patch-CONFIG+src+SpewMakeInc.c +++ /dev/null @@ -1,20 +0,0 @@ ---- CONFIG/src/SpewMakeInc.c.orig 2009-04-07 23:11:39.000000000 +0900 -+++ CONFIG/src/SpewMakeInc.c 2009-04-13 17:20:56.000000000 +0900 -@@ -737,7 +737,7 @@ - fprintf(fpout, "# ------------------------------------\n"); - fprintf(fpout, "# Reference and system libraries\n"); - fprintf(fpout, "# ------------------------------------\n"); -- fprintf(fpout, " FBLASlib = $(LIBdir)/libf77refblas.a\n"); -+ fprintf(fpout, " FBLASlib = -L%%LOCALBASE%%/lib -lblas\n"); - fprintf(fpout, " BLASlib = $(FBLASlib)\n"); - if (LAsrcd) - { -@@ -754,7 +754,7 @@ - fprintf(fpout, " SLAPACKlib = \n"); - if (THREADS) - { -- fprintf(fpout, " LIBS = -lpthread"); -+ fprintf(fpout, " LIBS = %%PTHREAD_LIBS%%"); - if (OSIsWin(OS)) - fprintf(fpout, " -lkernel32"); - } -- cgit v1.2.3