diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-04-03 01:10:59 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-04-03 01:10:59 +0000 |
commit | 91a9bb67a55ffd2013111b6df6b79e3192abffe9 (patch) | |
tree | bf51b962a47d8739b70f7a4236b83c8ad2c167a6 /math/blas | |
parent | 59fa3d5848cfe33a31304e431619388ebb996c29 (diff) | |
download | ports-91a9bb67a55ffd2013111b6df6b79e3192abffe9.tar.gz ports-91a9bb67a55ffd2013111b6df6b79e3192abffe9.zip |
Notes
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 16d0a643480a..cadde69ac1bf 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,19 +3,29 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.9 1996/03/10 09:00:53 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/18 11:31:51 asami Exp $ # DISTNAME= blas PKGNAME= blas-1.0 CATEGORIES= math -MASTER_SITES= ftp://netlib.att.com/netlib/blas/ +MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \ + ftp://ftp.netlib.org/blas/ + +# NOTE: +# The files [dir]1mach.f were updated on the master site but +# FreeBSD's f77 can't handle them. patches/patch-aa reverts +# these files to a previous revision but should be removed when +# FreeBSD's f77 gets fixed. +# +# The alternative is: +#BROKEN= "Our f77 cannot compile d1mach.f" DIST_SUBDIR= ${DISTNAME} -EXTRACT_CMD=${.CURDIR}/scripts/uncomp -EXTRACT_SUFX=.Z -EXTRACT_ARGS= ${WRKDIR} +EXTRACT_CMD= ${SCRIPTDIR}/uncomp +EXTRACT_SUFX= .Z +EXTRACT_ARGS= ${WRKDIR} NO_WRKSUBDIR= yes @@ -44,7 +54,7 @@ pre-build: cp Makefile.lib ${WRKDIR}/Makefile pre-extract: - chmod +x scripts/uncomp + chmod +x ${SCRIPTDIR}/uncomp post-install: ldconfig -m ${PREFIX}/lib |