Salome HOME
ROOT : cleanup + add ROOT master product batch file
[tools/sat_salome.git] / products / compil_scripts / ispc-1.15.0.sh
1 #!/bin/bash                                                                                                                                                                              
2
3 echo "##########################################################################"
4 echo "ispc" $VERSION
5 echo "##########################################################################"
6
7 if [ -f "$SOURCE_DIR/bin/ispc" ]
8 then
9     echo "INFO: about to copy the ispc binary utility to the installation folder: $PRODUCT_INSTALL/bin"
10     mkdir -p $PRODUCT_INSTALL/bin
11     cp  $SOURCE_DIR/bin/ispc $PRODUCT_INSTALL/bin
12     chmod +x $PRODUCT_INSTALL/bin/ispc
13 else
14     echo "FATAL: NOT IMPLEMENTED"
15     exit 1
16 fi
17
18 echo
19 echo "########## END"