Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Added channels to reduce solving time
Browse files Browse the repository at this point in the history
  • Loading branch information
knm3000 committed Nov 8, 2019
1 parent eb763b8 commit 7285e6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion conda-recipes/mxnet-feedstock/ci_support/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
# make the build number clobber
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"

conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \
conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" --debug \
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml"

if [[ "${UPLOAD_PACKAGES}" != "False" ]]; then
Expand Down
27 changes: 13 additions & 14 deletions conda-recipes/mxnet-feedstock/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,19 @@ requirements:
- {{ compiler('cxx') }}
- make
host:
- openblas-devel 0.3.6
- libopenblas 0.3.6
- liblapack 3.8.0
- libtiff 4.1.0
- python
- cython 0.29.14
- numpy 1.17.3
- requests 2.22.0
- setuptools 41.6.0
# ibm-ai channel https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda:
- libopencv 3.4.7
- cudatoolkit 10.1.243
- cudatoolkit-dev 10.1.243
- cudnn 7.6.3_10.1
- pkgs/main/linux-ppc64le::libopencv
- pkgs/main/linux-ppc64le::libopenblas
- pkgs/main/linux-ppc64le::openblas-devel
- conda-forge/linux-ppc64le::liblapack
- conda-forge/linux-ppc64le::libtiff
- conda-forge/linux-ppc64le::python
- conda-forge/linux-ppc64le::cython
- conda-forge/linux-ppc64le::numpy
- conda-forge/linux-ppc64le::requests
- conda-forge/linux-ppc64le::setuptools
- ibmdl/export/pub/software/server/ibm-ai/conda/linux-ppc64le::cudatoolkit
- ibmdl/export/pub/software/server/ibm-ai/conda/linux-ppc64le::cudatoolkit-dev
- ibmdl/export/pub/software/server/ibm-ai/conda/linux-ppc64le::cudnn
run:
- numpy >=1.16.0,<=2.0.0
- requests >=2.20.0,<3
Expand Down

0 comments on commit 7285e6d

Please sign in to comment.