mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
* Migrate to gfortran.
* Bump port revision.
This commit is contained in:
parent
3cd1d68fc0
commit
572d1e551d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182932
@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= octave
|
||||
MAINTAINER= maho@FreeBSD.org
|
||||
COMMENT= Many additional features to math/octave
|
||||
|
||||
BUILD_DEPENDS= qhull:${PORTSDIR}/math/qhull \
|
||||
BUILD_DEPENDS+= qhull:${PORTSDIR}/math/qhull \
|
||||
octave:${PORTSDIR}/math/octave \
|
||||
gcsplit:${PORTSDIR}/sysutils/coreutils \
|
||||
bash:${PORTSDIR}/shells/bash
|
||||
RUN_DEPENDS= octave:${PORTSDIR}/math/octave \
|
||||
RUN_DEPENDS+= octave:${PORTSDIR}/math/octave \
|
||||
qhull:${PORTSDIR}/math/qhull \
|
||||
bash:${PORTSDIR}/shells/bash
|
||||
|
||||
@ -31,6 +31,12 @@ CONFIGURE_ARGS= --with-cc=${CC} \
|
||||
--x-libraries=${X11BASE}/lib \
|
||||
--x-includes=${X11BASE}/include
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 501000
|
||||
|
Loading…
Reference in New Issue
Block a user