mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
USE_INTEL should be WITH_INTEL
Noticed by: portlint
This commit is contained in:
parent
d364c21ae4
commit
2567ca18fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116392
@ -17,7 +17,7 @@ MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= A Numerical Hartree-Fock Program for Diatomic Molecules
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
|
||||
.if defined(USE_INTEL)
|
||||
.if defined(WITH_INTEL)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc
|
||||
.endif
|
||||
@ -32,7 +32,7 @@ FFLAGS+= -mfancy-math-387
|
||||
.endif
|
||||
|
||||
BLAS= -lf77blas -latlas
|
||||
.if defined(USE_INTEL)
|
||||
.if defined(WITH_INTEL)
|
||||
FC= ${LOCALBASE}/intel_fc_80/bin/ifort
|
||||
CC= ${LOCALBASE}/intel_cc_80/bin/icc
|
||||
FFLAGS= -O3 -tpp7 -xKW -Vaxlib
|
||||
|
Loading…
Reference in New Issue
Block a user