Skip to content

Commit

Permalink
FIX Remove __cuda run constraint and use __glibc
Browse files Browse the repository at this point in the history
Using __cuda breaks our builds running on CPU only nodes; this should still prevent use on CentOS 6 without breaking our builds
  • Loading branch information
mike-wendt committed Aug 20, 2020
1 parent 8c4d82c commit 894ab09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requirements:
# for run_exports
- {{ compiler('cxx') }}
run:
- __cuda >=11.0
- __glibc >=2.17

test:
requires:
Expand Down

0 comments on commit 894ab09

Please sign in to comment.