Skip to content

Commit 1d0fd00

Browse files
HaoZeketylerjereddy
authored andcommitted
MAINT: Stop installing libhighs
Co-authored-by: drew-parsons <drew-parsons@users.noreply.github.com> Closes scipy#22349
1 parent d048836 commit 1d0fd00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scipy/optimize/_highspy/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ _highslib = static_library(
4646
# private symbols don't get re-exported.
4747
gnu_symbol_visibility: 'inlineshidden',
4848
pic: true,
49-
install: true,
50-
install_dir: py3.get_install_dir() / 'scipy/optimize/_highspy',
49+
install: false,
5150
)
5251

5352
_highs_dep = declare_dependency(

0 commit comments

Comments
 (0)