File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 77 python : " mambaforge-23.11"
88 jobs :
99 post_install :
10- # https://github.com/weiji14/cog3pio/pull/71
1110 - export CONDA_PREFIX="$CONDA_ENVS_PATH/$CONDA_DEFAULT_ENV";
12- sed --in-place "s/nvtiffTagDataType type/enum nvtiffTagDataType type/g" $CONDA_PREFIX/include/nvtiff.h;
13- ln -s $CONDA_PREFIX/include/nvtiff.h $CONDA_PREFIX/targets/x86_64-linux/include/nvtiff.h;
14- ln -s $CONDA_PREFIX/include/nvtiff_version.h $CONDA_PREFIX/targets/x86_64-linux/include/nvtiff_version.h;
15- ln -s $CONDA_PREFIX/lib/libnvtiff.so $CONDA_PREFIX/targets/x86_64-linux/lib/libnvtiff.so;
16- RUSTFLAGS="-L$CONDA_PREFIX/targets/x86_64-linux/lib"
17- BINDGEN_EXTRA_CLANG_ARGS="-I $CONDA_PREFIX/targets/x86_64-linux/include"
18- MATURIN_PEP517_ARGS="--features cuda,pyo3"
19- mamba run --prefix "$CONDA_PREFIX" pip install -v "cog3pio[cuda] @ git+https://github.com/weiji14/cog3pio.git@ce268b0ccb58ff0c7e329cdf38f2326a4fac22e9"
11+ mamba run --prefix "$CONDA_PREFIX" pip install --verbose --pre --extra-index-url https://test.pypi.org/simple/ cog3pio==0.1.0b1
2012 - pip list
2113
2214# Build documentation in the docs/ directory with Sphinx
Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: cupy-xarray-doc
22channels :
33 - conda-forge
44dependencies :
5- - clang
6- - cuda-crt
7- - cuda-cudart-dev
85 - cupy-core!=14.0.0,!=14.0.1 # https://github.com/cupy/cupy/issues/9777
96 - pip
107 - python=3.13
You can’t perform that action at this time.
0 commit comments