MESAHub / mesa

Modules for Experiments in Stellar Astrophysics
http://mesastar.org
GNU Lesser General Public License v2.1
138 stars 38 forks source link

Export makefile_header's USE_CRMATH to GYRE's CRMATH #729

Closed warrickball closed 3 weeks ago

warrickball commented 1 month ago

Aside from having to skip tests in many modules, building with USE_CRMATH = NO in utils/makefile_header currently fails on GYRE because it's own CRMATH make variable defaults to yes and it tries to build with CRMATH.

This PR adds a block to export the appropriate value of CRMATH in GYRE's makefile, as is already done for USE_SHARED/SHARED.