Skip to content

Commit

Permalink
science/ascent: Update 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jan 31, 2023
1 parent 70f61bd commit 4bf1bd0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions science/ascent/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= ascent
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
PORTREVISION= 3
DISTVERSION= 0.9.0
CATEGORIES= science
PKGNAMESUFFIX= -visualizer

Expand Down Expand Up @@ -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>
6 changes: 3 additions & 3 deletions science/ascent/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 15 additions & 0 deletions science/ascent/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4bf1bd0

Please sign in to comment.