You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BOUT++ BOUT_ENABLE_PYTHON def is currently handled with a boolean variant and used to set either -DBOUT_ENABLE_PYTHON=ON or -DBOUT_ENABLE_PYTHON=OFF.
Change it to a string variant and allow -DBOUT_ENABLE_PYTHON=AUTO.
The BOUT++ BOUT_ENABLE_PYTHON def is currently handled with a boolean variant and used to set either -DBOUT_ENABLE_PYTHON=ON or -DBOUT_ENABLE_PYTHON=OFF.
Change it to a string variant and allow -DBOUT_ENABLE_PYTHON=AUTO.