Skip to content

Commit

Permalink
math/ascent: Update 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jun 18, 2023
1 parent 3233756 commit c73d9ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions math/ascent/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ascent
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
DISTVERSION= 0.7.1
CATEGORIES= math
PKGNAMESUFFIX= -simulation-engine

Expand All @@ -11,12 +11,13 @@ WWW= https://github.com/AnyarInc/Ascent
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cmake compiler:c++17-lang
USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= AnyarInc
GH_PROJECT= Ascent

CMAKE_OFF= BUILD_UNIT_TESTS BUILD_EXAMPLES
CMAKE_OFF= BUILD_TESTING BUILD_EXAMPLES
CMAKE_TESTING_ON= BUILD_TESTING # tests fail to configure, see https://github.com/AnyarInc/Ascent/issues/29

NO_BUILD= yes
NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions math/ascent/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1639413807
SHA256 (AnyarInc-Ascent-v0.7.0_GH0.tar.gz) = 4e7bf6275bb38459a3a00c355eb5e9815efa056b689877404456c50d6b75f308
SIZE (AnyarInc-Ascent-v0.7.0_GH0.tar.gz) = 186688
TIMESTAMP = 1687053512
SHA256 (AnyarInc-Ascent-v0.7.1_GH0.tar.gz) = e8dbee98db3d58f7e52a1c606c8137f0e40d56058d1dc60d5c035635c51182c1
SIZE (AnyarInc-Ascent-v0.7.1_GH0.tar.gz) = 191650

0 comments on commit c73d9ce

Please sign in to comment.