embree : '3.12.2'
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 : {tag : '1.10.3', hpc : 'yes'}
}
__overwrite__ :
[
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.products.scipy' : '1.5.2'
+ }
+ {
+ __condition__ : "VARS.dist not in ['DB09']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ }
]
embree : '3.12.2'
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'
# https://github.com/scipy/scipy/issues/11611
'APPLICATION.products.scipy' : '1.5.2'
}
+ {
+ __condition__ : "VARS.dist not in ['DB09']"
+ # https://github.com/scipy/scipy/issues/11611
+ 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+ }
]
env_script : $name + ".py"
}
depend : []
+ opt_depend: ["gcc"]
patches : []
source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
env_script : $name + ".py"
}
depend : []
+ opt_depend: ["gcc"]
source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
install_dir : 'base'
}
}
+version_8_5_0:
+{
+ compil_script : 'gcc-8.5.0.sh'
+}
+
version_6_3_0:
{
compil_script : 'gcc-6.3.0.sh'
-
-}
\ No newline at end of file
+}