Skip to content

Commit da26ea4

Browse files
authored
fix: pytorch: require: ~xnnpack when: aarch64
1 parent d87bd16 commit da26ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spack-environment/packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ packages:
505505
- '@2.7.1:'
506506
- -mkldnn
507507
# avoid compilation error in third_party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c
508-
- spec: cxxflags=-Wno-error=incompatible-pointer-types
508+
- spec: ~xnnpack
509509
when: 'target=aarch64:'
510510
py-vector:
511511
require:

0 commit comments

Comments
 (0)