Skip to content

Commit 8dec131

Browse files
committed
BLD: Rework to incorporate local highs_options
1 parent 119152d commit 8dec131

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scipy/optimize/_highs/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ _highs_dep = declare_dependency(
4242

4343
highspy_cpp = highs_proj.get_variable('highspy_cpp')
4444
highs_conf_file = highs_proj.get_variable('highs_conf_file')
45-
highsoptions_cpp = highs_proj.get_variable('highsoptions_cpp')
4645

4746
scipy_highspy_dep = [py3_dep, pybind11_dep, _highs_dep, thread_dep, atomic_dep]
4847

@@ -65,7 +64,7 @@ py3.extension_module(
6564

6665
py3.extension_module(
6766
'_highs_options',
68-
sources: highsoptions_cpp + highs_conf_file,
67+
sources: [highs_conf_file, 'highs_options.cpp'],
6968
dependencies: scipy_highspy_dep,
7069
c_args: [Wno_unused_variable, Wno_unused_but_set_variable],
7170
cpp_args: [_cpp_Wno_unused_variable, _cpp_Wno_unused_but_set_variable],

0 commit comments

Comments
 (0)