Lines 1-7
Link Here
|
1 |
PORTNAME= sundials |
1 |
PORTNAME= sundials |
|
|
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSION= 6.4.0 |
3 |
DISTVERSION= 6.4.0 |
3 |
CATEGORIES= math |
4 |
CATEGORIES= math |
4 |
MASTER_SITES= https://github.com/LLNL/sundials/archive/v${DISTVERSION}/ |
|
|
5 |
|
5 |
|
6 |
MAINTAINER= yuri@FreeBSD.org |
6 |
MAINTAINER= yuri@FreeBSD.org |
7 |
COMMENT= SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers |
7 |
COMMENT= SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers |
Lines 11-16
LICENSE= BSD3CLAUSE
Link Here
|
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
12 |
|
13 |
USES= cmake:testing fortran localbase:ldflags python:build # 4 tests fail, see https://github.com/LLNL/sundials/issues/220 |
13 |
USES= cmake:testing fortran localbase:ldflags python:build # 4 tests fail, see https://github.com/LLNL/sundials/issues/220 |
|
|
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= LLNL |
14 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
15 |
|
17 |
|
16 |
CMAKE_ARGS= -DENABLE_PTHREAD:BOOL=ON \ |
18 |
CMAKE_ARGS= -DENABLE_PTHREAD:BOOL=ON \ |