fix cmake after CP-SAT python renaming

This commit is contained in:
Laurent Perron
2025-01-09 16:33:47 +01:00
parent 403e31ab65
commit bd2225832f
8 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ py_binary(
"//ortools/graph/python:linear_sum_assignment.so",
"//ortools/graph/python:max_flow.so",
"//ortools/graph/python:min_cost_flow.so",
"//ortools/sat/python:swig_helper.so",
"//ortools/sat/python:cp_model_helper.so",
],
tags = ["manual"],
deps = [
@@ -32,7 +32,7 @@ py_binary(
"//ortools/sat/colab:flags",
"//ortools/sat/colab:visualization",
"//ortools/sat/python:cp_model",
"//ortools/sat/python:cp_model_helper",
"//ortools/sat/python:cp_model_numbers",
requirement("notebook"),
requirement("svgwrite"),
requirement("plotly"),

View File

@@ -118,7 +118,7 @@ setup(
'@PYTHON_PROJECT@.sat':['*.pyi'],
'@PYTHON_PROJECT@.sat.colab':['*.pyi', 'py.typed'],
'@PYTHON_PROJECT@.sat.python':[
'$<TARGET_FILE_NAME:swig_helper_pybind11>',
'$<TARGET_FILE_NAME:cp_model_helper_pybind11>',
'*.pyi',
'py.typed'
],