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

Commit be1525f

Browse files
Update build_tarballs.jl
1 parent 6b5bc8a commit be1525f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build_tarballs.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# `julia build_tarballs.jl --help` to see a usage message.
33
using BinaryBuilder
44

5+
6+
name = "GLPKBuilder"
7+
version = v"2.0.6"
8+
59
# Collection of sources required to build ECOSBuilder
610
sources = [
711
"https://github.com/embotech/ecos/archive/v2.0.6.tar.gz" =>
@@ -56,5 +60,5 @@ dependencies = [
5660
]
5761

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

0 commit comments

Comments
 (0)