build_poly executable under GYRE 5.2 missing
- Starfighter
- Posts: 9
- Joined: Sun Jan 07, 2018 9:19 pm
build_poly executable under GYRE 5.2 missing
Installing GYRE 5.2 on an iMac Pro running Mac OS X 10.14.6 (Mojave) in preparation for transitioning to Mac OS X 10.15 (Catalina). In the subdirectory /gyre/bin, the executable build_poly is missing. What do I need to do to nave this executable installed?
Please advise.
Please advise.
Last edited by Starfighter on Sat Nov 09, 2019 2:07 am, edited 1 time in total.
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: build_poly executable under GYRE 5.2 missing
That's correct. But please note that I need to fix an issue in the current Mad SDK for MacOS, that prevents this working properly (a linker script is missing). I'll post to this thread once the issue is fixed (hopefully by the end of the day).
- Starfighter
- Posts: 9
- Joined: Sun Jan 07, 2018 9:19 pm
Re: build_poly executable under GYRE 5.2 missing
Thank you, gentlemen, for responding to my post. As pf the date of this note, I haven't seen an update tp MAD SDK posted. Please post to this thread when the updated sdk is available.
Again, thank you responding.
Again, thank you responding.
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: build_poly executable under GYRE 5.2 missing
Oops, forgot to post about the update. It's there -- re-download the SDK and proceed (I didn't change the version number because I want to remain in sync with the MESA SDK).
cheers,
Rich
cheers,
Rich
- Starfighter
- Posts: 9
- Joined: Sun Jan 07, 2018 9:19 pm
Re: build_poly executable under GYRE 5.2 missing
I re-downloaded madsdk and attempted to use both mesasdk and madsdk in building Gyre. The installation failed with the following error message:
make[2]: *** No rule to make target `odepack.mod', needed by `gyre_lane_emden.o'. Stop.
(base) Samuels-Mac-Pro:gyre user$
Please advise.
Sam Dupree.
make[2]: *** No rule to make target `odepack.mod', needed by `gyre_lane_emden.o'. Stop.
(base) Samuels-Mac-Pro:gyre user$
Please advise.
Sam Dupree.
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: build_poly executable under GYRE 5.2 missing
Hi Sam --
Can you try running 'make clean' before you do 'make'.
If that doesn't work, please post the output from the command 'madsdk_odepack_link'.
cheers,
Rich
Can you try running 'make clean' before you do 'make'.
If that doesn't work, please post the output from the command 'madsdk_odepack_link'.
cheers,
Rich
- Starfighter
- Posts: 9
- Joined: Sun Jan 07, 2018 9:19 pm
Re: build_poly executable under GYRE 5.2 missing
Entered "make clean" followed by "make" and I still get the same error message as in my previous post.
The output I got from entering madsdk_odepack_link follows:
(base) Samuels-Mac-Pro:gyre user$ madsdk_odepack_link
/Applications/madsdk/lib/libodepack.a -L/Applications/madsdk/lib -lblas
(base) Samuels-Mac-Pro:gyre user$
Please advise,
Sam Dupree.
The output I got from entering madsdk_odepack_link follows:
(base) Samuels-Mac-Pro:gyre user$ madsdk_odepack_link
/Applications/madsdk/lib/libodepack.a -L/Applications/madsdk/lib -lblas
(base) Samuels-Mac-Pro:gyre user$
Please advise,
Sam Dupree.
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: build_poly executable under GYRE 5.2 missing
OK, next step: post output from 'ls -l /Applications/madsdk/include'
cheers,
Rich
cheers,
Rich
- rhtownsend
- Site Admin
- Posts: 398
- Joined: Sun Mar 31, 2013 4:22 pm
Re: build_poly executable under GYRE 5.2 missing
Actually, hang on a moment -- can you try setting MESASDK_ROOT to /Applications/madsdk ?
FYI, you don't need the MESA SDK installed at the same time as the Mad SDK; but you do need MESASDK_ROOT pointing to the same directory as MADSDK_ROOT.
cheers,
Rich
FYI, you don't need the MESA SDK installed at the same time as the Mad SDK; but you do need MESASDK_ROOT pointing to the same directory as MADSDK_ROOT.
cheers,
Rich