We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c50e6a commit f8546b3Copy full SHA for f8546b3
recipe/meta.yaml
@@ -75,6 +75,8 @@ build:
75
{% else %}
76
skip: true # [is_rc]
77
{% endif %}
78
+ skip: true # [not osx]
79
+ skip: true # [blas_impl!='mkl']
80
string: cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
81
string: cpu_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
82
detect_binary_files_with_prefix: false
0 commit comments