-
Notifications
You must be signed in to change notification settings - Fork 51
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
pgplot vs brew (MACOS) #175
Comments
that's great news. The claim from official brew was that pesky caltech licencing lawyer |
well, brew installed a lot, including pgplot. configure then found it. the install completely broken, there's bizarry clang error messages, indicating a conflict between my brew based gcc, and the system clang. I switched to "--enable-clang", which fared better. Still some errors for which I'll have to come back to later. |
Well, I have clang configured by default (on my M4 mac mini), and the installation went flawlessly for me. |
Is your gyrfalcON working now? |
Yes It's working fine ! |
Nope, I did not run into the missing
But, yes |
For bench5 we have 2 solutions as you saw: rpath compiling, or ensuring DYLD_LIBRARY_PATH is present again, which I can do in a fix to the script ( I thought ) |
I also wrote a macron, sorry, macrun script, which sets DYLD_LIBRARY_PATH if it's not present. It does assume $NEMO is present, so it just sources the nemo_start.sh file. what a mess. |
Crazy things !! Try from a terminal (NEMO loaded) the followings commands :
and
The latter crashes gyrfalcoN !!! |
|
ah thanks, I'll fix that tonight when I can dig up that mac ! |
or maybe I should call it "siprun" |
|
yup, that guy. I won't make a decision until later when I get home. |
Here is a way to install pgplot via
brew
installer on macos computer :The text was updated successfully, but these errors were encountered: