Fix to a conda hack (#7212)

This commit is contained in:
Paul Jesse Hellemn 2018-05-02 17:35:15 -07:00 committed by GitHub
parent 8ac6856e54
commit d154d32890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -316,7 +316,7 @@ if [[ -n $pytorch_too ]]; then
# Removed until https://github.com/conda/conda/issues/7245 is resolved
#append_to_section 'features' features:
#append_to_section 'features' " - $cuda_feature_name"
append_to_section 'build' "magma-$cuda_feature_name"
append_to_section 'build' "- magma-$cuda_feature_name"
#append_to_section 'features' ' - nccl2'
#add_package $cuda_feature_name
conda_channel+=('-c pytorch')