git: cd48ea6e8760 - main - devel/pika: Update 0.6.0 -> 0.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Aug 2022 08:39:31 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cd48ea6e876030b9f5232aaef75917f65871e862
commit cd48ea6e876030b9f5232aaef75917f65871e862
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-04 08:33:30 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-04 08:33:30 +0000
devel/pika: Update 0.6.0 -> 0.7.0
Reported by: portscout
---
devel/pika/Makefile | 7 ++-----
devel/pika/distinfo | 6 +++---
...s_include_pika_coroutines_detail_context__posix.hpp | 11 -----------
devel/pika/pkg-plist | 18 ++++--------------
4 files changed, 9 insertions(+), 33 deletions(-)
diff --git a/devel/pika/Makefile b/devel/pika/Makefile
index df34c9d2ffc8..70242def57d9 100644
--- a/devel/pika/Makefile
+++ b/devel/pika/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pika
-DISTVERSION= 0.6.0
-PORTREVISION= 1
+DISTVERSION= 0.7.0
CATEGORIES= devel
PATCH_SITES= https://github.com/pika-org/pika/commit/
@@ -12,9 +11,6 @@ COMMENT= C++ library for concurrency and parallelism
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
-BROKEN_aarch64= error: 'regparm' is not valid on this platform, see https://github.com/pika-org/pika/issues/331
-BROKEN_armv6= error: 'regparm' is not valid on this platform, see https://github.com/pika-org/pika/issues/331
-
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libhwloc.so:devel/hwloc2 \
libtcmalloc_minimal.so:devel/google-perftools
@@ -26,6 +22,7 @@ USE_GITHUB= yes
GH_ACCOUNT= pika-org
CMAKE_ON= PIKA_WITH_MALLOC
+CMAKE_ON+= PIKA_WITH_GENERIC_CONTEXT_COROUTINES # prerequisite, build breaks on aarch64, armv6 w/out it
CMAKE_TESTING_ON= PIKA_WITH_TESTS PIKA_WITH_TESTS_UNIT # unclear how to run tests
CMAKE_TESTING_TARGET= tests test
diff --git a/devel/pika/distinfo b/devel/pika/distinfo
index 205f9f419c81..a865638ebd9d 100644
--- a/devel/pika/distinfo
+++ b/devel/pika/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1659564188
-SHA256 (pika-org-pika-0.6.0_GH0.tar.gz) = cb4ebd7b92da39ec4df7b0d05923b94299d6ee2f2f49752923ffa2266ca76568
-SIZE (pika-org-pika-0.6.0_GH0.tar.gz) = 2093784
+TIMESTAMP = 1659600642
+SHA256 (pika-org-pika-0.7.0_GH0.tar.gz) = e1bf978c88515f7af28ee47f98b795ffee521c15b39877ea4cfb405f31d507ed
+SIZE (pika-org-pika-0.7.0_GH0.tar.gz) = 2077227
SHA256 (b3f72acf5d4f90ed3dfb9092efe351a9e76fa6e8.patch) = 36c50a86393922db2d4bb69456f675abce09684e842ac0570e6d22f3779a0fd0
SIZE (b3f72acf5d4f90ed3dfb9092efe351a9e76fa6e8.patch) = 9391
diff --git a/devel/pika/files/patch-libs_pika_coroutines_include_pika_coroutines_detail_context__posix.hpp b/devel/pika/files/patch-libs_pika_coroutines_include_pika_coroutines_detail_context__posix.hpp
deleted file mode 100644
index 36353093609b..000000000000
--- a/devel/pika/files/patch-libs_pika_coroutines_include_pika_coroutines_detail_context__posix.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/pika/coroutines/include/pika/coroutines/detail/context_posix.hpp.orig 2022-07-13 00:14:36 UTC
-+++ libs/pika/coroutines/include/pika/coroutines/detail/context_posix.hpp
-@@ -143,7 +143,7 @@ namespace pika::threads::coroutines::detail::posix::uc
- ctx->uc_stack.ss_size = size;
- ctx->uc_link = exitto;
-
-- using = void (*ctx_main)();
-+ using ctx_main = void (*)();
- //makecontext can't fail.
- ::makecontext(ctx, (ctx_main) (startfunc), 1, startarg);
- return 0;
diff --git a/devel/pika/pkg-plist b/devel/pika/pkg-plist
index 9ae6a881d0fa..cca8c36ba870 100644
--- a/devel/pika/pkg-plist
+++ b/devel/pika/pkg-plist
@@ -12,7 +12,6 @@ include/pika/allocator_support/allocator_deleter.hpp
include/pika/allocator_support/config/defines.hpp
include/pika/allocator_support/internal_allocator.hpp
include/pika/allocator_support/traits/is_allocator.hpp
-include/pika/any.hpp
include/pika/assert.hpp
include/pika/assertion/config/defines.hpp
include/pika/assertion/current_function.hpp
@@ -101,7 +100,6 @@ include/pika/coroutines/detail/context_impl.hpp.orig
include/pika/coroutines/detail/context_linux_x86.hpp
include/pika/coroutines/detail/context_linux_x86.hpp.orig
include/pika/coroutines/detail/context_posix.hpp
-include/pika/coroutines/detail/context_posix.hpp.orig
include/pika/coroutines/detail/context_windows_fibers.hpp
include/pika/coroutines/detail/coroutine_accessor.hpp
include/pika/coroutines/detail/coroutine_impl.hpp
@@ -116,17 +114,12 @@ include/pika/coroutines/stackless_coroutine.hpp
include/pika/coroutines/thread_enums.hpp
include/pika/coroutines/thread_id_type.hpp
include/pika/cuda.hpp
-include/pika/datastructures/any.hpp
include/pika/datastructures/config/defines.hpp
include/pika/datastructures/detail/small_vector.hpp
include/pika/datastructures/detail/variant.hpp
include/pika/datastructures/member_pack.hpp
-include/pika/datastructures/optional.hpp
include/pika/datastructures/traits/is_tuple_like.hpp
-include/pika/datastructures/traits/supports_streaming_with_any.hpp
-include/pika/datastructures/tuple.hpp
include/pika/datastructures/variant.hpp
-include/pika/datastructures/variant_helper.hpp
include/pika/debugging/attach_debugger.hpp
include/pika/debugging/backtrace.hpp
include/pika/debugging/backtrace/backtrace.hpp
@@ -308,6 +301,9 @@ include/pika/futures/traits/promise_local_result.hpp
include/pika/futures/traits/promise_remote_result.hpp
include/pika/hardware/bit_manipulation.hpp
include/pika/hardware/config/defines.hpp
+include/pika/hardware/cpuid.hpp.orig
+include/pika/hardware/cpuid/linux_x86.hpp.orig
+include/pika/hardware/cpuid/msvc.hpp.orig
include/pika/hardware/timestamp.hpp
include/pika/hardware/timestamp/bgq.hpp
include/pika/hardware/timestamp/cuda.hpp
@@ -421,7 +417,6 @@ include/pika/modules/util.hpp
include/pika/mpi.hpp
include/pika/mutex.hpp
include/pika/numeric.hpp
-include/pika/optional.hpp
include/pika/pack_traversal/config/defines.hpp
include/pika/pack_traversal/detail/container_category.hpp
include/pika/pack_traversal/detail/pack_traversal_async_impl.hpp
@@ -748,7 +743,6 @@ include/pika/thread_support/atomic_count.hpp
include/pika/thread_support/config/defines.hpp
include/pika/thread_support/set_thread_name.hpp
include/pika/thread_support/spinlock.hpp
-include/pika/thread_support/thread_specific_ptr.hpp
include/pika/thread_support/unlock_guard.hpp
include/pika/threading/config/defines.hpp
include/pika/threading/jthread.hpp
@@ -788,15 +782,12 @@ include/pika/threading_base/threading_base_fwd.hpp
include/pika/threadmanager/config/defines.hpp
include/pika/threadmanager/threadmanager_fwd.hpp
include/pika/timing/config/defines.hpp
-include/pika/timing/high_resolution_clock.hpp
include/pika/timing/high_resolution_timer.hpp
-include/pika/timing/scoped_timer.hpp
include/pika/timing/steady_clock.hpp
include/pika/timing/tick_counter.hpp
include/pika/topology/config/defines.hpp
include/pika/topology/cpu_mask.hpp
include/pika/topology/topology.hpp
-include/pika/tuple.hpp
include/pika/type_support/config/defines.hpp
include/pika/type_support/decay.hpp
include/pika/type_support/detail/with_result_of.hpp
@@ -808,7 +799,6 @@ include/pika/type_support/identity.hpp
include/pika/type_support/lazy_conditional.hpp
include/pika/type_support/lazy_enable_if.hpp
include/pika/type_support/pack.hpp
-include/pika/type_support/static.hpp
include/pika/type_support/unused.hpp
include/pika/type_support/unwrap_ref.hpp
include/pika/type_support/void_guard.hpp
@@ -934,4 +924,4 @@ lib/cmake/pika/tests/stable_inplace_merge.cpp
lib/cmake/pika/tests/unistd_h.cpp
lib/libpika.so
lib/libpika.so.0
-lib/libpika.so.0.6.0
+lib/libpika.so.0.7.0