diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-25 03:35:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-25 03:35:09 +0000 |
commit | 799109a398faa38f0e9518df89cabb564a196d81 (patch) | |
tree | ef579c5b69b9d386a0f964f2b0b9fe23a9c2f09d | |
parent | 1f6fdc1658ba88a84b8b21a90d6b28d8b9b5baf6 (diff) |
automatic import of ncnn
-rw-r--r-- | ncnn.spec | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,12 +13,11 @@ # We don't have cuda on openEuler %bcond_without cuda +%global have_cuda 0 -%if %{with cuda} +%if %{without cuda} %ifarch x86_64 aarch64 %global have_cuda 1 -%else -%global have_cuda 0 %endif %endif |