diff options
author | jmz <jmz@FreeBSD.org> | 2006-05-29 06:42:41 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2006-05-29 06:42:41 +0800 |
commit | 3d9f2e852ab5e57dd36785bb580f4aa52f75c852 (patch) | |
tree | 198d7854e97a00be6430373063c68b9d524510e3 /math/lapack | |
parent | 85ee50145d9095a61e5d9ea047fbde1a190a71bb (diff) | |
download | freebsd-ports-gnome-3d9f2e852ab5e57dd36785bb580f4aa52f75c852.tar.gz freebsd-ports-gnome-3d9f2e852ab5e57dd36785bb580f4aa52f75c852.tar.zst freebsd-ports-gnome-3d9f2e852ab5e57dd36785bb580f4aa52f75c852.zip |
Fix to correctly build with a Fortran compiler other than /usr/bin/f77.
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/scripts/configure | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/math/lapack/scripts/configure b/math/lapack/scripts/configure index 207c20371ff3..cef6a4107d18 100644 --- a/math/lapack/scripts/configure +++ b/math/lapack/scripts/configure @@ -1,9 +1,3 @@ -if [ ${OSVERSION} -lt 400012 ]; then - LIBG2C=f2c -else - LIBG2C=g2c -fi - cd $WRKSRC/SRC || exit 1 mv Makefile Makefile.old @@ -12,8 +6,6 @@ LIB= lapack SHLIB_MAJOR= 3 SHLIB_MINOR= 0 -LDADD= -l${LIBG2C} - END cat >>Makefile <<'END' ALLAUX = ilaenv.f ieeeck.f lsame.f lsamen.f xerbla.f etime_.c |