summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-02-26 16:29:53 +0000
committerwiz <wiz@pkgsrc.org>2020-02-26 16:29:53 +0000
commiteb78bc4ba599902bc1bc5e26a0dd5d584a9e5c3d (patch)
tree1a26af2db0a9e196fc485202275cfd1b99917a98 /math
parent001132b29507b980ec2ec0f21145cebfb6c1571b (diff)
downloadpkgsrc-eb78bc4ba599902bc1bc5e26a0dd5d584a9e5c3d.tar.gz
superlu: remove unused patch
Diffstat (limited to 'math')
-rw-r--r--math/superlu/patches/patch-aa54
1 files changed, 0 insertions, 54 deletions
diff --git a/math/superlu/patches/patch-aa b/math/superlu/patches/patch-aa
deleted file mode 100644
index e0fdd43a175..00000000000
--- a/math/superlu/patches/patch-aa
+++ /dev/null
@@ -1,54 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2015/11/25 12:51:42 jperkin Exp $
-
---- make.inc.orig 2004-02-05 20:01:19.000000000 +0100
-+++ make.inc
-@@ -16,29 +16,30 @@
- #
- # The machine (platform) identifier to append to the library names
- #
--PLAT = _solaris
-+PLAT =
-
- #
- # The name of the libraries to be created/linked to
- #
--TMGLIB = tmglib$(PLAT).a
--SUPERLULIB = superlu$(PLAT).a
--BLASLIB = ../blas$(PLAT).a
-+TMGLIB = tmglib.a
-+SUPERLULIB = libsuperlu.a
-+BLASDEF = -DUSE_VENDOR_BLAS
-+BLASLIB = -L${LOCALBASE}/lib -lblas
-
- #
- # The archiver and the flag(s) to use when building archive (library)
- # If your system has no ranlib, set RANLIB = echo.
- #
--ARCH = ar
--ARCHFLAGS = cr
--RANLIB = ranlib
-+ARCH = ${AR}
-+ARCHFLAGS = cru
-+#RANLIB = ranlib
-
--CC = cc
--CFLAGS = -xO3 -xcg92
--FORTRAN = f77
--FFLAGS = -O
--LOADER = cc
--LOADOPTS = -xO3
-+#CC = cc
-+#CFLAGS = -xO3 -xcg92
-+FORTRAN = ${FC}
-+#FFLAGS = -O
-+LOADER = ${CC}
-+LOADOPTS = ${LDFLAGS}
-
- #
- # C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)
-@@ -47,4 +48,4 @@ CDEFS = -DAdd_
- #
- # The directory in which Matlab is installed
- #
--MATLAB = /usr/sww/matlab
-+# MATLAB = /usr/sww/matlab