diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-09 22:55:40 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-09 22:55:40 +0000 |
commit | e17dcfd4b6a3e7da0173f43091d472a1f550092f (patch) | |
tree | 1230785f8c86d31a7ee3cb2079b5a4d21005e6d1 /science/2dhf | |
parent | - Update to 3.0.1 (diff) |
*Bump port revision.
*Use gfortran compiled atlas/blas/lapack.
Notes
Notes:
svn path=/head/; revision=181929
Diffstat (limited to 'science/2dhf')
-rw-r--r-- | science/2dhf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index b87884b0cb75..f947418275b0 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -7,6 +7,7 @@ PORTNAME= 2dhf PORTVERSION= 2005.05 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.fizyka.umk.pl/~jkob/2dhf/ DISTNAME= ${PORTNAME}-05.05 @@ -25,11 +26,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas BLAS= -lf77blas -latlas .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas -LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack +LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack BLAS= -lblas .endif |