Skip to content

Commit 7211dda

Browse files
committed
ORTools_jll build 9.7.0+2
1 parent daeed2a commit 7211dda

File tree

5 files changed

+79
-79
lines changed

5 files changed

+79
-79
lines changed

Artifacts.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[[ORTools]]
22
arch = "x86_64"
33
cxxstring_abi = "cxx03"
4-
git-tree-sha1 = "ba3d9b106f00c3261722b61531222731788e8f03"
4+
git-tree-sha1 = "0556a31bb618a93e572befd74022de7d8023914e"
55
libc = "glibc"
66
os = "linux"
77

88
[[ORTools.download]]
9-
sha256 = "b47a49ebceeeae8bd7d0ccc3688d68a20d823fe3ab768fa7a8ecc937e8b5d2f8"
10-
url = "https://github.com/JuliaBinaryWrappers/ORTools_jll.jl/releases/download/ORTools-v9.7.0+1/ORTools.v9.7.0.x86_64-linux-gnu-cxx03.tar.gz"
9+
sha256 = "d3853f11115b68910f0b116a28ffd3ffb5854731065d495003b25b8ecc0b0d35"
10+
url = "https://github.com/JuliaBinaryWrappers/ORTools_jll.jl/releases/download/ORTools-v9.7.0+2/ORTools.v9.7.0.x86_64-linux-gnu-cxx03.tar.gz"
1111
[[ORTools]]
1212
arch = "x86_64"
1313
cxxstring_abi = "cxx11"
14-
git-tree-sha1 = "e8c1615d37ae6d4e78de6594129072e40e621733"
14+
git-tree-sha1 = "cc3d5aa28fb2158ce4ff5aed9899545a37503a6b"
1515
libc = "glibc"
1616
os = "linux"
1717

1818
[[ORTools.download]]
19-
sha256 = "db72a4c3b5a9953f48b68a85345471240da9a0a2f85c1146588aa71d7cdc036a"
20-
url = "https://github.com/JuliaBinaryWrappers/ORTools_jll.jl/releases/download/ORTools-v9.7.0+1/ORTools.v9.7.0.x86_64-linux-gnu-cxx11.tar.gz"
19+
sha256 = "5242c318a263742f13fc82340abea9b4ad7fb0df231a7d0d2a996a32756507a5"
20+
url = "https://github.com/JuliaBinaryWrappers/ORTools_jll.jl/releases/download/ORTools-v9.7.0+2/ORTools.v9.7.0.x86_64-linux-gnu-cxx11.tar.gz"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ORTools_jll"
22
uuid = "717719f8-c30c-5086-8f3c-70cd6a1e3a46"
3-
version = "9.7.0+1"
3+
version = "9.7.0+2"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# `ORTools_jll.jl` (v9.7.0+1)
1+
# `ORTools_jll.jl` (v9.7.0+2)
22

