diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-02 00:23:49 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-02 00:23:49 +0000 |
commit | fc38234e923144ddd81187c10365843d248f9497 (patch) | |
tree | 1a25f8f6c5a3cdb8eedc545afafe16f4f48795a4 /math/dfftpack/Makefile | |
parent | afc80f1b2d11aa4eed9e764da1f3122077d25dcb (diff) | |
download | pkgsrc-fc38234e923144ddd81187c10365843d248f9497.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/dfftpack/Makefile')
-rw-r--r-- | math/dfftpack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/dfftpack/Makefile b/math/dfftpack/Makefile index f09e5f10ae1..7001acc5e2e 100644 --- a/math/dfftpack/Makefile +++ b/math/dfftpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/26 22:19:35 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/02 00:23:50 jtb Exp $ DISTNAME= dfftpack-20001209 CATEGORIES= math @@ -9,7 +9,6 @@ MAINTAINER= jtb@netbsd.org NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/dfftpack USE_FORTRAN= YES -USE_LIBTOOL= YES post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} |