Re: [Numpy-discussion] Compilation failures in f2py

2021-01-25 Thread Christopher Albert
Sam, the last suggestion from my side would be to upgrade or reinstall macports from https://www.macports.org/install.php and/or set your gcc compiler version to the latest one via port select. Then I'm out of clues too. Best, Chris Am Sa., 23. Jan. 2021 um 21:22 Uhr schrieb Samuel Dupree < sd

Re: [Numpy-discussion] Compilation failures in f2py

2021-01-23 Thread Samuel Dupree
Chris, Thank you for responding to my post. I uninstalled and then reinstalled CommandLineTools per your suggestion. I'm still getting the same error. It appears that gcc is not seeing any of the CommandLineTools directories. When I ran the command find /Library/Developer/CommandLineTools/ -

Re: [Numpy-discussion] Compilation failures in f2py

2021-01-12 Thread Christopher Albert
Hi Sam, looks like the XCode command line tools containing standard headers are either not installed or updated. Try xcode-select --install or manually download them from https://developer.apple.com/download/more/ and maybe uninstall/reinstall them in case updates don't work. Check with find /Lib