Skip to content

Commit

Permalink
math/suitesparse-cholmod: upgrade to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Sep 20, 2023
1 parent bb398f0 commit b46309f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
5 changes: 2 additions & 3 deletions math/suitesparse-cholmod/Makefile
@@ -1,14 +1,13 @@
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 4.0.4
PORTVERSION= 4.2.0
CATEGORIES= math

COMMENT= Sparse CHOLesky MODification package
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
Expand Down
13 changes: 6 additions & 7 deletions 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

0 comments on commit b46309f

Please sign in to comment.