git: c3bbf2cf1528 - main - science/dirac: Fix build by adding USES=localbase:ldflags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Nov 2023 09:36:30 UTC
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