export ARPACK_DIR=${INSTALL_PATH}
" >> $CONFIG_FILE
}
-
fi
################################################################################
-
package_specific_install() {
if [ ${RUN_DEAL_II_TESTS} = ON ]; then
make test 2>&1 | tee candi_test.log
fi
}
-
-
package_specific_conf() {
############################################################################
# Generate modulefile
# CHECKSUM=762c10f159dab4b042e3140b1c348427
NAME=gmsh-${VERSION}-source
- SOURCE=http://gmsh.info/src/
- EXTRACTSTO=gmsh-${VERSION}-source
PACKING=.tgz
+ EXTRACTSTO=gmsh-${VERSION}-source
+ SOURCE=http://gmsh.info/src/
else
VERSION=gmsh_4_8_4
NAME=gmsh.git
- SOURCE=https://gitlab.onelab.info/gmsh/
- EXTRACTSTO=${VERSION}
PACKING=git
+ EXTRACTSTO=${VERSION}
+ SOURCE=https://gitlab.onelab.info/gmsh/
fi
unset CANDI_GMSH_LOAD_TARBALL
PACKING=.tar.gz
else
# download git repository (huge download)
- # if possible, try to download a release tarball (see above)
# checkout specific release version
- # VERSION=OCE-0.18.3
- # VERSION=OCE-0.18.2
-
- # or checkout current development version (master)
VERSION=master
+ #VERSION=OCE-0.18.3
+ #VERSION=OCE-0.18.2
# set up git repository
NAME=oce.git
- SOURCE=https://github.com/tpaviot/
- EXTRACTSTO=OCE-${VERSION}
PACKING=git
+ EXTRACTSTO=OCE-${VERSION}
+ SOURCE=https://github.com/tpaviot/
fi
unset CANDI_OPENCASCADE_LOAD_TARBALL
CHECKSUM="${CHECKSUM} 6943949a6678589ebf1686ee7bad7ea1"
NAME=p4est-${VERSION}
+PACKING=.tar.gz
EXTRACTSTO=p4est-${VERSION}
SOURCE=https://p4est.github.io/release/
-PACKING=.tar.gz
+
BUILDCHAIN=custom
INSTALL_PATH=${INSTALL_PATH}/${NAME}
CHECKSUM=0a99bbb5f6c26a9c1d7ab17ea35d4e6f
NAME=superlu_dist_${VERSION}
+PACKING=.tar.gz
EXTRACTSTO=SuperLU_DIST_${VERSION}
SOURCE=http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
-PACKING=.tar.gz
BUILDCHAIN=cmake
fi
# Set intel MKL options
-if [ "${MKL}" = "ON" ]; then
+if [ ${MKL} = ON ]; then
cecho ${INFO} "trilinos: configuration with MKL"
if [ -z "${BLAS_DIR}" ] && [ -z "${LAPACK_DIR}" ]; then
+++ /dev/null
-# Fedora 22
-
-# This build script assumes that you have several packages already
-# installed via Fedora's dnf using the following command:
-#
-# $ sudo dnf install \
-# @development-tools gcc-c++ cmake openmpi openmpi-devel splint \
-# patch libtool lua lua-devel \
-# blas blas-devel lapack lapack-devel \
-# doxygen graphviz graphviz-devel qt-devel \
-# metis metis-devel
-#
-# Please load the 'openmpi' compiler with
-# $ module load mpi/openmpi-x86_64
-# and then set the compiler enviroment variables to
-# $ export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77
-# before you continue!
-##
-
-#
-# Define the additional packages for this platform.
-#PACKAGES="once:cmake ${PACKAGES}"
+++ /dev/null
-# Fedora 23
-
-# This build script assumes that you have several packages already
-# installed via Fedora's dnf using the following command:
-#
-# $ sudo dnf install \
-# @development-tools gcc-c++ cmake openmpi openmpi-devel splint \
-# patch libtool lua lua-devel \
-# blas blas-devel lapack lapack-devel \
-# doxygen graphviz graphviz-devel qt-devel \
-# metis metis-devel
-#
-# Please load the 'openmpi' compiler with
-# $ module load mpi/openmpi-x86_64
-# and then set the compiler enviroment variables to
-# $ export CC=mpicc; export CXX=mpicxx; export FC=mpif90; export FF=mpif77
-# before you continue!
-##
-
-#
-# Define the additional packages for this platform.
-#PACKAGES="once:cmake ${PACKAGES}"