From owner-svn-ports-all@freebsd.org Sat Apr 4 20:35:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 77EE82A2394; Sat, 4 Apr 2020 20:35:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vpTp3bnmz3Mxm; Sat, 4 Apr 2020 20:35:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 217F127445; Sat, 4 Apr 2020 20:20:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 034KKJf3025028; Sat, 4 Apr 2020 20:20:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034KKJ12025026; Sat, 4 Apr 2020 20:20:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004042020.034KKJ12025026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 4 Apr 2020 20:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530715 - head/math/ascent X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/ascent X-SVN-Commit-Revision: 530715 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 20:35:44 -0000 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 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