mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-10 04:13:08 +05:00
pip-linux fix tcl/tk include path
This commit is contained in:
parent
e49a028676
commit
f476380e2f
2
setup.py
2
setup.py
@ -78,6 +78,8 @@ elif 'linux' in sys.platform:
|
|||||||
f'-DNG_INSTALL_DIR_LIB={py_install_dir}/{name_dir}.libs',
|
f'-DNG_INSTALL_DIR_LIB={py_install_dir}/{name_dir}.libs',
|
||||||
'-DNG_INSTALL_DIR_BIN=bin',
|
'-DNG_INSTALL_DIR_BIN=bin',
|
||||||
'-DNG_INSTALL_DIR_INCLUDE=include/netgen',
|
'-DNG_INSTALL_DIR_INCLUDE=include/netgen',
|
||||||
|
'-DTCL_INCLUDE_PATH=/usr/include',
|
||||||
|
'-DTK_INCLUDE_PATH=/usr/include',
|
||||||
]
|
]
|
||||||
packages = []
|
packages = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user