Chris
Chris
the current ci setup in this repo/tap uses the github provided ubuntu runner image, and some of the formula contained within this tap do contain bottles built for gnu+linux. however...
using the below command to install freecad will fail on subsequent rebuilds. ``` brew install freecad/freecad/freecad --HEAD ``` error messages, ``` CMake Error: The source "/Volumes/STORAGE/ipatch/homebrew/tmp/freecadA0.21.2_py310-20240719-95443-gc4e7e/CMakeLists.txt" does not match the...
fix, make so that homebrew [email protected] can import the pybind11 site-packages module from this tap install of pybind11 using `pybind11_py310` formula.
setup a github workflow file using the github provided runners to build a `FreeCAD.app` bundle for macos for both arm64 and amd64 architectures.
it seems the most recent bottle when installed on m1 hardware is having issues with workbenches that require the "proxy" _PySide_ module setup by freecad itself as the native name...
for reasons i do not understand, i can not get [email protected] to build with the following cmake env var `-DMEDFILE_USE_MPI=ON`. i was able to build med-file outside of the homebrew...
- [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? ``` brew style freecad/freecad/[NAME_OF_FORMULA_FILE] ``` **output** from running above command should _output_ something similiar to the below...
med-file will fail to build if `gcc@13` is not installed. upstream homebrew-core must've migrated the `gcc` alias from `gcc@13` to `gcc@14` and the way this formula is setup it uses...
### Did you check existing issues? - [X] I have searched the existing issues of tree-sitter-c - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using...
using the installed version of freecad ie. [email protected]_py312 the BIM workbench appears to load but once the ifcshell dep is required freecad will throw error due to the lack of...