E3SM-Project / polaris

Testing and analysis for OMEGA, MPAS-Ocean, MALI and MPAS-Seaice
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

`configure_polaris_envs.py` fails to find software from conda on a generic mac/linux machine. #213

Closed altheaden closed 2 months ago

altheaden commented 2 months ago

When attempting to create the polaris dev environment on a generic mac or linux computer (rather than one of the supported machines), this error is thrown:

A software compiler or a spack base was not defined so required software was not installed with spack.

which is a bug because the software should come entirely from conda.

xylar commented 2 months ago

@altheaden, thanks for posting this!