Chris
Chris
i haven't done any work with the freecad tap or specifically this issue in a week or so. the holidays caught up with me so my time has been limited....
https://github.com/FreeCAD/FreeCAD/pull/5316
- [ ] is there a way to check if the _brew_ process ie. can the install process (using the CI) be aware that it is being run in a...
@clyang do you mind opening a new issue, just copy and paste what you go here? and can you post your brew setup, ie. the output of your `brew config`...
little update on this issue. i think the simple solution to getting the cmake build process to properly locate the pyside2 installation is to prepend the pyside installation bin to...
and i think this will help us with keg only deps in the freecad formula ie. pyside2 being keg only because of it's upstream pyside6 counterpart, so if this works...
#335 should help in getting closer to having `brew install freecad` to just work without any manual unlink/link commands
another little update on this. a quick way to see if shiboken and pyside are setup properly for a cmake build is to open a pythone repl ``` python3 #...
feeling confident this issue should be resolved with the below commit https://github.com/FreeCAD/homebrew-freecad/commit/addab68821f9c96272c24c1540edfd0cbb486953 if anybody experiences any issues feel to search the open issues and leave comment if something comes up...
did a `brew install freecad/freecad/freecad` to test the bottle built via the CI. it appears some more work will be required for the FreeCAD GUI cmd to pick up on...