__condition__ : "VARS.dist not in ['DB09']"
'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
}
+ {
+ __condition__ : "VARS.dist in ['FD30']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.gcc' : '9.3.0'
+ }
+ {
+ __condition__ : "VARS.dist not in ['DB09', 'FD30']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ }
]
embree : '3.3.0'
freeimage : '3.16.0'
freetype : '2.9.1'
+ gcc : '8.5.0'
+ mpc : 'native'
+ gmp : 'native'
+ mpfr : 'native'
gmsh : '4.8.4'
graphviz : '2.38.0'
hdf5 : '1.10.3'
'pv_coincident.patch'
]
}
+ {
+ __condition__ : "VARS.dist in ['FD30']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.gcc' : '9.3.0'
+ }
+ {
+ __condition__ : "VARS.dist not in ['DB09', 'FD30']"
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ }
]
'APPLICATION.products.scipy' : '1.5.2'
}
{
- __condition__ : "VARS.dist not in ['DB09']"
+ __condition__ : "VARS.dist in ['FD30']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.gcc' : '9.3.0'
+ }
+ {
+ __condition__ : "VARS.dist not in ['DB09', 'FD30']"
'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
}
]