diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 12:49:00 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 12:49:00 +0000 |
commit | 4e1bf18ec5331e5bcbda36e3ebc79cba0d0ec547 (patch) | |
tree | 6904dc999c5e4f1d4f11be6a27f99387d436eb1b /math/blocksolve95/Makefile | |
parent | dadeeb20a92bb44bcdf0f09c8265631422cc20b2 (diff) | |
download | ports-4e1bf18ec5331e5bcbda36e3ebc79cba0d0ec547.tar.gz ports-4e1bf18ec5331e5bcbda36e3ebc79cba0d0ec547.zip |
Notes
Diffstat (limited to 'math/blocksolve95/Makefile')
-rw-r--r-- | math/blocksolve95/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index 4ea45f29e6d3..74583ac59cb6 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -7,7 +7,7 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math parallel MASTER_SITES= ftp://info.mcs.anl.gov/pub/BlockSolve95/ \ ftp://ftp.irisa.fr/pub/mirrors/BlockSolve95/ @@ -32,7 +32,9 @@ MPIDIR= ${LOCALBASE}/mpich2 PETSC_ARCH= freebsd BOPT?= O -FFLAGS?= -O2 +WANT_FORTRAN= yes +USE_GCC=4.2+ +FFLAGS+= -O2 INCLUDES= BMmsg.h BSdepend.h BSlog.h BSmy_blas.h BSprivate.h BSsparse.h PORTDOCS= manual.ps @@ -43,11 +45,12 @@ PORTDOCS= manual.ps WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= f77blas.1:${PORTSDIR}/math/atlas -BLAS_LIB= "-lf77blas -lcblas -latlas -lg2c -lm" +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +BLAS_LIB= "-lf77blas -latlas -lm" LAPACK_LIB= "-L${LOCALBASE}/lib -lalapack" .else -LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack +LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas BLAS_LIB= "-lblas -lm" LAPACK_LIB= "-L${LOCALBASE}/lib -llapack" .endif |