Skip to content

Commit

Permalink
Merge pull request #296 from MC-kit/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
dvp2015 authored Jan 4, 2024
2 parents f5b00df + bddf3ab commit 75089b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mckit"
version = "0.6.30"
version = "0.6.31"
description = "Tools to process MCNP models and results"
authors = ["rrn <[email protected]>"]
maintainers = ["dpv2015 <[email protected]>"]
Expand Down
5 changes: 4 additions & 1 deletion src/mckit/_init_dynamic_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ def _init():
if WIN:
for _dir in SHARED_LIBRARY_DIRECTORIES:
os.add_dll_directory(str(_dir))
_preload_library("mkl_rt", max_version=2)
_preload_library("mkl_rt")
_preload_library(
"nlopt"
) # otherwise: ImportError: libnlopt.so.0: cannot open shared object fileg


_init()

0 comments on commit 75089b6

Please sign in to comment.