source: gs3-extensions/mars-src/trunk/packages/CASCADE-MAKE.sh@ 34344

Last change on this file since 34344 was 34344, checked in by davidb, 4 years ago

Extended to now setup/install Eigen3

  • Property svn:executable set to *
File size: 271 bytes
Line 
1#!/bin/bash
2
3source ../cascade-make/lib/cascade-lib.bash GEXT_MARS .. $*
4
5for d in CMAKE EIGEN3 ; do
6 echo " Running CASCADE-MAKE/$d.sh"
7
8 ./CASCADE-MAKE/$d.sh $*
9
10 if [ $? != 0 ] ; then
11 echo "Error encountered running CASCADE-MAKE/$d.sh"
12 exit 1
13 fi
14done
Note: See TracBrowser for help on using the repository browser.