Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2025 17:49:46 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6682a9f6d717 - main - math/mumps4: Constrain fortran to gfortran
Message-ID:  <691f54ba.c153.7aecbb38@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691f54ba.c153.7aecbb38>