blob: 32940f4706c402547b37ae138fcc8898b29d0758 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 1.2.6
CATEGORIES= math
COMMENT= Permutation to block triangular form
LICENSE= LGPL21+
USES= localbase:ldflags
OMP_NEEDED= yes
MPORTNAME= BTF
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
.include <bsd.port.post.mk>
|