mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
A cosmetic change.
This commit is contained in:
parent
c06f95a5f2
commit
291d5aa3f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183054
1 changed files with 6 additions and 1 deletions
|
@ -19,9 +19,14 @@ MAINTAINER= maho@FreeBSD.org
|
||||||
COMMENT= Basic Linear Algebra, level 1, 2, and 3
|
COMMENT= Basic Linear Algebra, level 1, 2, and 3
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
WANT_FORTRAN= yes
|
WANT_FORTRAN= yes
|
||||||
USE_GCC= 4.2+
|
WANT_FORTRAN= yes #dummy but future use
|
||||||
|
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||||
|
FC= gfortran42
|
||||||
|
F77= gfortran42
|
||||||
|
MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
|
||||||
|
|
||||||
PLIST_FILES= lib/libblas.a lib/libblas.so lib/libblas.so.2
|
PLIST_FILES= lib/libblas.a lib/libblas.so lib/libblas.so.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue