Port to platform:f27
All the module dependencies must depend on platform:f27.
This commit is contained in:
parent
1806e2bb56
commit
41684aaf31
1 changed files with 8 additions and 8 deletions
16
boost.yaml
16
boost.yaml
|
|
@ -26,11 +26,11 @@ data:
|
|||
tracker: https://github.com/modularity-modules/boost
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
bootstrap: f27
|
||||
requires:
|
||||
platform: master
|
||||
python2: master
|
||||
python3: master
|
||||
platform: f27
|
||||
python2: 2.7
|
||||
python3: 3.6
|
||||
profiles:
|
||||
development:
|
||||
rpms:
|
||||
|
|
@ -102,19 +102,19 @@ data:
|
|||
rpms:
|
||||
python-nose:
|
||||
rationale: A dependency of numpy
|
||||
ref: master
|
||||
ref: f27
|
||||
buildorder: 1
|
||||
openblas:
|
||||
rationale: A dependency of numpy
|
||||
ref: master
|
||||
ref: f27
|
||||
buildorder: 1
|
||||
numpy:
|
||||
rationale: A dependency of boost-numpy
|
||||
ref: master
|
||||
ref: f27
|
||||
buildorder: 9
|
||||
boost:
|
||||
rationale: The free peer-reviewed portable C++ source libraries
|
||||
ref: master
|
||||
ref: f27
|
||||
buildorder: 10
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue