}
__overwrite__ :
[
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
+ {
+ __condition__: "VARS.dist in ['FD34', 'FD36', 'FD37']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ # https://github.com/pyenv/pyenv/issues/1889
+ 'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_FD34'}
+ }
+ {
+ __condition__ : "VARS.dist in ['DB11']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
]
}
__overwrite__ :
[
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
+ {
+ __condition__: "VARS.dist in ['FD34', 'FD36', 'FD37']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ # https://github.com/pyenv/pyenv/issues/1889
+ 'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_FD34'}
+ }
+ {
+ __condition__ : "VARS.dist in ['DB11']"
+ # gcc https://github.com/scipy/scipy/issues/11611
+ # either patch numpy to include -fallow-argument-mismatch or move to that version
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
]