Skip to content

Commit

Permalink
Update to WhiteboxTools 2.1.0 (#5294)
Browse files Browse the repository at this point in the history
* Update to WhiteboxTools 2.1.0

- WhiteboxTools stopped doing GitHub releases, but there was a versioning issue in the latest release v2.0.0 that kept everything at v1.5
- Hoping that this can build it directly from the repo

* Update build_tarballs.jl

- Change commit to the original v2.1.0 commit (jblindsay/whitebox-tools@d4f252c)
  • Loading branch information
acgold authored Aug 9, 2022
1 parent 8a63ed6 commit 3af3a11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions W/WhiteboxTools/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
using BinaryBuilder, Pkg, BinaryBuilderBase

name = "WhiteboxTools"
version = v"2.0.0"
version = v"2.1.0"

# Collection of sources required to complete build
sources = [
ArchiveSource("https://github.com/jblindsay/whitebox-tools/archive/refs/tags/v$(version).tar.gz", "18705fc948bdb2f96cd816e5a72d36b9cc460aa8c910383d23fdbd61641aab60")
GitSource("https://github.com/jblindsay/whitebox-tools.git", "d4f252c84b37a6b70331c59fd930ffa9a574c5e1")
]

# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir/whitebox-tools-*/
cd $WORKSPACE/srcdir/whitebox-tools/
cargo build --release
mkdir -p "${bindir}"
Expand Down

0 comments on commit 3af3a11

Please sign in to comment.