Skip to content

Commit

Permalink
Migrate to gfrotran.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maho Nakata authored and Maho Nakata committed Jan 9, 2007
1 parent dd2322a commit d575b69
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions science/mpqc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

PORTNAME= mpqc
PORTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= science parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mpqc
Expand All @@ -30,10 +31,10 @@ WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
BLAS= -lf77blas -lcblas -latlas
BLAS= -lf77blas -latlas
LAPACK= -lalapack
.else
LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack
BLAS= -lblas
LAPACK= -llapack
Expand All @@ -49,6 +50,9 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259

WANT_FORTRAN=yes
USE_GCC=4.2+

.if defined(WITH_ICC)
CC= ${LOCALBASE}/intel_cc_80/bin/icc
CXX= ${LOCALBASE}/intel_cc_80/bin/icpc
Expand Down

0 comments on commit d575b69

Please sign in to comment.