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 d048836 commit 1d0fd00Copy full SHA for 1d0fd00
scipy/optimize/_highspy/meson.build
@@ -46,8 +46,7 @@ _highslib = static_library(
46
# private symbols don't get re-exported.
47
gnu_symbol_visibility: 'inlineshidden',
48
pic: true,
49
- install: true,
50
- install_dir: py3.get_install_dir() / 'scipy/optimize/_highspy',
+ install: false,
51
)
52
53
_highs_dep = declare_dependency(
0 commit comments