33
[![deps](https://juliahub.com/docs/ORTools_jll/deps.svg)](https://juliahub.com/ui/Packages/ORTools_jll/9SIA3?page=2)
44

55
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
66

7-
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/51fcf9e74a0a5b077cd5e03fb9edab9b0618b0af/O/ORTools/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/a136c3abaf455fef699f68cac54f405ff453246e/O/ORTools/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
88

99
## Bug Reports
1010

src/wrappers/x86_64-linux-gnu-cxx03.jl

+35-35
Original file line numberDiff line numberDiff line change
@@ -63,177 +63,177 @@ function __init__()
6363

6464
JLLWrappers.@init_file_product(
6565
optional_boolean,
66-
"include/operations_research/optional_boolean.proto",
66+
"include/ortools/util/optional_boolean.proto",
6767
)
6868

6969
JLLWrappers.@init_file_product(
7070
ortools_glop_parameters,
71-
"include/operations_research/glop/parameters.proto",
71+
"include/ortools/glop/parameters.proto",
7272
)
7373

7474
JLLWrappers.@init_file_product(
7575
ortools_graph_flow_problem,
76-
"include/operations_research/flow_problem.proto",
76+
"include/ortools/graph/flow_problem.proto",
7777
)
7878

7979
JLLWrappers.@init_file_product(
8080
proto_bop_parameters,
81-
"include/operations_research/bop/bop_parameters.proto",
81+
"include/ortools/bop/bop_parameters.proto",
8282
)
8383

8484
JLLWrappers.@init_file_product(
8585
proto_constraint_solver_assignment,
86-
"include/operations_research/assignment.proto",
86+
"include/ortools/constraint_solver/assignment.proto",
8787
)
8888

8989
JLLWrappers.@init_file_product(
9090
proto_constraint_solver_demon_profiler,
91-
"include/operations_research/demon_profiler.proto",
91+
"include/ortools/constraint_solver/demon_profiler.proto",
9292
)
9393

9494
JLLWrappers.@init_file_product(
9595
proto_constraint_solver_routing_enums,
96-
"include/operations_research/routing_enums.proto",
96+
"include/ortools/constraint_solver/routing_enums.proto",
9797
)
9898

9999
JLLWrappers.@init_file_product(
100100
proto_constraint_solver_routing_parameters,
101-
"include/operations_research/routing_parameters.proto",
101+
"include/ortools/constraint_solver/routing_parameters.proto",
102102
)
103103

104104
JLLWrappers.@init_file_product(
105105
proto_constraint_solver_search_limit,
106-
"include/operations_research/search_limit.proto",
106+
"include/ortools/constraint_solver/search_limit.proto",
107107
)
108108

109109
JLLWrappers.@init_file_product(
110110
proto_constraint_solver_search_stats,
111-
"include/operations_research/search_stats.proto",
111+
"include/ortools/constraint_solver/search_stats.proto",
112112
)
113113

114114
JLLWrappers.@init_file_product(
115115
proto_constraint_solver_solver_parameters,
116-
"include/operations_research/solver_parameters.proto",
116+
"include/ortools/constraint_solver/solver_parameters.proto",
117117
)
118118

119119
JLLWrappers.@init_file_product(
120120
proto_gscip,
121-
"include/operations_research/gscip.proto",
121+
"include/ortools/gscip/gscip.proto",
122122
)
123123

124124
JLLWrappers.@init_file_product(
125125
proto_linear_solver,
126-
"include/operations_research/linear_solver.proto",
126+
"include/ortools/linear_solver/linear_solver.proto",
127127
)
128128

129129
JLLWrappers.@init_file_product(
130130
proto_math_opt_callback,
131-
"include/operations_research/math_opt/callback.proto",
131+
"include/ortools/math_opt/callback.proto",
132132
)
133133

134134
JLLWrappers.@init_file_product(
135135
proto_math_opt_infeasible_subsystem,
136-
"include/operations_research/math_opt/infeasible_subsystem.proto",
136+
"include/ortools/math_opt/infeasible_subsystem.proto",
137137
)
138138

139139
JLLWrappers.@init_file_product(
140140
proto_math_opt_model,
141-
"include/operations_research/math_opt/model.proto",
141+
"include/ortools/math_opt/model.proto",
142142
)
143143

144144
JLLWrappers.@init_file_product(
145145
proto_math_opt_model_parameters,
146-
"include/operations_research/math_opt/model_parameters.proto",
146+
"include/ortools/math_opt/model_parameters.proto",
147147
)
148148

149149
JLLWrappers.@init_file_product(
150150
proto_math_opt_model_update,
151-
"include/operations_research/math_opt/model_update.proto",
151+
"include/ortools/math_opt/model_update.proto",
152152
)
153153

154154
JLLWrappers.@init_file_product(
155155
proto_math_opt_parameters,
156-
"include/operations_research/math_opt/parameters.proto",
156+
"include/ortools/math_opt/parameters.proto",
157157
)
158158

159159
JLLWrappers.@init_file_product(
160160
proto_math_opt_result,
161-
"include/operations_research/math_opt/result.proto",
161+
"include/ortools/math_opt/result.proto",
162162
)
163163

164164
JLLWrappers.@init_file_product(
165165
proto_math_opt_solution,
166-
"include/operations_research/math_opt/solution.proto",
166+
"include/ortools/math_opt/solution.proto",
167167
)
168168

169169
JLLWrappers.@init_file_product(
170170
proto_math_opt_solvers_glpk,
171-
"include/operations_research/math_opt/solvers/glpk.proto",
171+
"include/ortools/math_opt/solvers/glpk.proto",
172172
)
173173

174174
JLLWrappers.@init_file_product(
175175
proto_math_opt_solvers_gurobi,
176-
"include/operations_research/math_opt/solvers/gurobi.proto",
176+
"include/ortools/math_opt/solvers/gurobi.proto",
177177
)
178178

179179
JLLWrappers.@init_file_product(
180180
proto_math_opt_solvers_highs,
181-
"include/operations_research/math_opt/solvers/highs.proto",
181+
"include/ortools/math_opt/solvers/highs.proto",
182182
)
183183

184184
JLLWrappers.@init_file_product(
185185
proto_math_opt_sparse_containers,
186-
"include/operations_research/math_opt/sparse_containers.proto",
186+
"include/ortools/math_opt/sparse_containers.proto",
187187
)
188188

189189
JLLWrappers.@init_file_product(
190190
proto_packing_multiple_dimensions_bin_packing,
191-
"include/operations_research/packing/multiple_dimensions_bin_packing.proto",
191+
"include/ortools/packing/multiple_dimensions_bin_packing.proto",
192192
)
193193

194194
JLLWrappers.@init_file_product(
195195
proto_packing_vector_bin_packing,
196-
"include/operations_research/packing/vbp/vector_bin_packing.proto",
196+
"include/ortools/packing/vbp/vector_bin_packing.proto",
197197
)
198198

199199
JLLWrappers.@init_file_product(
200200
proto_pdlp_solve_log,
201-
"include/operations_research/pdlp/solve_log.proto",
201+
"include/ortools/pdlp/solve_log.proto",
202202
)
203203

204204
JLLWrappers.@init_file_product(
205205
proto_pdlp_solvers,
206-
"include/operations_research/pdlp/solvers.proto",
206+
"include/ortools/pdlp/solvers.proto",
207207
)
208208

209209
JLLWrappers.@init_file_product(
210210
proto_sat_boolean_problem,
211-
"include/operations_research/sat/boolean_problem.proto",
211+
"include/ortools/sat/boolean_problem.proto",
212212
)
213213

214214
JLLWrappers.@init_file_product(
215215
proto_sat_cp_model,
216-
"include/operations_research/sat/cp_model.proto",
216+
"include/ortools/sat/cp_model.proto",
217217
)
218218

219219
JLLWrappers.@init_file_product(
220220
proto_sat_parameters,
221-
"include/operations_research/sat/sat_parameters.proto",
221+
"include/ortools/sat/sat_parameters.proto",
222222
)
223223

224224
JLLWrappers.@init_file_product(
225225
proto_scheduling_course_scheduling,
226-
"include/operations_research/course_scheduling.proto",
226+
"include/ortools/scheduling/course_scheduling.proto",
227227
)
228228

229229
JLLWrappers.@init_file_product(
230230
proto_scheduling_jobshop_scheduling,
231-
"include/operations_research/scheduling/jssp/jobshop_scheduling.proto",
231+
"include/ortools/scheduling/jssp/jobshop_scheduling.proto",
232232
)
233233

234234
JLLWrappers.@init_file_product(
235235
proto_scheduling_rcpsp,
236-
"include/operations_research/scheduling/rcpsp/rcpsp.proto",
236+
"include/ortools/scheduling/rcpsp/rcpsp.proto",
237237
)
238238

239239
JLLWrappers.@init_executable_product(

0 commit comments

Comments
 (0)