Skip to content

Commit

Permalink
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maho Nakata authored and Maho Nakata committed Jul 14, 2007
1 parent 58b4dde commit c750932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 1 addition & 6 deletions math/octave-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@ BLAS= -lblas
LAPACK= -llapack
.endif

WANT_FORTRAN= yes
#workaround optimization bug in gcc42, not gfortran42
#USE_GCC=4.2+
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
USE_FORTRAN= yes

OCTAVE_VERSION= ${PORTVERSION}
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
Expand Down
5 changes: 1 addition & 4 deletions science/mpqc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259

WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
USE_FORTRAN= yes

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

0 comments on commit c750932

Please sign in to comment.