aboutsummaryrefslogtreecommitdiffstats
path: root/math/superlu_mt
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-14 10:56:36 +0800
committermaho <maho@FreeBSD.org>2007-07-14 10:56:36 +0800
commit63a5c440c67b1aa82fbe49fd23e5cc12646cbde0 (patch)
tree39a91e31c4115637f32cbdbe560bf27801a4984a /math/superlu_mt
parent83313ba9df7a42a9016011420b8075047fbb4c7a (diff)
downloadfreebsd-ports-gnome-63a5c440c67b1aa82fbe49fd23e5cc12646cbde0.tar.gz
freebsd-ports-gnome-63a5c440c67b1aa82fbe49fd23e5cc12646cbde0.tar.zst
freebsd-ports-gnome-63a5c440c67b1aa82fbe49fd23e5cc12646cbde0.zip
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'math/superlu_mt')
-rw-r--r--math/superlu_mt/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile
index 6b22e4d5f423..4a78bd2b040a 100644
--- a/math/superlu_mt/Makefile
+++ b/math/superlu_mt/Makefile
@@ -21,10 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Routines for performing multithreaded sparse factorization
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes