From f79a7056922077a9d72a7ef6f4e4102a074848a6 Mon Sep 17 00:00:00 2001 From: Deepali Chourasia Date: Mon, 1 Jul 2024 11:58:31 +0000 Subject: [PATCH] add filters --- pytorch-2.1.2/recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pytorch-2.1.2/recipe/meta.yaml b/pytorch-2.1.2/recipe/meta.yaml index 44ea2a5..92829c3 100644 --- a/pytorch-2.1.2/recipe/meta.yaml +++ b/pytorch-2.1.2/recipe/meta.yaml @@ -27,7 +27,8 @@ requirements: - {{ compiler('c') }} #[ppc_arch != "p10"] - {{ compiler('cxx') }} #[ppc_arch != "p10"] - {{ compiler('fortran') }} #[ppc_arch != "p10"] - - git >={{ git }} + - git >={{ git }} # [not x86_64] + - git {{ git }} pl5340h4fa2fa2_1 # [x86_64] - patch - zlib {{ zlib }} @@ -89,7 +90,7 @@ requirements: - tensorboard {{ tensorboard }} build: - number: 7 + number: 8 {% if build_type == 'cpu' %} string: {{ build_type }}_py{{ python | replace(".", "") }}_pb{{ protobuf | replace(".*", "")}}_{{ PKG_BUILDNUM }} {% else %}