Skip to content

Commit c341252

Browse files
committed
Remove py-cantera dependency - not available in Spack builtin repo
py-cantera doesn't exist in Spack's builtin repository, causing 'mfc is unsatisfiable' error. Removing for now; will add back when chemistry variant is implemented and py-cantera is available.
1 parent e46659b commit c341252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/spack/SPACK.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Build-time dependencies (required during compilation):
9494
- [email protected] or newer - Build system
9595
- py-fypp - Fortran preprocessor
9696
- [email protected] or newer - Build scripts
97-
- [email protected] or newer - Chemistry library (for future chemistry support)
9897

9998
Runtime dependencies (always required):
10099
- [email protected] or newer - Fast Fourier Transform library

packaging/spack/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ class Mfc(CMakePackage):
4141
depends_on("[email protected]:", type="build")
4242
depends_on("py-fypp", type="build")
4343
depends_on("python@3:", type="build")
44-
depends_on("py-cantera@3:", type="build")
44+
# Note: py-cantera is not yet available in Spack builtin repo
45+
# Will add when chemistry variant is implemented
4546

4647
# Runtime dependencies
4748
depends_on("fftw@3:", when="~mpi")

0 commit comments

Comments
 (0)