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 new flags introduced in #471 cannot be used to deactivate openMP. The problem is that the value is parsed as a string and no type conversion takes place.
The text was updated successfully, but these errors were encountered:
Default behavior now depends on release or dev status. When in dev mode
default is to use Cython and delete cythonized files. When in release
mode default is to skip Cython but keep existing cythonized files.
setup.py now reads the version string directly from version.py.
Environment variable handling in setup.py enhanced to recognize strings
with boolean meaning (fixes#629).
Travis' minimal build now also rebuilds cythonized files.
The new flags introduced in #471 cannot be used to deactivate openMP. The problem is that the value is parsed as a string and no type conversion takes place.
The text was updated successfully, but these errors were encountered: