Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 20:20:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530715 - head/math/ascent
Message-ID:  <202004042020.034KKJ12025026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Apr  4 20:20:19 2020
New Revision: 530715
URL: https://svnweb.freebsd.org/changeset/ports/530715

Log:
  math/ascent: Update 0.5.0 -> 0.6.0
  
  Reported by:	portscout

Modified:
  head/math/ascent/Makefile
  head/math/ascent/distinfo
  head/math/ascent/pkg-plist

Modified: head/math/ascent/Makefile
==============================================================================
--- head/math/ascent/Makefile	Sat Apr  4 20:16:00 2020	(r530714)
+++ head/math/ascent/Makefile	Sat Apr  4 20:20:19 2020	(r530715)
@@ -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>

Modified: head/math/ascent/distinfo
==============================================================================
--- head/math/ascent/distinfo	Sat Apr  4 20:16:00 2020	(r530714)
+++ head/math/ascent/distinfo	Sat Apr  4 20:20:19 2020	(r530715)
@@ -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

Modified: head/math/ascent/pkg-plist
==============================================================================
--- head/math/ascent/pkg-plist	Sat Apr  4 20:16:00 2020	(r530714)
+++ head/math/ascent/pkg-plist	Sat Apr  4 20:20:19 2020	(r530715)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004042020.034KKJ12025026>