Skip to content

Commit

Permalink
science/dirac: Fix build by adding USES=localbase:ldflags
Browse files Browse the repository at this point in the history
Otherwise liblapack wasn't found.

PR:		275165
Reported by:	Lorenzo Salvadore <salvadore@freebsd.org>; fallout
  • Loading branch information
yurivict committed Nov 19, 2023
1 parent 423db3f commit c3bbf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/dirac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3bbf2c

Please sign in to comment.