73 |
for module in $MODULES ; do \ |
for module in $MODULES ; do \ |
74 |
(echo Installing: $module; cd $module; env $ENVVARS gmake install) \ |
(echo Installing: $module; cd $module; env $ENVVARS gmake install) \ |
75 |
done |
done |
76 |
(cd esys/escript; if [ ! -h escriptcpp.so ]; then ln -s ../lib/libescriptcpp.so escriptcpp.so; fi) |
(cd esys/escript; if [ ! -h escriptcpp.so ]; then ln -s ../../lib/libescriptcpp.so escriptcpp.so; fi) |
77 |
(cd esys/finley; if [ ! -h finleycpp.so ]; then ln -s ../lib/libfinleycpp.so finleycpp.so; fi) |
(cd esys/finley; if [ ! -h finleycpp.so ]; then ln -s ../../lib/libfinleycpp.so finleycpp.so; fi) |
78 |
fi |
fi |
79 |
|
|
80 |
# run the unit tests |
# run the unit tests |