Skip to content

Commit 4d82906

Browse files
author
srini229
committed
download cbc/symphony from local repo copy
1 parent 988e511 commit 4d82906

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

ILPSolverIf/cbc.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FetchContent_Declare(
22
cbc
3-
URL https://www.coin-or.org/download/source/Cbc/Cbc-2.10.5.tgz
4-
URL_HASH MD5=46277180c0fc67f750e2de1836333189
3+
URL https://raw.githubusercontent.com/ALIGN-analoglayout/ILPSolverInterface/feature/solver_local/solver_src/Cbc-2.10.5.tgz
54
)
65
include(ProcessorCount)
76
ProcessorCount(N)

ILPSolverIf/symphony.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FetchContent_Declare(
22
symphony
3-
URL https://www.coin-or.org/download/source/SYMPHONY/SYMPHONY-5.6.17.tgz
4-
URL_HASH MD5=59fe0fa58c8bef019967766c86247b9d
3+
URL https://raw.githubusercontent.com/ALIGN-analoglayout/ILPSolverInterface/feature/solver_local/solver_src/SYMPHONY-5.6.17.tgz
54
)
65
include(ProcessorCount)
76
ProcessorCount(N)

0 commit comments

Comments
 (0)