math/{,py-}heyoka: Update 0.15.0 -> 0.16.0

This commit is contained in:
Yuri Victorovich 2021-11-26 14:01:13 -08:00
parent 03ea130f21
commit eaa596f685
5 changed files with 15 additions and 12 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.15.0
PORTREVISION= 1
DISTVERSION= 0.16.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@ -17,7 +16,9 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
libtbb.so:devel/onetbb \
libsleef.so:math/sleef \
libspdlog.so:devel/spdlog
TEST_DEPENDS= xtensor>0:math/xtensor
RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}
TEST_DEPENDS= xtensor>0:math/xtensor \
xtensor-blas>0:math/xtensor-blas
USES= cmake:testing compiler:c++17-lang
USE_LDCONFIG= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1633366843
SHA256 (bluescarni-heyoka-v0.15.0_GH0.tar.gz) = 5096a5592768938b3553d9d37827c3aaf993fd6ef8065e577b47758ed841e17b
SIZE (bluescarni-heyoka-v0.15.0_GH0.tar.gz) = 102421533
TIMESTAMP = 1637952554
SHA256 (bluescarni-heyoka-v0.16.0_GH0.tar.gz) = b58ac688d2cf7d6b67b0ec1adcda41568a87d98dfaae840acdd1b21c4eb3ee14
SIZE (bluescarni-heyoka-v0.16.0_GH0.tar.gz) = 102619227

View file

@ -57,6 +57,8 @@ include/heyoka/math/sin.hpp
include/heyoka/math/sinh.hpp
include/heyoka/math/sqrt.hpp
include/heyoka/math/square.hpp
include/heyoka/math/sum.hpp
include/heyoka/math/sum_sq.hpp
include/heyoka/math/tan.hpp
include/heyoka/math/tanh.hpp
include/heyoka/math/time.hpp
@ -73,5 +75,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.15
lib/libheyoka.so.15.0
lib/libheyoka.so.16
lib/libheyoka.so.16.0

View file

@ -1,6 +1,6 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.15.0
DISTVERSION= 0.16.0
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1633368323
SHA256 (bluescarni-heyoka.py-v0.15.0_GH0.tar.gz) = 0e8c4bf0cc276e52fff3e4114dc759a6f8882fe83215279bcb156403b5d11756
SIZE (bluescarni-heyoka.py-v0.15.0_GH0.tar.gz) = 101630534
TIMESTAMP = 1637960735
SHA256 (bluescarni-heyoka.py-v0.16.0_GH0.tar.gz) = bca188d1a5f8ab60929a4b755b53e4c769422cfed422a90f1301518e53e27df8
SIZE (bluescarni-heyoka.py-v0.16.0_GH0.tar.gz) = 101926743