mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- USE_FORTRAN=yes to use FORTRAN compiler.
Notified by: maho Approved by: ehaupt (mentor)
This commit is contained in:
parent
ed239f1cb3
commit
080db7c1d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196424
2 changed files with 2 additions and 6 deletions
|
@ -24,7 +24,7 @@ CONFLICTS= f2py-*
|
||||||
|
|
||||||
OPTIONS= ATLAS "Use optimized blas library" Off
|
OPTIONS= ATLAS "Use optimized blas library" Off
|
||||||
|
|
||||||
WANT_FORTRAN= yes #dummy
|
USE_FORTRAN= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS=yes
|
USE_PYDISTUTILS=yes
|
||||||
MAN1= f2py.1
|
MAN1= f2py.1
|
||||||
|
@ -54,7 +54,6 @@ pre-fetch:
|
||||||
post-extract:
|
post-extract:
|
||||||
@${CP} ${DISTDIR}/numpy.pdf ${WRKDIR}
|
@${CP} ${DISTDIR}/numpy.pdf ${WRKDIR}
|
||||||
|
|
||||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
|
||||||
FC= gfortran42
|
FC= gfortran42
|
||||||
F77= gfortran42
|
F77= gfortran42
|
||||||
GCCLIBDIR= `${FC} -print-file-name=`
|
GCCLIBDIR= `${FC} -print-file-name=`
|
||||||
|
|
|
@ -24,10 +24,7 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
||||||
LATEST_LINK= py-${PORTNAME}
|
LATEST_LINK= py-${PORTNAME}
|
||||||
OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options
|
OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options
|
||||||
|
|
||||||
WANT_FORTRAN= yes #dummy
|
USE_FORTRAN= yes
|
||||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
|
||||||
RUN_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
|
||||||
|
|
||||||
USE_PYTHON= 2.3+
|
USE_PYTHON= 2.3+
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
USE_WX= 2.4-2.6
|
USE_WX= 2.4-2.6
|
||||||
|
|
Loading…
Add table
Reference in a new issue