mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Build fix: use gfortran42 explicitly instead of USE_GCC=4.2+.
Spotted by: kris
This commit is contained in:
parent
a35281a195
commit
a15572912f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193419
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@ COMMENT= A library of Fortran 77 subroutines for linear algebra
|
|||
|
||||
LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas
|
||||
WANT_FORTRAN= yes
|
||||
USE_GCC= 4.2+
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
|
||||
MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
|
||||
|
||||
DIST_SUBDIR= lapack
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue