summaryrefslogtreecommitdiff
path: root/math/lapack/files/patch-TESTING+LIN+Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack/files/patch-TESTING+LIN+Makefile')
-rw-r--r--math/lapack/files/patch-TESTING+LIN+Makefile82
1 files changed, 0 insertions, 82 deletions
diff --git a/math/lapack/files/patch-TESTING+LIN+Makefile b/math/lapack/files/patch-TESTING+LIN+Makefile
deleted file mode 100644
index b674e1557667..000000000000
--- a/math/lapack/files/patch-TESTING+LIN+Makefile
+++ /dev/null
@@ -1,82 +0,0 @@
---- TESTING/LIN/Makefile.orig 2015-01-15 16:35:28.000000000 +0100
-+++ TESTING/LIN/Makefile 2015-01-15 16:36:26.000000000 +0100
-@@ -34,11 +34,6 @@
- #
- #######################################################################
-
--ifneq ($(strip $(VARLIB)),)
-- LAPACKLIB := $(VARLIB) ../../$(LAPACKLIB)
--endif
--
--
- ALINTST = \
- aladhd.o alaerh.o alaesm.o alahd.o alareq.o \
- alasum.o alasvm.o chkxer.o icopy.o ilaenv.o xlaenv.o xerbla.o
-@@ -76,13 +71,13 @@
- strt02.o strt03.o strt05.o strt06.o \
- stzt01.o stzt02.o sgennd.o sqrt04.o sqrt05.o schkqrt.o serrqrt.o schkqrtp.o serrqrtp.o
-
--ifdef USEXBLAS
-+.ifdef USEXBLAS
- SLINTST += serrvxx.o sdrvgex.o sdrvsyx.o serrgex.o sdrvgbx.o sdrvpox.o \
- sebchvxx.o serrsyx.o serrpox.o
--else
-+.else
- SLINTST += serrvx.o sdrvge.o sdrvsy.o serrge.o sdrvgb.o sdrvpo.o \
- serrsy.o serrpo.o
--endif
-+.endif
-
- CLINTST = cchkaa.o \
- cchkeq.o cchkgb.o cchkge.o cchkgt.o \
-@@ -117,13 +112,13 @@
- ctzt01.o ctzt02.o sget06.o cgennd.o \
- cqrt04.o cqrt05.o cchkqrt.o cerrqrt.o cchkqrtp.o cerrqrtp.o
-
--ifdef USEXBLAS
-+.ifdef USEXBLAS
- CLINTST += cerrvxx.o cdrvgex.o cdrvsyx.o cdrvgbx.o cerrgex.o cdrvpox.o \
- cdrvhex.o cerrpox.o cebchvxx.o cerrsyx.o cerrhex.o
--else
-+.else
- CLINTST += cerrvx.o cdrvge.o cdrvsy.o cdrvgb.o cerrge.o cdrvpo.o \
- cdrvhe.o cerrpo.o cerrsy.o cerrhe.o
--endif
-+.endif
-
- DLINTST = dchkaa.o \
- dchkeq.o dchkgb.o dchkge.o dchkgt.o \
-@@ -155,13 +150,13 @@
- dtzt01.o dtzt02.o dgennd.o \
- dqrt04.o dqrt05.o dchkqrt.o derrqrt.o dchkqrtp.o derrqrtp.o
-
--ifdef USEXBLAS
-+.ifdef USEXBLAS
- DLINTST += derrvxx.o ddrvgex.o ddrvsyx.o ddrvgbx.o derrgex.o ddrvpox.o derrpox.o \
- debchvxx.o derrsyx.o
--else
-+.else
- DLINTST += derrvx.o ddrvge.o ddrvsy.o ddrvgb.o derrge.o ddrvpo.o derrpo.o \
- derrsy.o
--endif
-+.endif
-
- ZLINTST = zchkaa.o \
- zchkeq.o zchkgb.o zchkge.o zchkgt.o \
-@@ -196,13 +191,13 @@
- ztzt01.o ztzt02.o dget06.o zgennd.o \
- zqrt04.o zqrt05.o zchkqrt.o zerrqrt.o zchkqrtp.o zerrqrtp.o
-
--ifdef USEXBLAS
-+.ifdef USEXBLAS
- ZLINTST += zerrvxx.o zdrvgex.o zdrvsyx.o zdrvgbx.o zerrgex.o zdrvpox.o zdrvhex.o \
- zerrpox.o zebchvxx.o zerrsyx.o zerrhex.o
--else
-+.else
- ZLINTST += zerrvx.o zdrvge.o zdrvsy.o zdrvgb.o zerrge.o zdrvpo.o \
- zdrvhe.o zerrpo.o zerrsy.o zerrhe.o
--endif
-+.endif
-
- DSLINTST = dchkab.o \
- ddrvab.o ddrvac.o derrab.o derrac.o dget08.o \