Skip to content

Commit 5ecd5cb

Browse files
authored
Update pip install command to include 'editables'
1 parent 945d5a7 commit 5ecd5cb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Formula/mfc.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ def install
2929
# Create Python virtual environment inside libexec (inside Cellar for proper bottling)
3030
venv = libexec/"venv"
3131
system Formula["[email protected]"].opt_bin/"python3.12", "-m", "venv", venv
32-
system venv/"bin/pip", "install", "--upgrade", "pip", "setuptools", "wheel", "setuptools-scm", "hatchling", "hatch-vcs"
33-
32+
system venv/"bin/pip", "install", "--upgrade",
33+
"pip", "setuptools", "wheel",
34+
"setuptools-scm",
35+
"hatchling", "hatch-vcs",
36+
"editables"
3437
# Install Cantera from PyPI using pre-built wheel (complex package, doesn't need custom flags)
3538
# Cantera has CMake compatibility issues when building from source with newer CMake versions
3639
# Match the version constraint from toolchain/pyproject.toml

0 commit comments

Comments
 (0)