Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2023 09:36:30 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3bbf2cf1528 - main - science/dirac: Fix build by adding USES=localbase:ldflags
Message-ID:  <202311190936.3AJ9aU0E033524@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3bbf2cf15284e03e6804750f83d9b659b1afb93

commit c3bbf2cf15284e03e6804750f83d9b659b1afb93
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-19 08:39:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-19 09:36:25 +0000

    science/dirac: Fix build by adding USES=localbase:ldflags
    
    Otherwise liblapack wasn't found.
    
    PR:             275165
    Reported by:    Lorenzo Salvadore <salvadore@freebsd.org>; fallout
---
 science/dirac/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/dirac/Makefile b/science/dirac/Makefile
index c99734748f87..7680ba40e29e 100644
--- a/science/dirac/Makefile
+++ b/science/dirac/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libhdf5.so:science/hdf5 \
 		liblapack.so:math/lapack
 
-USES=		cmake:noninja,testing fortran python shebangfix
+USES=		cmake:noninja,testing fortran localbase:ldflags python shebangfix
 
 #USE_GITLAB=	yes
 #GL_TAGNAME=	37b755410d9fdcd9b5e7bba6e43ceb7d5c7b9dae



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311190936.3AJ9aU0E033524>