-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netgen dependency error #561
Comments
you could try building netgen from source, and not sure why it's trying to install the big sur bottle. try something like,
i haven't updated the formula in a while though, and there may be a newer version of netgen available. |
Not showing when I do a brew search. Netgen only appears in the freecad tap. Found it in the NGSolve repo. |
I found a cmake switch to turn off the Netgen build for the time being and was able to compile it. |
Is there progress here ? What's the workflow ? |
could you please elaborate on your question? ie. are you attempting to install freecad using |
I was attempting to compile freecad because of another issue I had and encountered where drawing a bspline in sketcher caused FreeCAD to crash. The compile issue was resolved using the cmake switch. The result was that I could draw a bspline without crashing FreeCAD. I found a work around of sorts by drawing a line or arc and then converting the arc to a bspline. I could then edit and manipulate the bspline without crashing FreeCAD. |
Trying to install the netgen dependency and I am getting an error. I am attempting to set up a development environment in macOS following the instructions here:
https://freecad.github.io/DevelopersHandbook/gettingstarted
and the installation of the dependencies described here:
https://wiki.freecad.org/Compile_on_MacOS
When I attempt the installation of netgen, I see the following error:
I am installing on macOS 14.6.1. Not sure why it is attempting to download a big_sur bottle?
The text was updated successfully, but these errors were encountered: