diff --git a/math/ascent/Makefile b/math/ascent/Makefile index e97701f3fc46..53178366ae31 100644 --- a/math/ascent/Makefile +++ b/math/ascent/Makefile @@ -1,32 +1,31 @@ PORTNAME= ascent DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0-16 -DISTVERSIONSUFFIX= -gb2a39d0 +DISTVERSION= 0.7.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= C++ simulation engine and differential equation solver LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= AnyarInc GH_PROJECT= Ascent CMAKE_OFF= BUILD_UNIT_TESTS BUILD_EXAMPLES NO_BUILD= yes NO_ARCH= yes do-install: @cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include do-test: @cd ${BUILD_WRKSRC} && \ ${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}/unit_tests/ascent_test .include diff --git a/math/ascent/distinfo b/math/ascent/distinfo index a6f2ad0dcd48..f3d5b66cc628 100644 --- a/math/ascent/distinfo +++ b/math/ascent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631809147 -SHA256 (AnyarInc-Ascent-v0.6.0-16-gb2a39d0_GH0.tar.gz) = f0ef852b6f11d85313f756425159fbddf7266d12a8ed0f9e80ca883f3f2a8f8a -SIZE (AnyarInc-Ascent-v0.6.0-16-gb2a39d0_GH0.tar.gz) = 182887 +TIMESTAMP = 1639413807 +SHA256 (AnyarInc-Ascent-v0.7.0_GH0.tar.gz) = 4e7bf6275bb38459a3a00c355eb5e9815efa056b689877404456c50d6b75f308 +SIZE (AnyarInc-Ascent-v0.7.0_GH0.tar.gz) = 186688 diff --git a/math/ascent/pkg-plist b/math/ascent/pkg-plist index d79e74358f79..3a2d9a646186 100644 --- a/math/ascent/pkg-plist +++ b/math/ascent/pkg-plist @@ -1,42 +1,45 @@ include/ascent/Ascent.h include/ascent/ChaiEngine.h include/ascent/Param.h include/ascent/ParamV.h include/ascent/Recorder.h include/ascent/System.h include/ascent/Utility.h include/ascent/Vector.h include/ascent/algorithms/Derivative.h include/ascent/containers/flat_id_map.h include/ascent/containers/stack.h include/ascent/direct/State.h +include/ascent/integrators/ABM4.h include/ascent/integrators/DOPRI45.h include/ascent/integrators/Euler.h include/ascent/integrators/Midpoint.h include/ascent/integrators/PC233.h include/ascent/integrators/RK2.h include/ascent/integrators/RK4.h 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/ABM4.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 include/ascent/integrators_modular/ModularIntegrators.h include/ascent/integrators_modular/NCRK4.h 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/integrators_modular/Ralston4.h +include/ascent/integrators_modular/VABM.h include/ascent/modular/Link.h include/ascent/modular/Module.h include/ascent/threading/Pool.h include/ascent/timing/Sampler.h include/ascent/timing/TimeAdvanced.h include/ascent/timing/Timing.h