Skip to content

Commit

Permalink
Update oarfish to 0.6.3 (#52102)
Browse files Browse the repository at this point in the history
* Update oarfish to 0.6.3

* Update meta.yaml

Force latest rustc

* Update build.sh

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update build.sh

* Update meta.yaml

* Update build.sh

* Update build.sh

* Update build.sh

* Update build.sh

* Update build.sh

* Update build.sh

* Update build.sh

---------

Co-authored-by: Rob Patro <[email protected]>
  • Loading branch information
BiocondaBot and rob-p authored Nov 14, 2024
1 parent bd72246 commit b013559
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion recipes/oarfish/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

set -xe

curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable --profile=minimal -y
export PATH="$HOME/.cargo/bin:$PATH"


# build statically linked binary with Rust
RUST_BACKTRACE=1 cargo install --verbose --root $PREFIX --path .
RUST_BACKTRACE=1 RUSTFLAGS="-C linker=$CC" cargo install --verbose --root $PREFIX --path .
8 changes: 5 additions & 3 deletions recipes/oarfish/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.6.2" %}
{% set version = "0.6.3" %}

package:
name: oarfish
Expand All @@ -11,13 +11,15 @@ build:

source:
url: https://github.com/COMBINE-lab/oarfish/archive/v{{ version }}.tar.gz
sha256: 78b523fc459fec5ae3680395925862b4d367bd56d051120f28c689dd387e1758
sha256: 98cc4b939e81cd0018c38d47f4596dc3079680a7b076a7dfca2e80b67094c783

requirements:
build:
- make
- {{ compiler('rust') }}
#- rust >=1.82.0
#- {{ compiler('rust') }} >=1.82.0
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- zlib
run:
Expand Down

0 comments on commit b013559

Please sign in to comment.