summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/ascent/Makefile6
-rw-r--r--math/ascent/distinfo6
-rw-r--r--math/ascent/pkg-plist4
3 files changed, 10 insertions, 6 deletions
diff --git a/math/ascent/Makefile b/math/ascent/Makefile
index be9c726b363d..3bc061af4e02 100644
--- a/math/ascent/Makefile
+++ b/math/ascent/Makefile
@@ -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>
diff --git a/math/ascent/distinfo b/math/ascent/distinfo
index ae11d1e5232b..808f3cfefac7 100644
--- a/math/ascent/distinfo
+++ b/math/ascent/distinfo
@@ -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
diff --git a/math/ascent/pkg-plist b/math/ascent/pkg-plist
index bd3b47f6651d..63b0b6c84846 100644
--- a/math/ascent/pkg-plist
+++ b/math/ascent/pkg-plist
@@ -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