Skip to content

Commit

Permalink
[Cbc] Remove patch (#2668)
Browse files Browse the repository at this point in the history
* Update build_tarballs.jl

* Delete no_lp.patch
  • Loading branch information
odow authored Mar 11, 2021
1 parent 2df4e0f commit adaac1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 126 deletions.
6 changes: 1 addition & 5 deletions C/Coin-OR/Cbc/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: editing coin-or-common.jl isn't sufficient to trigger a
# build. You need to edit this one as well.
# Version 2.10.5-0
# Version 2.10.5+3

include("../coin-or-common.jl")

Expand All @@ -11,7 +11,6 @@ version = Cbc_version
sources = [
GitSource("https://github.com/coin-or/Cbc.git",
Cbc_gitsha),
DirectorySource("./bundled"),
]

# Bash recipe for building across all platforms
Expand All @@ -25,9 +24,6 @@ update_configure_scripts
# old and custom autoconf
sed -i s/elf64ppc/elf64lppc/ configure
# Apply patch related to https://github.com/JuliaOpt/Cbc.jl/issues/117 and https://github.com/coin-or/Cbc/issues/267
(cd Cbc/src && atomic_patch -p0 $WORKSPACE/srcdir/patches/no_lp.patch)
mkdir build
cd build/
Expand Down
121 changes: 0 additions & 121 deletions C/Coin-OR/Cbc/bundled/patches/no_lp.patch

This file was deleted.

0 comments on commit adaac1c

Please sign in to comment.