math/ascent: Update 0.5.0 -> 0.6.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2020-04-04 20:20:19 +00:00
parent f4e55c92a8
commit 9c56074324
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530715
3 changed files with 10 additions and 6 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= ascent
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
DISTVERSION= 0.6.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@ -26,8 +26,8 @@ do-install:
do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_UNIT_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${BUILD_WRKSRC}/bin/ascent_test
${BUILD_WRKSRC}/unit_tests/ascent_test
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1575823176
SHA256 (AnyarInc-Ascent-v0.5.0_GH0.tar.gz) = 06639c4473d4340a8c7595673fdaf9ce5de02559a20bb5fc94a6573b288aa680
SIZE (AnyarInc-Ascent-v0.5.0_GH0.tar.gz) = 57007
TIMESTAMP = 1586030985
SHA256 (AnyarInc-Ascent-v0.6.0_GH0.tar.gz) = 30210fac5046792000aae390dee37a6e0f80a30900176083dcd36d2eac180b3f
SIZE (AnyarInc-Ascent-v0.6.0_GH0.tar.gz) = 182754

View File

@ -19,6 +19,7 @@ include/ascent/integrators/RKMM.h
include/ascent/integrators/RTAM4.h
include/ascent/integrators_direct/Euler.h
include/ascent/integrators_direct/RK4.h
include/ascent/integrators_modular/DOPRI45.h
include/ascent/integrators_modular/Euler.h
include/ascent/integrators_modular/Heun.h
include/ascent/integrators_modular/Midpoint.h
@ -28,6 +29,9 @@ include/ascent/integrators_modular/PC233.h
include/ascent/integrators_modular/RK2.h
include/ascent/integrators_modular/RK3.h
include/ascent/integrators_modular/RK4.h
include/ascent/integrators_modular/RTAM2.h
include/ascent/integrators_modular/RTAM3.h
include/ascent/integrators_modular/RTAM4.h
include/ascent/modular/Link.h
include/ascent/modular/Module.h
include/ascent/threading/Pool.h