markupsafe : 'native'
matplotlib : 'native'
medfile : '4.1.1'
- mesa : {tag : '19.0.8', base: 'no', section: 'version_19_0_8_x86_64'}
+ mesa : {tag : '19.0.8-x86_64-'+$VARS.dist, base: 'no', section: 'version_bin'}
MeshGems : '2.14-4'
metis : 'native'
mpi4py: 'native'
debug : 'no'
base : 'no'
python3 : 'yes'
+ platform : ["FD34", "FD34", "DB11", "DB10", "FD32", "UB22.04"]
environ :
{
build :
markupsafe : 'native'
matplotlib : 'native'
medfile : '4.1.1'
- mesa : {tag : '19.0.8', base: 'no', section: 'version_19_0_8_x86_64'}
+ mesa : {tag : '19.0.8-x86_64-'+$VARS.dist, base: 'no', section: 'version_bin'}
MeshGems : '2.14-4'
metis : 'native'
mpi4py: 'native'
debug : 'no'
base : 'no'
python3 : 'yes'
+ platform : ["CO8", "DB9"]
environ :
{
build :
+++ /dev/null
-#!/bin/bash
-
-echo "##########################################################################"
-echo "mesa" $VERSION
-echo "##########################################################################"
-
-echo "Installing binary version"
-if [ -d $PRODUCT_INSTALL ]; then
- :
-else
- mkdir -p $PRODUCT_INSTALL
-fi
-cp -r $SOURCE_DIR/* $PRODUCT_INSTALL
-
-echo
-echo "########## END"
-
--- /dev/null
+#!/bin/bash
+
+echo "##########################################################################"
+echo "mesa" $VERSION
+echo "##########################################################################"
+
+echo "Installing binary version"
+if [ -d $PRODUCT_INSTALL ]; then
+ :
+else
+ mkdir -p $PRODUCT_INSTALL
+fi
+cp -r $SOURCE_DIR/* $PRODUCT_INSTALL
+
+echo
+echo "########## END"
+
patches: []
}
-version_19_0_8_x86_64:
+version_bin:
{
- compil_script: 'mesa-19.0.8-x86_64.sh'
- archive_info : {archive_name : "mesa-19.0.8-x86_64-" + $VARS.dist + ".tar.gz"}
+ compil_script: 'mesa-bin.sh'
}