We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a3d3b commit e3076c2Copy full SHA for e3076c2
pycode/memilio-simulation/setup.py
@@ -23,6 +23,8 @@
23
packages=find_packages(
24
where=os.path.dirname(os.path.abspath(__file__))),
25
setup_requires=['cmake'],
26
+ # need shared libs so there is one shared log level
27
+ cmake_args=['-DMEMILIO_BUILD_SHARED_LIBS:BOOL=ON'],
28
install_requires=[],
29
extras_require={
30
'dev': [
0 commit comments