symlinks can be handled by Git, so we can store them and simplify the installation
This commit is contained in:
parent
629a30b1a8
commit
7da8bc8d4a
|
@ -129,7 +129,7 @@ for filename in marc$VERSION/tools/run_damask* \
|
||||||
chmod 755 $INSTALLDIR/${filename}
|
chmod 755 $INSTALLDIR/${filename}
|
||||||
done
|
done
|
||||||
|
|
||||||
#creating symlinks for run_damask_scripts in /usr/local/bin
|
#creating symlinks for run_damask_scripts
|
||||||
|
|
||||||
if [ -d "$BIN_DIR" ]; then
|
if [ -d "$BIN_DIR" ]; then
|
||||||
echo ''
|
echo ''
|
||||||
|
@ -158,11 +158,6 @@ if [ -d "$BIN_DIR" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# cloning user subroutine
|
|
||||||
echo ''
|
|
||||||
echo 'cloning $VERSION HYPELA2 user subroutine...'
|
|
||||||
ln -s DAMASK_marc.f90 ${DAMASK_ROOT}/src/DAMASK_marc${VERSION}.f90
|
|
||||||
|
|
||||||
# precompiling user subroutine
|
# precompiling user subroutine
|
||||||
echo ''
|
echo ''
|
||||||
echo 'precompiling $VERSION HYPELA2 user subroutine...'
|
echo 'precompiling $VERSION HYPELA2 user subroutine...'
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
DAMASK_marc*.f90
|
|
||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
quit__genmod.f90
|
quit__genmod.f90
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
DAMASK_marc.f90
|
|
@ -0,0 +1 @@
|
||||||
|
DAMASK_marc.f90
|
|
@ -0,0 +1 @@
|
||||||
|
DAMASK_marc.f90
|
|
@ -0,0 +1 @@
|
||||||
|
DAMASK_marc.f90
|
Loading…
Reference in New Issue