Salome HOME
remove PARAVIS and SOLVERLAB patches - do not compile NodeEditor ParaView plugin
[tools/sat_salome.git] / products / compil_scripts / mesa-19.0.8-x86_64.sh
1 #!/bin/bash
2
3 echo "##########################################################################"
4 echo "mesa" $VERSION
5 echo "##########################################################################"
6
7 echo "Installing binary version"
8 if [ -d $PRODUCT_INSTALL ]; then
9     :
10 else
11     mkdir -p $PRODUCT_INSTALL
12 fi
13 cp -r $SOURCE_DIR/* $PRODUCT_INSTALL
14
15 echo
16 echo "########## END"
17