pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
slicot: Get install, up to pkgsrc gfortran issues.
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Sun Aug 12 23:18:40 2018 +0300
Changeset: acccc711bfdc53943a66e40f1b119b9402b220ba
Modified Files:
slicot/Makefile
slicot/PLIST
slicot/files/Makefile
Added Files:
slicot/TODO
Log Message:
slicot: Get install, up to pkgsrc gfortran issues.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=acccc711bfdc53943a66e40f1b119b9402b220ba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
slicot/Makefile | 1 -
slicot/PLIST | 6 ++++++
slicot/TODO | 2 ++
slicot/files/Makefile | 1 +
4 files changed, 9 insertions(+), 1 deletion(-)
diffs:
diff --git a/slicot/Makefile b/slicot/Makefile
index c6ae6cdf08..b26c5b690c 100644
--- a/slicot/Makefile
+++ b/slicot/Makefile
@@ -20,7 +20,6 @@ pre-build:
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
cp ${FILESDIR}/shlib_version ${WRKSRC}/shlib_version
-
.include "../../math/lapack/buildlink3.mk"
.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/slicot/PLIST b/slicot/PLIST
index 48d96a5493..9faff3265c 100644
--- a/slicot/PLIST
+++ b/slicot/PLIST
@@ -1 +1,7 @@
@comment $NetBSD$
+lib/libslicot.a
+lib/libslicot.so
+lib/libslicot.so.0
+lib/libslicot.so.0.0
+lib/libslicot_p.a
+lib/libslicot_pic.a
diff --git a/slicot/TODO b/slicot/TODO
new file mode 100644
index 0000000000..9addd55a73
--- /dev/null
+++ b/slicot/TODO
@@ -0,0 +1,2 @@
+- using GCC-as-linker means we use base GCC, not pkgsrc gfortran which finds libgfortran.so
+Now libslicot doesn't know where libgfortran.so is (and it's dynamically linked against it)
diff --git a/slicot/files/Makefile b/slicot/files/Makefile
index 40cdc998d2..77dba2f491 100644
--- a/slicot/files/Makefile
+++ b/slicot/files/Makefile
@@ -3,6 +3,7 @@ SRCS!= echo *.f
PREFIX?= /usr/pkg
LIBDIR?= ${PREFIX}/lib
SHLIBINSTALLDIR?= ${PREFIX}/lib
+INSTPRIV= -U
LIB= slicot
LDADD+= -llapack -lblas
Home |
Main Index |
Thread Index |
Old Index