mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
suitesparse-cxsparse: new port for the module CXSparse of SuiteSparse
This commit is contained in:
parent
ace392aa21
commit
f78b8c777f
18
math/suitesparse-cxsparse/Makefile
Normal file
18
math/suitesparse-cxsparse/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
||||
|
||||
PORTNAME= CXSparse
|
||||
PORTVERSION= 3.2.0
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Extended version of CSparse
|
||||
|
||||
LICENSE= LGPL21+
|
||||
|
||||
USES= localbase:ldflags
|
||||
OMP_NEEDED= yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
||||
.include <bsd.port.post.mk>
|
11
math/suitesparse-cxsparse/files/patch-CXSparse_Makefile
Normal file
11
math/suitesparse-cxsparse/files/patch-CXSparse_Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- CXSparse/Makefile.orig 2021-05-17 01:04:52 UTC
|
||||
+++ CXSparse/Makefile
|
||||
@@ -13,7 +13,7 @@ C:
|
||||
( cd Lib ; $(MAKE) )
|
||||
( cd Demo ; $(MAKE) )
|
||||
|
||||
-all: C cov
|
||||
+all: C
|
||||
|
||||
library:
|
||||
( cd Lib ; $(MAKE) )
|
6
math/suitesparse-cxsparse/pkg-descr
Normal file
6
math/suitesparse-cxsparse/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This port installs the module CXSparse of SuiteSparse.
|
||||
|
||||
CXSparse is a version of CSparse that operates on both real and complex
|
||||
matrices, using either int or SuiteSparse_long integers.
|
||||
|
||||
WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
|
5
math/suitesparse-cxsparse/pkg-plist
Normal file
5
math/suitesparse-cxsparse/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/suitesparse/cs.h
|
||||
lib/libcxsparse.so
|
||||
lib/libcxsparse.so.3
|
||||
lib/libcxsparse.so.3.2.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CXSPARSE_README.txt
|
Loading…
Reference in New Issue
Block a user