Commit b1bd79df authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

math/heyoka: Update 0.20.0 → 0.21.0

Reported by:	portscout
parent 799811ec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
PORTNAME=	heyoka
DISTVERSIONPREFIX=	v
DISTVERSION=	0.20.0
PORTREVISION=	2
DISTVERSION=	0.21.0
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
@@ -15,6 +14,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
		libfmt.so:devel/libfmt \
		libgmp.so:math/gmp \
		libmp++.so:math/mppp \
		libmpc.so:math/mpc \
		libmpfr.so:math/mpfr \
		libtbb.so:devel/onetbb \
		libsleef.so:math/sleef \
@@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
TEST_DEPENDS=	xtensor>0:math/xtensor \
		xtensor-blas>0:math/xtensor-blas

USES=		cmake:testing compiler:c++17-lang llvm:min=14,build,run
USES=		cmake:testing compiler:c++17-lang llvm:min=15,build,run
USE_LDCONFIG=	yes

USE_GITHUB=	yes
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1671405240
SHA256 (bluescarni-heyoka-v0.20.0_GH0.tar.gz) = d6b4601ee28fc2dbb84c317bbe2619c776ce448f782c045a801dfa46b0d5e52c
SIZE (bluescarni-heyoka-v0.20.0_GH0.tar.gz) = 103126787
TIMESTAMP = 1676706398
SHA256 (bluescarni-heyoka-v0.21.0_GH0.tar.gz) = 16d22e99397139d25b2a0c418a654e9cba3684c7eb28933791526bb163f50f27
SIZE (bluescarni-heyoka-v0.21.0_GH0.tar.gz) = 103553019
+2 −2
Original line number Diff line number Diff line
@@ -80,5 +80,5 @@ lib/cmake/heyoka/heyoka-config.cmake
lib/cmake/heyoka/heyoka_export-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/heyoka/heyoka_export.cmake
lib/libheyoka.so
lib/libheyoka.so.20
lib/libheyoka.so.20.0
lib/libheyoka.so.21
lib/libheyoka.so.21.0
+2 −2
Original line number Diff line number Diff line
PORTNAME=	heyoka
DISTVERSIONPREFIX=	v
DISTVERSION=	0.20.0
PORTREVISION=	1
DISTVERSION=	0.21.0
CATEGORIES=	math
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

@@ -19,6 +18,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
		libgmp.so:math/gmp \
		libheyoka.so:math/heyoka \
		libmp++.so:math/mppp \
		libmpc.so:math/mpc \
		libmpfr.so:math/mpfr \
		libtbb.so:devel/onetbb \
		libspdlog.so:devel/spdlog
+3 −3
Original line number Diff line number Diff line
TIMESTAMP = 1671607325
SHA256 (bluescarni-heyoka.py-v0.20.0_GH0.tar.gz) = 65c90a5ffb870b4d2d19eef066b56964777f03eb7d081e331ae5bf903bbf94af
SIZE (bluescarni-heyoka.py-v0.20.0_GH0.tar.gz) = 102109366
TIMESTAMP = 1676708533
SHA256 (bluescarni-heyoka.py-v0.21.0_GH0.tar.gz) = 3808ba516fe5165f19118b167704f90176a34e8f268df4f2ec1f1dbc12c8ae95
SIZE (bluescarni-heyoka.py-v0.21.0_GH0.tar.gz) = 102255406
Loading