VMEC installation error: mpicc and xcode errors
Closed this issue · 1 comments
Siwanta commented
Hi,
I was getting this error where it's not able to recognize my compiler nor is it able to recognize xcode already installed in my virtual environment. If someone could help me with this, it would be amazing.
Best,
Siwanta
VMECerror.txt
Siwanta commented
For reference, I had to manually change the location of cmake_args in the cmake_config_file.json to the locations pointed by "which mpicc", "which mpifort", "locate libnetcdf" and "locate netcdf.h". I ran "python setup.py install" after and it ran successfully.