diff --git a/science/ascent/Makefile b/science/ascent/Makefile index a94aa81f952a..700c3175eeba 100644 --- a/science/ascent/Makefile +++ b/science/ascent/Makefile @@ -1,55 +1,57 @@ PORTNAME= ascent DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.5 CATEGORIES= science PKGNAMESUFFIX= -visualizer MAINTAINER= yuri@FreeBSD.org COMMENT= Visualization and analysis runtime for multi-physics HPC simulations WWW= https://ascent.readthedocs.io/en/latest/ \ https://github.com/Alpine-DAV/ascent LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/Alpine-DAV/ascent/issues/1422 LIB_DEPENDS= libconduit.so:science/conduit \ libhdf5.so:science/hdf5 \ libsiloh5.so:science/silo \ libsysinfo.so:devel/libsysinfo \ libsz.so:science/libaec USES= cmake:testing compiler:c++11-lang fortran localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= Alpine-DAV GH_TUPLE= Alpine-DAV:spack_configs:26ea412:spack_configs/../scripts/uberenv_configs/spack_configs \ LLNL:blt:9ff7734:blt/blt \ llnl:uberenv:105e384:uberenv/../scripts/uberenv CMAKE_OFF= ENABLE_PYTHON ENABLE_DOCS ENABLE_TESTS ENABLE_EXAMPLES CMAKE_OFF+= ENABLE_UTILS # utils are installed into a non-standard path, see https://github.com/Alpine-DAV/ascent/issues/814 CMAKE_ARGS= -DCONDUIT_DIR=${LOCALBASE} CMAKE_TESTING_ON= ENABLE_TESTS # one testcase fails because conduit lacks HDF5, see https://github.com/LLNL/conduit/issues/840 LDFLAGS+= -lsysinfo WRKSRC_SUBDIR= src OPTIONS_SINGLE= MPI OPTIONS_SINGLE_MPI= NOMPI MPICH OPENMPI OPTIONS_DEFAULT= MPICH OPTIONS_SUB= yes NOMPI_DESC= Build without parallel processing support NOMPI_CMAKE_ON= -DENABLE_MPI=OFF MPICH_USES= mpi:mpich 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 +# tests as of 0.9.5: 100% tests passed, 0 tests failed out of 97 + .include diff --git a/science/ascent/distinfo b/science/ascent/distinfo index aeca2259461c..a8a71257682d 100644 --- a/science/ascent/distinfo +++ b/science/ascent/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1725897564 -SHA256 (Alpine-DAV-ascent-v0.9.3_GH0.tar.gz) = 69b2129380a89c6dd84ea9deaf4321d2b99cdd33c334c509998b796637f51025 -SIZE (Alpine-DAV-ascent-v0.9.3_GH0.tar.gz) = 148193922 +TIMESTAMP = 1760809604 +SHA256 (Alpine-DAV-ascent-v0.9.5_GH0.tar.gz) = 590ea90c5210af57a01399ac535332823207d78cfc9dc68bdaf42d2bcf12891f +SIZE (Alpine-DAV-ascent-v0.9.5_GH0.tar.gz) = 162734403 SHA256 (Alpine-DAV-spack_configs-26ea412_GH0.tar.gz) = 2d92cf6fa0f0b541f9fb70e897e96230b820c3d93e01e345653cb541a089e1e1 SIZE (Alpine-DAV-spack_configs-26ea412_GH0.tar.gz) = 14097 SHA256 (LLNL-blt-9ff7734_GH0.tar.gz) = 4ab173f8c82c33f31dc066bced2bcf15fe96345a252c59c647ed1940f6426d68 SIZE (LLNL-blt-9ff7734_GH0.tar.gz) = 1279736 SHA256 (llnl-uberenv-105e384_GH0.tar.gz) = a47a418e53e571a60ef37318e377597b6b2827b38a9eafabca13b8053b50b95a SIZE (llnl-uberenv-105e384_GH0.tar.gz) = 21667 diff --git a/science/ascent/pkg-plist b/science/ascent/pkg-plist index 74e9d3fe74f9..b869941ba019 100644 --- a/science/ascent/pkg-plist +++ b/science/ascent/pkg-plist @@ -1,138 +1,144 @@ 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_device_dispatch.hpp include/ascent/ascent_blueprint_device_mesh_objects.hpp include/ascent/ascent_blueprint_device_reductions.hpp include/ascent/ascent_blueprint_topologies.hpp include/ascent/ascent_blueprint_type_utils.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_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 include/ascent/ascent_expression_jit_filters.hpp include/ascent/ascent_expressions_ast.hpp include/ascent/ascent_expressions_parser.hpp include/ascent/ascent_expressions_tokens.hpp include/ascent/ascent_flow_runtime.hpp include/ascent/ascent_hola.hpp include/ascent/ascent_hola_mpi.hpp include/ascent/ascent_insertion_ordered_set.hpp include/ascent/ascent_jit_array.hpp include/ascent/ascent_jit_field.hpp include/ascent/ascent_jit_fusion.hpp include/ascent/ascent_jit_kernel.hpp include/ascent/ascent_jit_math.hpp include/ascent/ascent_jit_topology.hpp include/ascent/ascent_logging.hpp +include/ascent/ascent_logging_config.h +include/ascent/ascent_logging_exports.h +include/ascent/ascent_logging_old.hpp +include/ascent/ascent_logging_timer.hpp include/ascent/ascent_main_runtime.hpp include/ascent/ascent_math.hpp include/ascent/ascent_memory_manager.hpp include/ascent/ascent_metadata.hpp include/ascent/ascent_mpi_utils.hpp include/ascent/ascent_resources.hpp include/ascent/ascent_resources_ascent_web.hpp include/ascent/ascent_resources_cinema_web.hpp include/ascent/ascent_runtime.hpp include/ascent/ascent_runtime_blueprint_filters.hpp include/ascent/ascent_runtime_command_filters.hpp include/ascent/ascent_runtime_filters.hpp 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 +include/ascent/ascent_runtime_steering_filters.hpp include/ascent/ascent_runtime_trigger_filters.hpp include/ascent/ascent_runtime_utils.hpp include/ascent/ascent_runtime_vtkh_utils.hpp include/ascent/ascent_string_utils.hpp include/ascent/ascent_transmogrifier.hpp include/ascent/ascent_web_interface.hpp include/ascent/flow.hpp include/ascent/flow_builtin_filters.hpp include/ascent/flow_config.h include/ascent/flow_data.hpp include/ascent/flow_exports.h include/ascent/flow_filter.hpp include/ascent/flow_filters.hpp include/ascent/flow_graph.hpp include/ascent/flow_registry.hpp include/ascent/flow_timer.hpp include/ascent/flow_workspace.hpp include/ascent/png_utils/ascent_png_compare.hpp include/ascent/png_utils/ascent_png_decoder.hpp include/ascent/png_utils/ascent_png_encoder.hpp include/ascent/png_utils/ascent_png_utils_exports.h lib/cmake/ascent/AscentConfig.cmake lib/cmake/ascent/AscentConfigVersion.cmake lib/cmake/ascent/BLTInstallableMacros.cmake lib/cmake/ascent/BLTSetupTargets.cmake lib/cmake/ascent/BLTThirdPartyConfigFlags.cmake lib/cmake/ascent/ascent-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ascent/ascent.cmake lib/cmake/ascent/ascent_setup_deps.cmake lib/cmake/ascent/ascent_setup_targets.cmake lib/cmake/ascent/thirdparty/BLTSetupMPI.cmake lib/libascent.so lib/libascent_flow.so lib/libascent_lodepng.so +lib/libascent_logging.so %%NO_NOMPI%%lib/libascent_mpi.so %%DATADIR%%/ascent_config.mk %%DATADIR%%/web_clients/ascent/index.html %%DATADIR%%/web_clients/ascent/resources/ascent_style.css %%DATADIR%%/web_clients/ascent/resources/ascent_wsock.js %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-grid.css %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-grid.css.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-grid.min.css %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-grid.min.css.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-reboot.css %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-reboot.css.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-reboot.min.css %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap-reboot.min.css.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap.css %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap.css.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap.min.css %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/css/bootstrap.min.css.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.bundle.js %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.bundle.js.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.bundle.min.js %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.bundle.min.js.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.js %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.js.map %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.min.js %%DATADIR%%/web_clients/ascent/resources/bootstrap-4.0.0-beta.2-dist/js/bootstrap.min.js.map %%DATADIR%%/web_clients/ascent/resources/jquery-2.1.4.min.js %%DATADIR%%/web_clients/cinema/cvlib/ASCENT_README.md %%DATADIR%%/web_clients/cinema/cvlib/README.md %%DATADIR%%/web_clients/cinema/cvlib/copyright.md %%DATADIR%%/web_clients/cinema/cvlib/css/cvlib.css %%DATADIR%%/web_clients/cinema/cvlib/js/ControlsBasic.js %%DATADIR%%/web_clients/cinema/cvlib/js/ControlsPhiTheta.js %%DATADIR%%/web_clients/cinema/cvlib/js/Database.js %%DATADIR%%/web_clients/cinema/cvlib/js/DatabaseSpecA.js %%DATADIR%%/web_clients/cinema/cvlib/js/DatabaseSpecA_NoAJAX.js %%DATADIR%%/web_clients/cinema/cvlib/js/Parameter.js %%DATADIR%%/web_clients/cinema/cvlib/js/QuerySet.js %%DATADIR%%/web_clients/cinema/cvlib/js/Renderer.js %%DATADIR%%/web_clients/cinema/cvlib/js/RendererSpecA.js %%DATADIR%%/web_clients/cinema/cvlib/js/ResultSet.js %%DATADIR%%/web_clients/cinema/cvlib/js/UIFactory.js %%DATADIR%%/web_clients/cinema/cvlib/lib/jquery-3.1.1.min.js %%DATADIR%%/web_clients/cinema/cvlib/license.md %%DATADIR%%/web_clients/cinema/index.html