Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if test -f "${HOME}/.bashrc_apptainer" ; then
;;
exec)
export BASH_ENV="${user_override}"
set -- /bin/bash --noprofile --rcfile "${user_override}" -c "$*"
set -- /bin/bash --noprofile --rcfile "${user_override}" -c "$@"
;;
run)
set -- /bin/bash --noprofile --rcfile "${user_override}"
Expand Down
2 changes: 1 addition & 1 deletion conda/libmesh-vtk/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_mpi:
- moose-mpi 2025.09.18
- moose-mpi 2025.10.13

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
2 changes: 1 addition & 1 deletion conda/libmesh-vtk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# libmesh/*
#
# As well as any directions pertaining to modifying those files.
{% set build = 6 %}
{% set build = 7 %}
{% set vtk_version = "9.4.2" %}
{% set vtk_friendly_version = "9.4" %}
{% set sha256 = "36c98e0da96bb12a30fe53708097aa9492e7b66d5c3b366e1c8dc251e2856a02" %}
Expand Down
8 changes: 4 additions & 4 deletions conda/libmesh/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ mpi:
- openmpi

moose_petsc:
- moose-petsc 3.23.4 mpich_1
- moose-petsc 3.23.4 openmpi_1
- moose-petsc 3.23.4 mpich_2
- moose-petsc 3.23.4 openmpi_2

moose_libmesh_vtk:
- moose-libmesh-vtk 9.4.2 mpich_6
- moose-libmesh-vtk 9.4.2 openmpi_6
- moose-libmesh-vtk 9.4.2 mpich_7
- moose-libmesh-vtk 9.4.2 openmpi_7

zip_keys:
- mpi
Expand Down
2 changes: 1 addition & 1 deletion conda/libmesh/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# As well as any directions pertaining to modifying those files.
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
{% set build = 0 %}
{% set build = 1 %}
{% set version = "2025.09.18" %}

package:
Expand Down
4 changes: 2 additions & 2 deletions conda/moose-dev/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ mpi:
- openmpi

moose_libmesh:
- moose-libmesh 2025.09.18 mpich_0
- moose-libmesh 2025.09.18 openmpi_0
- moose-libmesh 2025.09.18 mpich_1
- moose-libmesh 2025.09.18 openmpi_1

moose_wasp:
- moose-wasp 2025.09.18
Expand Down
2 changes: 1 addition & 1 deletion conda/moose-dev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# REMEMBER TO UPDATE the .yaml files for the following packages:
# moose/conda_build_config.yaml
# As well as any directions pertaining to modifying those files.
{% set version = "2025.09.18" %}
{% set version = "2025.10.13" %}

package:
name: moose-dev
Expand Down
2 changes: 1 addition & 1 deletion conda/moose/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mpi:
- mpich

moose_dev:
- moose-dev 2025.09.18
- moose-dev 2025.10.13

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
2 changes: 1 addition & 1 deletion conda/mpi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# As well as any directions pertaining to modifying those files.
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
{% set version = "2025.09.18" %}
{% set version = "2025.10.13" %}

package:
name: moose-mpi
Expand Down
2 changes: 1 addition & 1 deletion conda/petsc/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_mpi:
- moose-mpi 2025.09.18
- moose-mpi 2025.10.13

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
2 changes: 1 addition & 1 deletion conda/petsc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# As well as any directions pertaining to modifying those files.
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
{% set build = 1 %}
{% set build = 2 %}
{% set version = "3.23.4" %}

package:
Expand Down
28 changes: 28 additions & 0 deletions scripts/tests/versioner_hashes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1453,3 +1453,31 @@ cf8fabc2a0944313bb3e5bf720972ba27d1a2a8b: #31560: update libmesh, wasp and add i
wasp:
full_version: 2025.09.18_0
hash: 67c57c5
4ce995026805816dbc0c272d66c7b8b6633a9958: #31632: Fix dropped arguments bug
libmesh:
full_version: 2025.09.18_1
hash: 70cf981
libmesh-vtk:
full_version: 9.4.2_7
hash: 3d548b7
moose-dev:
full_version: 2025.10.13
hash: 40ac75b
mpi:
full_version: 2025.10.13
hash: 0ead4e3
petsc:
full_version: 3.23.4_2
hash: 3aeaa84
pprof:
full_version: 2025.06.13
hash: 3d296db
seacas:
full_version: 2025.05.22_0
hash: '1278418'
tools:
full_version: 2025.06.26
hash: d73012a
wasp:
full_version: 2025.09.18_0
hash: 67c57c5
10 changes: 5 additions & 5 deletions scripts/versioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages:
conda/tools/meta.yaml.template: conda/tools/meta.yaml
# dependers: libmesh-vtk, petsc, libmesh, moose-dev
mpi:
version: 2025.09.18
version: 2025.10.13
conda: conda/mpi
templates:
conda/mpi/meta.yaml.template: conda/mpi/meta.yaml
Expand All @@ -26,7 +26,7 @@ packages:
# dependers: libmesh, moose-dev
libmesh-vtk:
version: 9.4.2
build_number: 6
build_number: 7
conda: conda/libmesh-vtk
templates:
conda/libmesh-vtk/conda_build_config.yaml.template: conda/libmesh-vtk/conda_build_config.yaml
Expand All @@ -38,7 +38,7 @@ packages:
# dependers: libmesh, moose-dev
petsc:
version: 3.23.4
build_number: 1
build_number: 2
conda: conda/petsc
templates:
conda/petsc/conda_build_config.yaml.template: conda/petsc/conda_build_config.yaml
Expand All @@ -57,7 +57,7 @@ packages:
# dependers: moose-dev
libmesh:
version: 2025.09.18
build_number: 0
build_number: 1
conda: conda/libmesh
templates:
conda/libmesh/conda_build_config.yaml.template: conda/libmesh/conda_build_config.yaml
Expand Down Expand Up @@ -93,7 +93,7 @@ packages:
- python/pyhit/pyhit.py
# dependers: none
moose-dev:
version: 2025.09.18
version: 2025.10.13
conda: conda/moose-dev
templates:
conda/moose-dev/conda_build_config.yaml.template: conda/moose-dev/conda_build_config.yaml
Expand Down