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 %}