Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regen hit.cpp w/ cython 3.0.11, remove conda/pyhit and fix find_moose_executable util #29624

Open
wants to merge 5 commits into
base: next
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion conda/moose-dev/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ moose_libmesh:
- moose-libmesh 2024.12.02 openmpi_1

moose_wasp:
- moose-wasp 2024.12.23
- moose-wasp 2025.01.07

moose_tools:
- moose-tools 2024.12.23
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 = "2024.12.23" %}
{% set version = "2025.01.07" %}

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 @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_dev:
- moose-dev 2024.12.23
- moose-dev 2025.01.07

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
16 changes: 0 additions & 16 deletions conda/pyhit/build.sh

This file was deleted.

31 changes: 0 additions & 31 deletions conda/pyhit/conda_build_config.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions conda/pyhit/meta.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions conda/wasp/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 version = "2024.12.23" %}
{% set version = "2025.01.07" %}

package:
name: moose-wasp
Expand All @@ -13,7 +13,6 @@ package:
source:
- path: ../../framework/contrib/wasp
- path: ../../scripts/configure_wasp.sh
- path: ../pyhit
- path: ../../python/moosetree
folder: pyhit/moosetree
- path: ../../python/mooseutils/message.py
Expand Down
Loading