Date: Sun, 28 May 2006 14:44:39 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-ports@freebsd.org Subject: [PATCH] Fix math/lapack port Message-ID: <20060528214439.GA19871@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
This patch fixes the math/lapack port to correctly build with a Fortran compiler other than /usr/bin/f77. -- Steve --- configure.orig Sun May 28 14:38:00 2006 +++ configure Sun May 28 14:38:20 2006 @@ -1,9 +1,3 @@ -if [ ${OSVERSION} -lt 400012 ]; then - LIBG2C=f2c -else - LIBG2C=g2c -fi - cd $WRKSRC/SRC || exit 1 mv Makefile Makefile.old @@ -11,8 +5,6 @@ LIB= lapack SHLIB_MAJOR= 3 SHLIB_MINOR= 0 - -LDADD= -l${LIBG2C} END cat >>Makefile <<'END'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060528214439.GA19871>