Skip to content

Commit

Permalink
science/spheral: Fix build by adding USES=localbase:ldflags
Browse files Browse the repository at this point in the history
-lmfem wasn't found on some systems.

Reported by:	fallout
  • Loading branch information
yurivict committed Nov 15, 2023
1 parent 1438b2a commit e0b553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/spheral/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LIB_DEPENDS= libaxom.so:science/axom \
libqhull_r.so:math/qhull \
libsiloh5.so:science/silo

USES= cmake:testing compiler:c++14-lang eigen:3 fortran lua mpi:mpich python
USES= cmake:testing compiler:c++14-lang eigen:3 fortran localbase:ldflags lua mpi:mpich python
USE_LDCONFIG= yes

USE_GITHUB= yes
Expand Down

0 comments on commit e0b553b

Please sign in to comment.