git: 6682a9f6d717 - main - math/mumps4: Constrain fortran to gfortran
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Nov 2025 17:49:46 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6682a9f6d71751473050b7f2939560cb359c3c8b
commit 6682a9f6d71751473050b7f2939560cb359c3c8b
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-11-20 17:15:22 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-11-20 17:49:40 +0000
math/mumps4: Constrain fortran to gfortran
The software does something with libgcc
---
math/mumps4/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/mumps4/Makefile b/math/mumps4/Makefile
index 72ab350a3fbf..d519ac452426 100644
--- a/math/mumps4/Makefile
+++ b/math/mumps4/Makefile
@@ -15,7 +15,7 @@ WWW= https://mumps-solver.org/
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= fortran
+USES= fortran:gfortran
MAKE_JOBS_UNSAFE=yes