mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/suitesparse-spex: upgrade to 2.3.0
This commit is contained in:
parent
5cc195419d
commit
29ccd809ce
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Sparse Left-looking Integer-Preserving LU Factorization
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
include/suitesparse/SPEX.h
|
||||
lib/cmake/SPEX/FindGMP.cmake
|
||||
lib/cmake/SPEX/FindMPFR.cmake
|
||||
lib/cmake/SPEX/SPEXConfig.cmake
|
||||
lib/cmake/SPEX/SPEXConfigVersion.cmake
|
||||
lib/cmake/SPEX/SPEXTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
@ -6,7 +8,7 @@ lib/cmake/SPEX/SPEXTargets.cmake
|
|||
lib/libspex.a
|
||||
lib/libspex.so
|
||||
lib/libspex.so.2
|
||||
lib/libspex.so.2.2.1
|
||||
lib/libspex.so.%%VER%%
|
||||
libdata/pkgconfig/SPEX.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SPEX_README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SPEX_UserGuide.pdf
|
||||
|
|
Loading…
Add table
Reference in a new issue