Skip to content

Commit

Permalink
clean up recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 23, 2024
1 parent 1934ecd commit 387ff98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion recipes/d4binding/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

set -x

# TODO: Remove the following export when pinning is updated and we use
# {{ compiler('rust') }} in the recipe.
export \
CARGO_NET_GIT_FETCH_WITH_CLI=true \
CARGO_HOME="${BUILD_PREFIX}/.cargo"

cp $RECIPE_DIR/build_htslib.sh d4-hts/build_htslib.sh

cd d4binding
./install.sh PREFIX="${PREFIX}"
./install.sh
2 changes: 1 addition & 1 deletion recipes/d4binding/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('rust') }}
- rust >=1.30
- gcc # [not osx]
- clangdev
- pkg-config
Expand Down

0 comments on commit 387ff98

Please sign in to comment.