fix cmake after CP-SAT python renaming
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -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'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user