aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-12-19 01:34:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-12-19 01:54:31 +0000
commit2ed49d19325837a4603c6cde5fb5d86a15d9f1b2 (patch)
tree70ce6def980570b4c7a8d8724d48c5af014040eb
parent88651c49237802c885ad3711300e11cdc6bf84cb (diff)
downloadports-2ed49d19325837a4603c6cde5fb5d86a15d9f1b2.tar.gz
ports-2ed49d19325837a4603c6cde5fb5d86a15d9f1b2.zip
math/heyoka: Update 0.19.0 -> 0.20.0
Reported by: portscout
-rw-r--r--math/heyoka/Makefile7
-rw-r--r--math/heyoka/distinfo6
-rw-r--r--math/heyoka/pkg-plist6
3 files changed, 11 insertions, 8 deletions
diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index 39782d92cb8a..a265a66c1a2b 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,7 +1,6 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
-DISTVERSION= 0.19.0
-PORTREVISION= 3
+DISTVERSION= 0.20.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -14,7 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
libfmt.so:devel/libfmt \
+ libgmp.so:math/gmp \
libmp++.so:math/mppp \
+ libmpfr.so:math/mpfr \
libtbb.so:devel/onetbb \
libsleef.so:math/sleef \
libspdlog.so:devel/spdlog
@@ -28,7 +29,7 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= bluescarni
-LLVM_VERSION= 12
+LLVM_VERSION= 14
CMAKE_ON= HEYOKA_WITH_MPPP HEYOKA_WITH_SLEEF
CMAKE_ARGS= -DFREEBSD_LLVM_VERSION=${LLVM_VERSION}
diff --git a/math/heyoka/distinfo b/math/heyoka/distinfo
index df32dcdb8d3f..9b2b14e66148 100644
--- a/math/heyoka/distinfo
+++ b/math/heyoka/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663717406
-SHA256 (bluescarni-heyoka-v0.19.0_GH0.tar.gz) = 7a7634379233be778fd6b15090df287787cc429314ec521d0336cdc1ae26642a
-SIZE (bluescarni-heyoka-v0.19.0_GH0.tar.gz) = 103075151
+TIMESTAMP = 1671405240
+SHA256 (bluescarni-heyoka-v0.20.0_GH0.tar.gz) = d6b4601ee28fc2dbb84c317bbe2619c776ce448f782c045a801dfa46b0d5e52c
+SIZE (bluescarni-heyoka-v0.20.0_GH0.tar.gz) = 103126787
diff --git a/math/heyoka/pkg-plist b/math/heyoka/pkg-plist
index 220773c75d09..ea5337fab25d 100644
--- a/math/heyoka/pkg-plist
+++ b/math/heyoka/pkg-plist
@@ -12,6 +12,8 @@ include/heyoka/detail/llvm_fwd.hpp
include/heyoka/detail/llvm_helpers.hpp
include/heyoka/detail/llvm_vector_type.hpp
include/heyoka/detail/logging_impl.hpp
+include/heyoka/detail/num_utils.hpp
+include/heyoka/detail/real_helpers.hpp
include/heyoka/detail/simple_timer.hpp
include/heyoka/detail/sleef.hpp
include/heyoka/detail/string_conv.hpp
@@ -78,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.19
-lib/libheyoka.so.19.0
+lib/libheyoka.so.20
+lib/libheyoka.so.20.0