From d154d328909313d00ea788924f548152ba91c324 Mon Sep 17 00:00:00 2001 From: Paul Jesse Hellemn Date: Wed, 2 May 2018 17:35:15 -0700 Subject: [PATCH] Fix to a conda hack (#7212) --- scripts/build_anaconda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_anaconda.sh b/scripts/build_anaconda.sh index 82c510cfe9a..7753e319bec 100755 --- a/scripts/build_anaconda.sh +++ b/scripts/build_anaconda.sh @@ -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')