Skip to content

Commit

Permalink
bump version -- remove refs to openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Nov 2, 2023
1 parent f2aa1b8 commit 0ade8f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mlsauce/__check_build/_check_build.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mlsauce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.8.8"
__version__ = "0.8.10"


# On OSX, we can get a runtime error due to multiple OpenMP libraries loaded
Expand Down
6 changes: 3 additions & 3 deletions mlsauce/_build_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def cythonize_extensions(top_path, config):
config.ext_modules = cythonize(
config.ext_modules,
nthreads=n_jobs,
compile_time_env={
"MLSAUCE_OPENMP_PARALLELISM_ENABLED": mlsauce._OPENMP_SUPPORTED
},
#compile_time_env={
# "MLSAUCE_OPENMP_PARALLELISM_ENABLED": mlsauce._OPENMP_SUPPORTED
#},
compiler_directives={"language_level": 3},
)

Expand Down

0 comments on commit 0ade8f0

Please sign in to comment.