git: 4bf1bd0c4a14 - main - science/ascent: Update 0.8.0 → 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Jan 2023 07:55:19 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4bf1bd0c4a143669801e7654146f486f7c545b65 commit 4bf1bd0c4a143669801e7654146f486f7c545b65 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-31 06:58:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-31 07:55:16 +0000 science/ascent: Update 0.8.0 → 0.9.0 Reported by: portscout --- science/ascent/Makefile | 4 ++-- science/ascent/distinfo | 6 +++--- science/ascent/pkg-plist | 15 +++++++++++++++ 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/science/ascent/Makefile b/science/ascent/Makefile index 2ea5148981ae..ae8c1c5ed88b 100644 --- a/science/ascent/Makefile +++ b/science/ascent/Makefile @@ -1,7 +1,6 @@ PORTNAME= ascent DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 -PORTREVISION= 3 +DISTVERSION= 0.9.0 CATEGORIES= science PKGNAMESUFFIX= -visualizer @@ -48,5 +47,6 @@ MPICH_CMAKE_ON= -DENABLE_MPI=ON OPENMPI_USES= mpi:openmpi OPENMPI_CMAKE_ON= -DENABLE_MPI=ON +OPENMPI_BROKEN= still chooses mpich, see https://github.com/Alpine-DAV/ascent/issues/1091 .include <bsd.port.mk> diff --git a/science/ascent/distinfo b/science/ascent/distinfo index 4b0b5cac2da1..76caaf0a2ced 100644 --- a/science/ascent/distinfo +++ b/science/ascent/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1644785036 -SHA256 (Alpine-DAV-ascent-v0.8.0_GH0.tar.gz) = 546977ba7d176f6d6d2e1ada4222beafd217ad770018f4b06f9a91c50051d694 -SIZE (Alpine-DAV-ascent-v0.8.0_GH0.tar.gz) = 61884586 +TIMESTAMP = 1675146262 +SHA256 (Alpine-DAV-ascent-v0.9.0_GH0.tar.gz) = f1dbece2f7387ef14cb3ba67ff280af49aff41765d190b74bd6b53cb8fa1a758 +SIZE (Alpine-DAV-ascent-v0.9.0_GH0.tar.gz) = 88478259 SHA256 (Alpine-DAV-spack_configs-26ea412_GH0.tar.gz) = 2d92cf6fa0f0b541f9fb70e897e96230b820c3d93e01e345653cb541a089e1e1 SIZE (Alpine-DAV-spack_configs-26ea412_GH0.tar.gz) = 14097 SHA256 (LLNL-blt-86a7d6b_GH0.tar.gz) = 4298f150e0397367d75795598f4a63cf8c6e29578f9dc907160118fc556d6a3e diff --git a/science/ascent/pkg-plist b/science/ascent/pkg-plist index 5e0d1af99949..cbce4aa5e8ea 100644 --- a/science/ascent/pkg-plist +++ b/science/ascent/pkg-plist @@ -2,15 +2,25 @@ include/ascent/ascent.h include/ascent/ascent.hpp include/ascent/ascent.mod include/ascent/ascent_actions_utils.hpp +include/ascent/ascent_annotations.hpp +include/ascent/ascent_array.hpp +include/ascent/ascent_array_internals.hpp +include/ascent/ascent_array_internals_base.hpp +include/ascent/ascent_array_registry.hpp +include/ascent/ascent_array_utils.hpp include/ascent/ascent_block_timer.hpp include/ascent/ascent_blueprint_architect.hpp include/ascent/ascent_blueprint_topologies.hpp include/ascent/ascent_conduit_reductions.hpp include/ascent/ascent_config.h +include/ascent/ascent_data_binning.hpp include/ascent/ascent_data_logger.hpp include/ascent/ascent_data_object.hpp include/ascent/ascent_derived_jit.hpp +include/ascent/ascent_dispatch.hpp include/ascent/ascent_empty_runtime.hpp +include/ascent/ascent_execution_manager.hpp +include/ascent/ascent_execution_policies.hpp include/ascent/ascent_exports.h include/ascent/ascent_expression_eval.hpp include/ascent/ascent_expression_filters.hpp @@ -31,6 +41,10 @@ include/ascent/ascent_jit_math.hpp include/ascent/ascent_jit_topology.hpp include/ascent/ascent_logging.hpp include/ascent/ascent_main_runtime.hpp +include/ascent/ascent_math.hpp +include/ascent/ascent_memory_interface.hpp +include/ascent/ascent_memory_manager.hpp +include/ascent/ascent_meshes.hpp include/ascent/ascent_metadata.hpp include/ascent/ascent_mpi_utils.hpp include/ascent/ascent_png_compare.hpp @@ -42,6 +56,7 @@ include/ascent/ascent_runtime.hpp include/ascent/ascent_runtime_blueprint_filters.hpp include/ascent/ascent_runtime_filters.hpp %%NO_NOMPI%%include/ascent/ascent_runtime_hola_filters.hpp +include/ascent/ascent_runtime_htg_filters.hpp include/ascent/ascent_runtime_param_check.hpp include/ascent/ascent_runtime_query_filters.hpp include/ascent/ascent_runtime_relay_filters.hpp