Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef3507c584 | ||
|
|
40dfd551ab |
1 changed files with 10 additions and 6 deletions
16
cmake.yaml
16
cmake.yaml
|
|
@ -16,13 +16,13 @@ data:
|
|||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
autotools: master
|
||||
cmake-bootstrap: master
|
||||
platform: master
|
||||
python3: master
|
||||
autotools: f27
|
||||
cmake-bootstrap: 3.9
|
||||
platform: f27
|
||||
python3: 3.6
|
||||
requires:
|
||||
platform: master
|
||||
python3: master
|
||||
platform: f27
|
||||
python3: 3.6
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/modularity-modules/cmake
|
||||
|
|
@ -61,10 +61,14 @@ data:
|
|||
rpms:
|
||||
jsoncpp:
|
||||
rationale: Build and run-time dependency.
|
||||
ref: f27
|
||||
libuv:
|
||||
rationale: Build and run-time dependency.
|
||||
ref: f27
|
||||
rhash:
|
||||
rationale: Build and run-time dependency.
|
||||
ref: f27
|
||||
cmake:
|
||||
rationale: The API.
|
||||
ref: f27
|
||||
buildorder: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue