From 3d9f2e852ab5e57dd36785bb580f4aa52f75c852 Mon Sep 17 00:00:00 2001 From: jmz Date: Sun, 28 May 2006 22:42:41 +0000 Subject: Fix to correctly build with a Fortran compiler other than /usr/bin/f77. Submitted by: Steve Kargl --- math/lapack/scripts/configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'math/lapack') 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 -- cgit