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}
|
||||
done
|
||||
|
||||
#creating symlinks for run_damask_scripts in /usr/local/bin
|
||||
#creating symlinks for run_damask_scripts
|
||||
|
||||
if [ -d "$BIN_DIR" ]; then
|
||||
echo ''
|
||||
|
@ -158,11 +158,6 @@ if [ -d "$BIN_DIR" ]; then
|
|||
esac
|
||||
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
|
||||
echo ''
|
||||
echo 'precompiling $VERSION HYPELA2 user subroutine...'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
DAMASK_marc*.f90
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
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