diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2025-09-05 09:00:09 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-09-05 14:34:12 +0000 |
commit | 7def22423dbefa4c62da4252a075012a06d8c4bc (patch) | |
tree | 494e9c7a3ef0aa3b9788975158bc9bae4f68b143 /math | |
parent | 9d32b9fad09d2fc713a0793438854030696f6250 (diff) |
Diffstat (limited to 'math')
-rw-r--r-- | math/algae/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index 385a737f6ad6..3042e6816d32 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -15,13 +15,12 @@ BROKEN_aarch64= does not build: checking for proper floating point exception ha BROKEN_armv6= does not build: checking for proper floating point exception handling... no BROKEN_armv7= does not build: checking for proper floating point exception handling... no -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USES= fortran +USES= fortran:gfortran +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dlmalloc --without-fftw --without-blas \ --without-lapack --without-bcslib --without-npsol -FFLAGS+= -std=legacy +FFLAGS= -std=legacy PLIST_SUB= ALGAE_VERSION=${PORTVERSION} INFO= ${PORTNAME} |