Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-pablo-vielma authored Sep 7, 2018
1 parent c5dc413 commit cbf2cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ using BinaryBuilder


name = "ECOSBuilder"
version = v"2.0.6"
version = v"2.0.5"

# Collection of sources required to build ECOSBuilder
sources = [
"https://github.com/embotech/ecos/archive/v2.0.5.tar.gz" =>
"c2acc644907bd1473a86ad76e43557b47544402cdc74d17b235503356cbe8c27",
"14c6ef81dfe9dad6af353e3499ad3a7a0eb1ebd289a995b038e3bc67c6101151",

]

# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir
cd ecos-2.0.6/
cd ecos-2.0.5/
make shared
mkdir $prefix/lib
Expand Down

0 comments on commit cbf2cd0

Please sign in to comment.