forked from Lainports/freebsd-ports
math/suitesparse-colamd: upgrade to 3.2.0
This commit is contained in:
parent
26f3d6a66d
commit
bb398f02aa
2 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 3.0.4
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Column approximate minimum degree ordering algorithm
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
include/suitesparse/colamd.h
|
||||
lib/cmake/SuiteSparse/FindCOLAMD.cmake
|
||||
lib/cmake/COLAMD/COLAMDConfig.cmake
|
||||
lib/cmake/COLAMD/COLAMDConfigVersion.cmake
|
||||
lib/cmake/COLAMD/COLAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/COLAMD/COLAMDTargets.cmake
|
||||
lib/libcolamd.a
|
||||
lib/libcolamd.so
|
||||
lib/libcolamd.so.3
|
||||
lib/libcolamd.so.3.0.4
|
||||
lib/libcolamd.so.3.2.0
|
||||
libdata/pkgconfig/COLAMD.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COLAMD_README.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue