diff options
-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 |