Skip to content

Commit

Permalink
devel/pika: Update 0.14.0 → 0.16.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jun 5, 2023
1 parent 4705f7b commit 19158c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
5 changes: 2 additions & 3 deletions devel/pika/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pika
DISTVERSION= 0.14.0
PORTREVISION= 1
DISTVERSION= 0.16.0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -28,7 +27,7 @@ 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
CMAKE_TESTING_TARGET= tests # 3 tests are known to fail, see https://github.com/pika-org/pika/issues/463
CMAKE_TESTING_TARGET= tests

BINARY_ALIAS= git=false

Expand Down
6 changes: 3 additions & 3 deletions devel/pika/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681084705
SHA256 (pika-org-pika-0.14.0_GH0.tar.gz) = c0fc10a3c2c24bccbdc292c22a3373a2ad579583ee9d8bd31aaf1755e49958a4
SIZE (pika-org-pika-0.14.0_GH0.tar.gz) = 1255046
TIMESTAMP = 1685918651
SHA256 (pika-org-pika-0.16.0_GH0.tar.gz) = 59f2baec91cc9bf71ca96d21d0da1ec0092bf59da106efa51789089e0d7adcbb
SIZE (pika-org-pika-0.16.0_GH0.tar.gz) = 1243996
8 changes: 2 additions & 6 deletions devel/pika/pkg-plist
Expand Up @@ -38,6 +38,7 @@ include/pika/async_combinators/when_all.hpp
include/pika/async_combinators/when_any.hpp
include/pika/async_combinators/when_each.hpp
include/pika/async_combinators/when_some.hpp
include/pika/async_rw_mutex.hpp
include/pika/barrier.hpp
include/pika/channel.hpp
include/pika/chrono.hpp
Expand Down Expand Up @@ -205,7 +206,6 @@ include/pika/executors/execution_policy.hpp
include/pika/executors/execution_policy_annotation.hpp
include/pika/executors/execution_policy_fwd.hpp
include/pika/executors/fork_join_executor.hpp
include/pika/executors/guided_pool_executor.hpp
include/pika/executors/limiting_executor.hpp
include/pika/executors/parallel_executor.hpp
include/pika/executors/restricted_thread_pool_executor.hpp
Expand Down Expand Up @@ -407,7 +407,6 @@ include/pika/program_options/value_semantic.hpp
include/pika/program_options/variables_map.hpp
include/pika/program_options/version.hpp
include/pika/properties/config/defines.hpp
include/pika/properties/property.hpp
include/pika/property.hpp
include/pika/resource_partitioner/config/defines.hpp
include/pika/resource_partitioner/detail/create_partitioner.hpp
Expand Down Expand Up @@ -489,8 +488,6 @@ include/pika/synchronization/once.hpp
include/pika/synchronization/recursive_mutex.hpp
include/pika/synchronization/shared_mutex.hpp
include/pika/synchronization/sliding_semaphore.hpp
include/pika/synchronization/spinlock.hpp
include/pika/synchronization/spinlock_pool.hpp
include/pika/synchronization/stop_token.hpp
include/pika/system_error.hpp
include/pika/tag_invoke/config/defines.hpp
Expand Down Expand Up @@ -525,7 +522,6 @@ include/pika/threading_base/detail/reset_lco_description.hpp
include/pika/threading_base/detail/tracy.hpp
include/pika/threading_base/execution_agent.hpp
include/pika/threading_base/external_timer.hpp
include/pika/threading_base/network_background_callback.hpp
include/pika/threading_base/print.hpp
include/pika/threading_base/register_thread.hpp
include/pika/threading_base/scheduler_base.hpp
Expand Down Expand Up @@ -677,4 +673,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.14.0
lib/libpika.so.0.16.0

0 comments on commit 19158c3

Please sign in to comment.