View | Details | Raw Unified | Return to bug 267285
Collapse All | Expand All

(-)b/math/sundials/Makefile (-1 / +3 lines)
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 \
(-)b/math/sundials/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1666460608
1
TIMESTAMP = 1666513069
2
SHA256 (sundials-6.4.0.tar.gz) = 3cbf0102c3284dc550a9faf85ace030ca6d02fe70e90afa2d0d8074a098a3948
2
SHA256 (LLNL-sundials-v6.4.0_GH0.tar.gz) = 3cbf0102c3284dc550a9faf85ace030ca6d02fe70e90afa2d0d8074a098a3948
3
SIZE (sundials-6.4.0.tar.gz) = 30316317
3
SIZE (LLNL-sundials-v6.4.0_GH0.tar.gz) = 30316317

Return to bug 267285