summaryrefslogtreecommitdiffstats
path: root/abs/core/lapack/lapack-3.1.1-make.inc.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-18 01:54:02 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-18 01:54:02 (GMT)
commit1e5b3eb438d4792b18f2d6c9d523ca607bacadd1 (patch)
tree4b902cf14d00c7495167f2e8ffccaac1e9b5bf1f /abs/core/lapack/lapack-3.1.1-make.inc.patch
parentee2a4c36ea671012d7123ec39e6db948e5d206f5 (diff)
downloadlinhes_pkgbuild-1e5b3eb438d4792b18f2d6c9d523ca607bacadd1.zip
linhes_pkgbuild-1e5b3eb438d4792b18f2d6c9d523ca607bacadd1.tar.gz
linhes_pkgbuild-1e5b3eb438d4792b18f2d6c9d523ca607bacadd1.tar.bz2
lapack: initial import for python-numpy
Diffstat (limited to 'abs/core/lapack/lapack-3.1.1-make.inc.patch')
-rw-r--r--abs/core/lapack/lapack-3.1.1-make.inc.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/core/lapack/lapack-3.1.1-make.inc.patch b/abs/core/lapack/lapack-3.1.1-make.inc.patch
new file mode 100644
index 0000000..c807ccb
--- /dev/null
+++ b/abs/core/lapack/lapack-3.1.1-make.inc.patch
@@ -0,0 +1,23 @@
+--- 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 =
+ #