aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-11-08 21:33:37 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-11-08 21:33:37 +0000
commitaf2a67dd0c1c7a4ff28f9cb31125950f018b13c1 (patch)
tree47d8ebcef800cd165b05be0ad93c35148afc87e4
parent1114a1e961231159607e44b779e474299ce6826c (diff)
downloadports-af2a67dd0c1c7a4ff28f9cb31125950f018b13c1.tar.gz
ports-af2a67dd0c1c7a4ff28f9cb31125950f018b13c1.zip
science/pastix: fix build by linking with libm
For some reason it is now necessary to link with libm.
-rw-r--r--science/pastix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/pastix/Makefile b/science/pastix/Makefile
index 077bc8f85718..2b1935197e7c 100644
--- a/science/pastix/Makefile
+++ b/science/pastix/Makefile
@@ -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