Skip to content

Commit

Permalink
Update deepchopper-cli to 1.2.6 (#51953)
Browse files Browse the repository at this point in the history
* Update deepchopper-cli to 1.2.6

* Update build.sh

---------

Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
BiocondaBot and mencian authored Nov 6, 2024
1 parent ac4abc6 commit 4c12ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions recipes/deepchopper-cli/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
# -x = print every executed command
set -ex

# if [ `uname` == Darwin ]; then
# export HOME=`mktemp -d`
# fi

curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --profile=minimal -y

export PATH="$HOME/.cargo/bin:$PATH"

cd py_cli

maturin build --interpreter python --release -b bin --out dist
maturin build --interpreter "${PYTHON}" --release --strip -b bin --out dist

$PYTHON -m pip install dist/*.whl --no-deps --ignore-installed -vv
$PYTHON -m pip install dist/*.whl --no-deps --no-build-isolation --no-cache-dir -vvv
4 changes: 2 additions & 2 deletions recipes/deepchopper-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "deepchopper-cli" %}
{% set version = "1.2.5" %}
{% set sha256 = "fc5ceaf204f82eeae1b82488ee44d020c66b0df13d27a86658ed86a7b1774dbb" %}
{% set version = "1.2.6" %}
{% set sha256 = "2ea385c3bb6e95f2d76627c2c6a859cfdab7f3402bd4589b1e787d301df1fbd1" %}

package:
name: {{ name|lower }}
Expand Down

0 comments on commit 4c12ca9

Please sign in to comment.