Update README.md
This commit is contained in:
@@ -9,18 +9,18 @@ https://fluka.cern
|
||||
|
||||
## Install
|
||||
```
|
||||
FLUKA4_VERSION=2.2
|
||||
FLAIR_VERSION=3.1-15.1
|
||||
FLUKA4_VERSION=3.0
|
||||
FLAIR_VERSION=3.2-0
|
||||
|
||||
GCC_VERSION=9.3.0
|
||||
PYTHON_VERSION=3.8.8
|
||||
GCC_VERSION=9.5.0
|
||||
PYTHON_VERSION=3.9.10
|
||||
TCLTK_VERSION=8.6.9
|
||||
|
||||
PREFIX="${PMODULES_ROOT}/Compiler/fluka4/${FLUKA4_VERSION}/gcc/${GCC_VERSION}"
|
||||
DISTFILES_DIR='/afs/psi.ch/software/Pmodules/distfiles'
|
||||
FLUKA_TAR="${DISTFILES_DIR}/fluka-4-${FLUKA4_VERSION}.x86-Linux-gfor${GCC_VERSION/.*}.tar.bz2"
|
||||
FLAIR_TAR="${DISTFILES_DIR}/flair-${FLAIR_VERSION}.tar.bz2"
|
||||
GEOVIEWER_TAR="${DISTFILES_DIR}/flair-geoviewer-${FLAIR_VERSION}.tar.bz2"
|
||||
GEOVIEWER_TAR="${DISTFILES_DIR}/flair-geoviewer-${FLAIR_VERSION}.tgz"
|
||||
|
||||
module load gcc/${GCC_VERSION} Python/${PYTHON_VERSION} TclTk/${TCLTK_VERSION}
|
||||
|
||||
@@ -31,6 +31,7 @@ cd src
|
||||
make
|
||||
|
||||
mkdir -p "${PREFIX}/flair" && cd "$_"
|
||||
tar --strip-components=1 -xvf "${FLAIR_TAR}"
|
||||
make
|
||||
|
||||
cd "${PREFIX}"
|
||||
|
||||
Reference in New Issue
Block a user