diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-09-17 13:46:05 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-09-20 17:44:56 +0000 |
commit | b46309fb966dae874cc8cf9645fe13f857a50a9e (patch) | |
tree | 3995b5786188143505048b93b5327c83e3943c59 /math | |
parent | bb398f02aa00cfe288bbb2021ff86d33617ad1a0 (diff) | |
download | ports-b46309fb966dae874cc8cf9645fe13f857a50a9e.tar.gz ports-b46309fb966dae874cc8cf9645fe13f857a50a9e.zip |
math/suitesparse-cholmod: upgrade to 4.2.0
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse-cholmod/Makefile | 5 | ||||
-rw-r--r-- | math/suitesparse-cholmod/pkg-plist | 13 |
2 files changed, 8 insertions, 10 deletions
diff --git a/math/suitesparse-cholmod/Makefile b/math/suitesparse-cholmod/Makefile index 37e96e7a1445..68ed3f7652c0 100644 --- a/math/suitesparse-cholmod/Makefile +++ b/math/suitesparse-cholmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.0.4 +PORTVERSION= 4.2.0 CATEGORIES= math COMMENT= Sparse CHOLesky MODification package @@ -7,8 +7,7 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= LGPL21+ -LIB_DEPENDS= libmetis.so:math/metis \ - libamd.so:math/suitesparse-amd \ +LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libcamd.so:math/suitesparse-camd \ libcolamd.so:math/suitesparse-colamd \ libccolamd.so:math/suitesparse-ccolamd diff --git a/math/suitesparse-cholmod/pkg-plist b/math/suitesparse-cholmod/pkg-plist index 4083ce875c98..869a89e4d329 100644 --- a/math/suitesparse-cholmod/pkg-plist +++ b/math/suitesparse-cholmod/pkg-plist @@ -1,13 +1,12 @@ include/suitesparse/cholmod.h -lib/cmake/SuiteSparse/FindCHOLMOD.cmake -lib/cmake/SuiteSparse/FindCHOLMOD_CUDA.cmake -lib/libcholmod_cuda.a -lib/libcholmod_cuda.so -lib/libcholmod_cuda.so.4 -lib/libcholmod_cuda.so.4.0.4 +lib/cmake/CHOLMOD/CHOLMODConfig.cmake +lib/cmake/CHOLMOD/CHOLMODConfigVersion.cmake +lib/cmake/CHOLMOD/CHOLMODTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CHOLMOD/CHOLMODTargets.cmake lib/libcholmod.a lib/libcholmod.so lib/libcholmod.so.4 -lib/libcholmod.so.4.0.4 +lib/libcholmod.so.4.2.0 +libdata/pkgconfig/CHOLMOD.pc %%PORTDOCS%%%%DOCSDIR%%/CHOLMOD_README.txt %%PORTDOCS%%%%DOCSDIR%%/CHOLMOD_UserGuide.pdf |