-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathversioner.yaml
More file actions
174 lines (173 loc) · 4.57 KB
/
versioner.yaml
File metadata and controls
174 lines (173 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Configuration for defining distributed packages (conda and apptainer)
# along with their versions, dependencies, and files that they depend on
#
# See github.com/idaholab/moose/wiki/Updating-packages for information
# on updating packages.
packages:
# dependers: moose-dev
tools:
version: 2026.04.21
conda: conda/tools
templates:
conda/tools/meta.yaml.template: conda/tools/meta.yaml
influential:
- conda/conda_build_config.yaml
- conda/tools
# dependers: moose-dev
build:
version: 2026.04.21
conda: conda/build
templates:
conda/build/meta.yaml.template: conda/build/meta.yaml
influential:
- conda/conda_build_config.yaml
- conda/build
# dependers: moose-dev
mpi:
version: 2026.04.21
influential:
- apptainer/mpi.def
- apptainer/files/mpi
apptainer:
# dependers: libmesh, moose-dev
libmesh-vtk:
version: 9.6.1
build_number: 0
conda: conda/libmesh-vtk
templates:
conda/libmesh-vtk/meta.yaml.template: conda/libmesh-vtk/meta.yaml
influential:
- conda/conda_build_config.yaml
- conda/functions/retry_build.sh
- conda/libmesh-vtk
# dependers: libmesh, moose-dev
petsc:
version: 3.25.1
build_number: 0
conda: conda/petsc
templates:
conda/petsc/meta.yaml.template: conda/petsc/meta.yaml
dependencies:
- mpi
apptainer:
from: mpi
influential:
- petsc
- apptainer/petsc.def
- conda/conda_build_config.yaml
- conda/petsc
- scripts/configure_petsc.sh
- scripts/update_and_rebuild_petsc.sh
- scripts/apple-silicon-hdf5-autogen.patch
# dependers: moose-dev
libmesh:
version: 2026.05.01_870e4eb
build_number: 0
conda: conda/libmesh
templates:
conda/libmesh/meta.yaml.template: conda/libmesh/meta.yaml
dependencies:
- petsc
- libmesh-vtk
apptainer:
from: petsc
influential:
- libmesh
- apptainer/libmesh.def
- conda/conda_build_config.yaml
- conda/functions/retry_build.sh
- conda/libmesh
- scripts/configure_libmesh.sh
- scripts/update_and_rebuild_libmesh.sh
# dependers: pyhit, moose-dev
wasp:
version: 2025.09.19_02960f1
build_number: 6
conda: conda/wasp
templates:
conda/wasp/meta.yaml.template: conda/wasp/meta.yaml
influential:
- conda/functions/retry_build.sh
- conda/wasp
- framework/contrib/wasp
- scripts/configure_wasp.sh
- scripts/update_and_rebuild_wasp.sh
# dependers: none
pyhit:
version: 2026.04.21
conda: conda/pyhit
dependencies:
- wasp
influential:
- conda/conda_build_config.yaml
- conda/functions/retry_build.sh
- conda/pyhit
- python/moosetree
- python/mooseutils/message.py
- python/mooseutils/mooseutils.py
- python/pyhit/pyhit.py
templates:
conda/pyhit/meta.yaml.template: conda/pyhit/meta.yaml
# dependers: none
moose-dev:
version: 2026.05.01
conda: conda/moose-dev
templates:
conda/moose-dev/meta.yaml.template: conda/moose-dev/meta.yaml
dependencies:
- build
- libmesh
- wasp
- tools
apptainer:
from: libmesh
influential:
- conda/conda_build_config.yaml
# container build definitions
- apptainer/moose-dev.def
- apptainer/remove_channels.def
# files that are included within moose-dev.def
- apptainer/files/moose-dev
# wasp
- scripts/configure_wasp.sh
- scripts/update_and_rebuild_wasp.sh
# libtorch
- scripts/setup_libtorch.sh
# neml2
- scripts/configure_neml2.sh
- scripts/update_and_rebuild_neml2.sh
- framework/contrib/neml2
- framework/contrib/neml2.mk
# mfem
- scripts/update_and_rebuild_conduit.sh
- scripts/update_and_rebuild_mfem.sh
- framework/contrib/conduit
- framework/contrib/mfem
# dependers: none
pprof:
version: 2026.03.01_a15ffb7
conda: conda/pprof
templates:
conda/pprof/meta.yaml.template: conda/pprof/meta.yaml
influential:
- conda/conda_build_config.yaml
- conda/pprof
# dependers: none
seacas:
version: 2025.10.14
build_number: 3
conda: conda/seacas
templates:
conda/seacas/meta.yaml.template: conda/seacas/meta.yaml
influential:
- conda/conda_build_config.yaml
- conda/functions/retry_build.sh
- conda/seacas
# dependers: none
app:
templates:
conda/moose/meta.yaml.template: conda/moose/meta.yaml
dependencies:
- moose-dev
apptainer:
from: moose-dev