medfile : {tag : '4.1.0', hpc : 'yes', section : 'default_Autotools' }
mesa : '19.0.8'
MeshGems : {tag : '2.12-1', hpc : 'yes'}
+ mpi4py: '3.0.3'
ParMetis : '3.1.1'
netgen : '5.3.1_with_CAS_7.2'
nlopt : '2.4.2'
--- /dev/null
+default :
+{
+ name : "mpi4py"
+ build_source : "script"
+ compil_script : 'pip_install' + $VARS.scriptExtension
+ get_source : "archive"
+ system_info :
+ {
+ rpm : ["python3-mpi4py"]
+ rpm_dev : []
+ apt : ["python3-mpi4py"]
+ apt_dev : []
+ }
+ environ :
+ {
+ }
+ depend : ["Python", 'openmpi']
+ source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
+ build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
+ install_dir : 'base'
+ properties:
+ {
+ incremental : "yes"
+ pip : "yes"
+ }
+}