summaryrefslogtreecommitdiffstats
path: root/abs/extra/blas/lapack-3.1.1-make.inc.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-02-19 14:22:18 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-02-19 14:22:18 (GMT)
commiteba64c5078cb9d677843f36d37c238b616299151 (patch)
treec3b331fcff9f6f1eccb83c63f0b499381d0cc619 /abs/extra/blas/lapack-3.1.1-make.inc.patch
parent41152612ebf748ebc788d1cffae01fc2c8f6f407 (diff)
downloadlinhes_pkgbuild-eba64c5078cb9d677843f36d37c238b616299151.zip
linhes_pkgbuild-eba64c5078cb9d677843f36d37c238b616299151.tar.gz
linhes_pkgbuild-eba64c5078cb9d677843f36d37c238b616299151.tar.bz2
blas: now included in lapack
Diffstat (limited to 'abs/extra/blas/lapack-3.1.1-make.inc.patch')
-rw-r--r--abs/extra/blas/lapack-3.1.1-make.inc.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra/blas/lapack-3.1.1-make.inc.patch b/abs/extra/blas/lapack-3.1.1-make.inc.patch
deleted file mode 100644
index c807ccb..0000000
--- a/abs/extra/blas/lapack-3.1.1-make.inc.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- lapack-3.1.1/INSTALL/make.inc.gfortran.BAD 2007-05-25 15:34:55.000000000 -0500
-+++ lapack-3.1.1/INSTALL/make.inc.gfortran 2007-05-25 15:35:51.000000000 -0500
-@@ -8,7 +8,7 @@ SHELL = /bin/sh
- #
- # The machine (platform) identifier to append to the library names
- #
--PLAT = _LINUX
-+PLAT =
- #
- # Modify the FORTRAN and OPTS definitions to refer to the
- # compiler and desired compiler options for your machine. NOOPT
-@@ -17,9 +17,9 @@ PLAT = _LINUX
- # desired load options for your machine.
- #
- FORTRAN = gfortran
--OPTS = -O2
-+#OPTS = -O2
- DRVOPTS = $(OPTS)
--NOOPT = -O0
-+NOOPT =
- LOADER = gfortran
- LOADOPTS =
- #