1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

science/pastix: fix build by linking with libm

For some reason it is now necessary to link with libm.
This commit is contained in:
Thierry Thomas 2023-11-08 22:33:37 +01:00
parent 1114a1e961
commit af2a67dd0c

View File

@ -31,6 +31,7 @@ USES= cmake blaslapack:openblas fortran pkgconfig python
#GL_SUBDIR= spm:s cmake_modules/morse_cmake:m
GL_TAG= 87c0b910dce3d81667e760c720e706d1 # tarball with submodules
LDFLAGS+= -lm
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \
-DPASTIX_ORDERING_METIS:BOOL=ON
USE_LDCONFIG= yes