Skip to content
Snippets Groups Projects
Commit 761e5b4b authored by Nicolas Richart's avatar Nicolas Richart
Browse files

using proper synthax for providers

parent e4f8f293
No related branches found
No related tags found
1 merge request!5Adding nvhpc to kuma
......@@ -15,14 +15,19 @@ packages:
uuid: [libuuid]
zlib-api: [zlib-ng+compat]
require:
- spec: '^libuuid'
when: '^uuid'
- spec: '^libjpeg'
when: '^jpeg'
glibc:
prefer: ['%gcc@11.2.1']
jpeg:
require: ['libjpeg']
uuid:
require: ['libuuid']
zlib-api:
require: ['zlib-ng +compat']
zlib-ng:
require: ['build_system=autotools']
g
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment