Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3b05373
feat: Add Homebrew and Spack package definitions
sbryngelson Nov 4, 2025
2e0ca74
chore: Remove Homebrew files (Spack-only branch)
sbryngelson Nov 4, 2025
b60cb1b
docs: Consolidate Spack documentation into single file
sbryngelson Nov 4, 2025
af8d80f
chore: Remove README/CITATION changes and issue templates
sbryngelson Nov 4, 2025
8e041d3
refactor: Move Spack files to packaging/spack/ directory
sbryngelson Nov 4, 2025
b25c661
docs: Update README to match latest upstream version
sbryngelson Nov 4, 2025
e3bdd58
clean
sbryngelson Nov 4, 2025
0b73f9f
Create bug_report.md
sbryngelson Nov 4, 2025
3db35a1
fix
sbryngelson Nov 4, 2025
b28e354
fix
sbryngelson Nov 4, 2025
230f6db
add ci
sbryngelson Nov 4, 2025
95b6015
Add CI workflow for Spack package testing
sbryngelson Nov 4, 2025
137fc33
Fix Spack repo paths in CI workflow
sbryngelson Nov 4, 2025
ba537dc
Add explicit CMakePackage import to Spack package
sbryngelson Nov 4, 2025
1a9115b
Use standard Spack import pattern
sbryngelson Nov 4, 2025
8fe4a23
Fix Spack CI by installing into builtin repo
sbryngelson Nov 4, 2025
b5e2ce2
Fix Spack style issues - line length formatting
sbryngelson Nov 4, 2025
a8b69d7
commit
sbryngelson Nov 4, 2025
595c1fd
Fix Spack CI to use dynamic builtin repo location
sbryngelson Nov 4, 2025
c500826
Fix CMakePackage import for builtin repo
sbryngelson Nov 4, 2025
a259fe7
Skip flake8 F405 warnings in Spack style check
sbryngelson Nov 4, 2025
1ca57f4
Remove style check from Spack CI
sbryngelson Nov 4, 2025
7118761
Add style check back with -s flake8 flag
sbryngelson Nov 4, 2025
1b86324
Add functional test for Spack package installation
sbryngelson Nov 4, 2025
a7fa260
Optimize Spack CI with binary cache and system packages
sbryngelson Nov 4, 2025
709a2e3
Fix Spack binary cache to allow source fallback
sbryngelson Nov 4, 2025
2ad416b
Add caching and fix build issues in Spack CI
sbryngelson Nov 5, 2025
1c32a35
Fix: Test v5.1.0 release instead of master branch
sbryngelson Nov 5, 2025
2a264a9
Remove timeouts from Spack CI build steps
sbryngelson Nov 5, 2025
1b8a1c4
Add cache status indicator to Spack CI
sbryngelson Nov 5, 2025
388a6d4
Fix parallel build race condition in Spack package
sbryngelson Nov 5, 2025
3980eb4
Use MFC master branch for Spack CI testing
sbryngelson Nov 5, 2025
5e1dcb7
Add patch to fix chemistry-disabled build
sbryngelson Nov 5, 2025
8fed1a2
Remove parallel=False workaround
sbryngelson Nov 5, 2025
1487687
Copy patch files to Spack builtin repo
sbryngelson Nov 5, 2025
0549933
Copy patch files in ALL workflow jobs
sbryngelson Nov 5, 2025
8c1857e
Fix malformed patch file
sbryngelson Nov 5, 2025
dca375a
Remove problematic patch and add Cantera dependency to Spack package
sbryngelson Nov 5, 2025
0846330
Remove py-cantera dependency - not available in Spack builtin repo
sbryngelson Nov 6, 2025
edff810
Add chemistry support to MFC with Spack compatibility
sbryngelson Nov 6, 2025
ebede1d
Fix linting issues in gen_thermochem.py
sbryngelson Nov 6, 2025
4363722
format
sbryngelson Nov 6, 2025
89bf301
Fix Fypp chemistry boolean interpretation
sbryngelson Nov 6, 2025
b017821
Use os.path.join instead of join_path in Spack package
sbryngelson Nov 6, 2025
abc3508
Fix Fypp chemistry flag evaluation by setting it locally
sbryngelson Nov 6, 2025
33401a7
don't need these
sbryngelson Nov 15, 2025
4039a86
testing
sbryngelson Nov 15, 2025
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
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/file-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fortran_src: &fortran_src
python_src: &python_src
- '**/*.py'
- 'toolchain/pyproject.toml'
- '!packaging/**'

cmakelist: &cmakelist
- 'CMakeLists.txt'
Expand Down
127 changes: 0 additions & 127 deletions .github/workflows/bench.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/coverage.yml

This file was deleted.

Loading
Loading