pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

slicot: package now builds with gross hack to link with gfortran.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Mon Aug 13 14:15:38 2018 +0300
Changeset:	a00eca0fde5e2efdf9886a3379b483b8e7586a3e

Modified Files:
	slicot/files/Makefile
Removed Files:
	slicot/TODO

Log Message:
slicot: package now builds with gross hack to link with gfortran.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a00eca0fde5e2efdf9886a3379b483b8e7586a3e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 slicot/TODO           | 2 --
 slicot/files/Makefile | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/slicot/TODO b/slicot/TODO
deleted file mode 100644
index 9addd55a73..0000000000
--- a/slicot/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- 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 77dba2f491..40b19fd7b8 100644
--- a/slicot/files/Makefile
+++ b/slicot/files/Makefile
@@ -10,3 +10,5 @@ LDADD+=		-llapack -lblas
 LDFLAGS+=	-L${LIBDIR} -Wl,-R,${LIBDIR}
 
 .include <bsd.lib.mk>
+
+LIBCC:=			${FC}


Home | Main Index | Thread Index | Old Index