updating the freecad 0.20.1 formula to use python 3.11 ie. [email protected] #4968
Unanswered
ipatch
asked this question in
Writing Formulae/Casks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
i've been attempting to update the
[email protected]
formula in the homebrew-freecad tap. previously the formula was using [email protected] and i was able to successfully build some bottles for the formula using [email protected].freecad and it's dependencies now support [email protected] so i've begun the process of updating the formula. i have pushed a rough draft commit to my fork linked below,
FreeCAD/homebrew-freecad@master...ipatch:homebrew-freecad:freecad.020.update
however i can't seem to get the build process ie.
brew install freecad/freecad/freecad
(as the alias in the repo points to the[email protected]
formula file) to build freecad now because for reasons i don't understand the cmake / homebrew setup process is finding and using [email protected] from my homebrew installation, but in the same process it's finding the [email protected] libs.i can successfully build freecad outside of brew using the below cmake command,
how can i make homebrew not use the [email protected] interpreter?
output of brew gist-logs is below,
stdout from brew install freecad/freecad/freecad -v
Beta Was this translation helpful? Give feedback.
All reactions