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 Aug 27, 2018
1 parent 6b5bc8a commit be1525f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# `julia build_tarballs.jl --help` to see a usage message.
using BinaryBuilder


name = "GLPKBuilder"
version = v"2.0.6"

# Collection of sources required to build ECOSBuilder
sources = [
"https://github.com/embotech/ecos/archive/v2.0.6.tar.gz" =>
Expand Down Expand Up @@ -56,5 +60,5 @@ dependencies = [
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, "ECOSBuilder", sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)

0 comments on commit be1525f

Please sign in to comment.