Skip to content

Commit

Permalink
diptest: missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Oct 20, 2023
1 parent ac25e54 commit f183407
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions diptest/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

# install using pip from the whl file provided by Google
#
set -x
echo $PY_VER

if [ `uname` == Linux ]; then
if [ "$PY_VER" == "3.10" ]; then
pip install https://files.pythonhosted.org/packages/78/35/e3523f38e13a20e274ec49fc9cc57eac7d9704a1716af2f194883249a983/diptest-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
elif [ "$PY_VER" == "3.11" ]; then
pip install https://files.pythonhosted.org/packages/63/77/8aed702f2604487f2af217aa8ad8f4cd8a284a3469a28398f753681d8f84/diptest-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
else
exit 1
fi
fi
2 changes: 1 addition & 1 deletion diptest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: '{{ version }}'

build:
number: 1
number: 2

requirements:
build:
Expand Down

0 comments on commit f183407

Please # to comment.