Date: Thu, 13 Jun 2024 05:23:07 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 490cc04730cd - main - devel/pika: update 0.24.0 =?utf-8?Q?=E2=86=92?= 0.25.0 Message-ID: <202406130523.45D5N7gu038524@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=490cc04730cd2c156a12dd06f80834b648689b04 commit 490cc04730cd2c156a12dd06f80834b648689b04 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-13 05:10:36 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-13 05:23:02 +0000 devel/pika: update 0.24.0 → 0.25.0 Reported by: portscout --- devel/pika/Makefile | 8 ++++++-- devel/pika/distinfo | 8 +++++--- devel/pika/pkg-plist | 19 +++++-------------- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/devel/pika/Makefile b/devel/pika/Makefile index 8bf0b3f61483..fd625d48ae6c 100644 --- a/devel/pika/Makefile +++ b/devel/pika/Makefile @@ -1,7 +1,10 @@ PORTNAME= pika -DISTVERSION= 0.24.0 +DISTVERSION= 0.25.0 CATEGORIES= devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= f4378fc49f9fff14dbb03a1111f8be01f6b0f37c.patch:-p1 # fix assert in the FreeBSD version of get_executable_prefix, https://github.com/pika-org/pika/pull/1171 + MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for concurrency and parallelism WWW= https://github.com/pika-org/pika @@ -13,7 +16,8 @@ BROKEN_aarch64= compilation error: error: 'regparm' is not valid on this platfo BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libfmt.so:devel/libfmt \ - libhwloc.so:devel/hwloc2 + libhwloc.so:devel/hwloc2 \ + libspdlog.so:devel/spdlog USES= cmake:testing compiler:c++17-lang USE_LDCONFIG= yes diff --git a/devel/pika/distinfo b/devel/pika/distinfo index 643d845eb48b..2c4fca808150 100644 --- a/devel/pika/distinfo +++ b/devel/pika/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1712996375 -SHA256 (pika-org-pika-0.24.0_GH0.tar.gz) = 3b97c684107f892a633f598d94bcbd1e238d940e88e1c336f205e81b99326cc3 -SIZE (pika-org-pika-0.24.0_GH0.tar.gz) = 1064676 +TIMESTAMP = 1718255130 +SHA256 (pika-org-pika-0.25.0_GH0.tar.gz) = 6646e12f88049116d84ce0caeedaa039a13caaa0431964caea4660b739767b2e +SIZE (pika-org-pika-0.25.0_GH0.tar.gz) = 1042656 +SHA256 (f4378fc49f9fff14dbb03a1111f8be01f6b0f37c.patch) = 3eb9066027a606742db350ab1a96547132327e46d762ea97d4ab8e8925c9b8f8 +SIZE (f4378fc49f9fff14dbb03a1111f8be01f6b0f37c.patch) = 840 diff --git a/devel/pika/pkg-plist b/devel/pika/pkg-plist index d7b98957249c..f30728d9f361 100644 --- a/devel/pika/pkg-plist +++ b/devel/pika/pkg-plist @@ -209,16 +209,8 @@ include/pika/itt_notify/thread_name.hpp include/pika/latch.hpp include/pika/lock_registration/config/defines.hpp include/pika/lock_registration/detail/register_locks.hpp +include/pika/logging.hpp include/pika/logging/config/defines.hpp -include/pika/logging/detail/logger.hpp -include/pika/logging/detail/macros.hpp -include/pika/logging/format/destinations.hpp -include/pika/logging/format/formatters.hpp -include/pika/logging/format/named_write.hpp -include/pika/logging/level.hpp -include/pika/logging/logging.hpp -include/pika/logging/manipulator.hpp -include/pika/logging/message.hpp include/pika/memory/config/defines.hpp include/pika/memory/detail/sp_convertible.hpp include/pika/memory/intrusive_ptr.hpp @@ -242,7 +234,6 @@ include/pika/modules/init_runtime.hpp include/pika/modules/iterator_support.hpp include/pika/modules/itt_notify.hpp include/pika/modules/lock_registration.hpp -include/pika/modules/logging.hpp include/pika/modules/memory.hpp include/pika/modules/prefix.hpp include/pika/modules/preprocessor.hpp @@ -308,11 +299,9 @@ include/pika/runtime/config/defines.hpp include/pika/runtime/config_entry.hpp include/pika/runtime/custom_exception_info.hpp include/pika/runtime/debugging.hpp -include/pika/runtime/detail/runtime_fwd.hpp include/pika/runtime/get_os_thread_count.hpp include/pika/runtime/get_thread_name.hpp include/pika/runtime/get_worker_thread_num.hpp -include/pika/runtime/os_thread_type.hpp include/pika/runtime/report_error.hpp include/pika/runtime/runtime.hpp include/pika/runtime/runtime_fwd.hpp @@ -321,7 +310,6 @@ include/pika/runtime/shutdown_function.hpp include/pika/runtime/startup_function.hpp include/pika/runtime/state.hpp include/pika/runtime/thread_hooks.hpp -include/pika/runtime/thread_mapper.hpp include/pika/runtime/thread_pool_helpers.hpp include/pika/runtime/thread_stacktrace.hpp include/pika/runtime_configuration/config/defines.hpp @@ -448,6 +436,7 @@ include/pika/type_support/empty_function.hpp include/pika/type_support/equality.hpp include/pika/type_support/lazy_conditional.hpp include/pika/type_support/pack.hpp +include/pika/type_support/to_underlying.hpp include/pika/type_support/type_identity.hpp include/pika/type_support/unused.hpp include/pika/type_support/unwrap_reference.hpp @@ -517,6 +506,7 @@ lib/cmake/pika/pika_setup_fmt.cmake lib/cmake/pika/pika_setup_hip.cmake lib/cmake/pika/pika_setup_hwloc.cmake lib/cmake/pika/pika_setup_mpi.cmake +lib/cmake/pika/pika_setup_spdlog.cmake lib/cmake/pika/pika_setup_stdexec.cmake lib/cmake/pika/pika_setup_target.cmake lib/cmake/pika/pika_setup_threads.cmake @@ -548,7 +538,8 @@ lib/cmake/pika/tests/cxx23_static_call_operator.cu lib/cmake/pika/tests/cxx23_static_call_operator.hip lib/cmake/pika/tests/cxx_lambda_capture_decltype.cpp lib/cmake/pika/tests/mm_prefetch.cpp +lib/cmake/pika/tests/stdexec_sender_receiver_concepts.cpp lib/cmake/pika/tests/unistd_h.cpp lib/libpika.so lib/libpika.so.0 -lib/libpika.so.0.24.0 +lib/libpika.so.0.25.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406130523.45D5N7gu038524>