diff options
author | jtb <jtb> | 2001-02-02 00:23:49 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-02 00:23:49 +0000 |
commit | eb056db8245ae973768f8865909445f989969fd7 (patch) | |
tree | 1a25f8f6c5a3cdb8eedc545afafe16f4f48795a4 /math/minpack/Makefile | |
parent | cca52f6b0b898fb92b85b02cb8dbe85669327d7c (diff) | |
download | pkgsrc-eb056db8245ae973768f8865909445f989969fd7.tar.gz |
Don't build shared Fortran libraries. They're too problematic.
Strictly numerical libraries, like fftpack, work fine, but some
which make use of Fortran I/O have problems resolving symbols.
This is a known problem with g77/f2c.
Diffstat (limited to 'math/minpack/Makefile')
-rw-r--r-- | math/minpack/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/math/minpack/Makefile b/math/minpack/Makefile index 798897d7316..018d62ee653 100644 --- a/math/minpack/Makefile +++ b/math/minpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/10 05:11:31 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/02 00:23:52 jtb Exp $ DISTNAME= minpack-20001130 CATEGORIES= math @@ -6,16 +6,11 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= jtb@netbsd.org +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/minpack USE_FORTRAN= YES pre-build: - @${SED} -e 's:%%F77%%:'${FC}':g' \ - < ${FILESDIR}/Makefile > ${WRKSRC}/Makefile - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/minpack - ${INSTALL_DATA} ${WRKSRC}/ex/file* ${WRKSRC}/ex/index* \ - ${PREFIX}/share/examples/minpack + ${CP} ${FILESDIR}/Makefile ${WRKSRC} .include "../../mk/bsd.pkg.mk"
\ No newline at end of file |