Skip to content

Commit a57c514

Browse files
committed
Update packages
1 parent 0317264 commit a57c514

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

conda/libmesh/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ mpi:
33
- openmpi
44

55
moose_petsc:
6-
- moose-petsc 3.24.3 mpich_0
7-
- moose-petsc 3.24.3 openmpi_0
6+
- moose-petsc 3.24.3 mpich_1
7+
- moose-petsc 3.24.3 openmpi_1
88

99
moose_libmesh_vtk:
1010
- moose-libmesh-vtk 9.5.2 mpich_0

conda/libmesh/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# As well as any directions pertaining to modifying those files.
66
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
7-
{% set build = 0 %}
7+
{% set build = 1 %}
88
{% set version = "2026.01.27_502d428" %}
99

1010
package:

conda/moose-dev/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ mpi:
33
- openmpi
44

55
moose_libmesh:
6-
- moose-libmesh 2026.01.27_502d428 mpich_0
7-
- moose-libmesh 2026.01.27_502d428 openmpi_0
6+
- moose-libmesh 2026.01.27_502d428 mpich_1
7+
- moose-libmesh 2026.01.27_502d428 openmpi_1
88

99
moose_wasp:
1010
- moose-wasp 2025.09.19_02960f1

conda/moose-dev/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# REMEMBER TO UPDATE the .yaml files for the following packages:
33
# moose/conda_build_config.yaml
44
# As well as any directions pertaining to modifying those files.
5-
{% set version = "2026.01.27" %}
5+
{% set version = "2026.01.28" %}
66

77
package:
88
name: moose-dev

conda/moose/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mpi:
22
- mpich
33

44
moose_dev:
5-
- moose-dev 2026.01.27
5+
- moose-dev 2026.01.28
66

77
#### Darwin SDK SYSROOT
88
CONDA_BUILD_SYSROOT: # [osx]

conda/petsc/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# As well as any directions pertaining to modifying those files.
99
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
10-
{% set build = 0 %}
10+
{% set build = 1 %}
1111
{% set version = "3.24.3" %}
1212

1313
package:

scripts/versioner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ packages:
3737
# dependers: libmesh, moose-dev
3838
petsc:
3939
version: 3.24.3
40-
build_number: 0
40+
build_number: 1
4141
conda: conda/petsc
4242
templates:
4343
conda/petsc/conda_build_config.yaml.template: conda/petsc/conda_build_config.yaml
@@ -56,7 +56,7 @@ packages:
5656
# dependers: moose-dev
5757
libmesh:
5858
version: 2026.01.27_502d428
59-
build_number: 0
59+
build_number: 1
6060
conda: conda/libmesh
6161
templates:
6262
conda/libmesh/conda_build_config.yaml.template: conda/libmesh/conda_build_config.yaml
@@ -92,7 +92,7 @@ packages:
9292
- python/pyhit/pyhit.py
9393
# dependers: none
9494
moose-dev:
95-
version: 2026.01.27
95+
version: 2026.01.28
9696
conda: conda/moose-dev
9797
templates:
9898
conda/moose-dev/conda_build_config.yaml.template: conda/moose-dev/conda_build_config.yaml

0 commit comments

Comments
 (0)