mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
Force cmake to use/find static zlibs for pip builds
This commit is contained in:
parent
725576fc42
commit
7f5df05bb7
1
setup.py
1
setup.py
@ -138,6 +138,7 @@ cmake_args += [
|
|||||||
'-DUSE_GUI=ON',
|
'-DUSE_GUI=ON',
|
||||||
'-DUSE_NATIVE_ARCH=OFF',
|
'-DUSE_NATIVE_ARCH=OFF',
|
||||||
'-DBUILD_ZLIB=ON',
|
'-DBUILD_ZLIB=ON',
|
||||||
|
'-DZLIB_USE_STATIC_LIBS=ON',
|
||||||
'-DBUILD_OCC=OFF',
|
'-DBUILD_OCC=OFF',
|
||||||
'-DUSE_OCC=ON',
|
'-DUSE_OCC=ON',
|
||||||
'-DBUILD_FOR_CONDA=ON',
|
'-DBUILD_FOR_CONDA=ON',
|
||||||
|
Loading…
Reference in New Issue
Block a user