We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f9abb commit b1e3ac5Copy full SHA for b1e3ac5
packaging/homebrew/mfc.rb
@@ -21,6 +21,10 @@ class Mfc < Formula
21
depends_on "openblas"
22
depends_on "[email protected]"
23
24
+ # Skip relocation for Python C extensions in the venv
25
+ # The venv is self-contained in libexec and doesn't need Homebrew's relocation
26
+ skip_clean "libexec/venv"
27
+
28
def install
29
# Create Python virtual environment inside libexec (inside Cellar for proper bottling)
30
venv = libexec/"venv"
0 commit comments