From: Timo Heister Date: Fri, 22 Apr 2016 12:47:22 +0000 (+0100) Subject: replace candi.cfg link, remove project-switch script X-Git-Tag: v0.8.5~40^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7fc0416aba07321edd32dd8259daa53f303cac;p=candi.git replace candi.cfg link, remove project-switch script --- diff --git a/candi.cfg b/candi.cfg deleted file mode 120000 index 3438075..0000000 --- a/candi.cfg +++ /dev/null @@ -1 +0,0 @@ -project-deal.II-toolchain.cfg \ No newline at end of file diff --git a/candi.cfg b/candi.cfg new file mode 100644 index 0000000..1d90dd5 --- /dev/null +++ b/candi.cfg @@ -0,0 +1,81 @@ +# Global configuration. + +# Meta-project to build +PROJECT=deal.II-toolchain +CLEAN_BUILD=false + +######################################################################### + +# Where do you want the downloaded source files to go? +#DOWNLOAD_PATH=${PREFIX_PATH}/src + +# Where do you want to unpack source files to go? +#UNPACK_PATH=${PREFIX_PATH}/${PROJECT}-unpack + +# Where do you want the build files to go? +#BUILD_PATH=${PREFIX_PATH}/${PROJECT}-build + +# Where do you want the compiled software installed? +INSTALL_PATH=${PREFIX_PATH}/${PROJECT} + +# Where do you want the configuration files placed? +#CONFIGURATION_PATH=${INSTALL_PATH}/configuration + +######################################################################### +# Set up mirror server url(s), to speed up downloads, e.g. +# MIRROR="${MIRROR} http://server1.org/package_mirror_dir/" +# MIRROR="${MIRROR} ftp://server2.org/package_mirror_dir/" +MIRROR="https://www.ces.clemson.edu/dealii/mirror/" + +######################################################################### +#Choose configuration and components of deal.II +DEAL_CONFOPTS=" \ +-D DEAL_II_COMPONENT_PARAMETER_GUI=OFF \ +" + +PACKAGES="load:dealii-prepare" +#PACKAGES="${PACKAGES} once:opencascade" +PACKAGES="${PACKAGES} once:parmetis once:superlu_dist" +PACKAGES="${PACKAGES} once:hdf5" +PACKAGES="${PACKAGES} once:p4est" +PACKAGES="${PACKAGES} once:trilinos" +PACKAGES="${PACKAGES} once:petsc once:slepc" +PACKAGES="${PACKAGES} dealii" + +######################################################################### + +# Install the following deal.II version: +DEAL_II_VERSION=v8.4.0 + +# Would you like to build stable version of deal.II? +# If STABLE_BUILD=false, then the development version of deal.II will be +# installed. +STABLE_BUILD=true +#STABLE_BUILD=false + +if [ ${STABLE_BUILD} = "false" ]; then + DEAL_II_VERSION=master +fi + +######################################################################### + +# If you want to use Trilinos, decide if you want v12.x.x (AUTO) or v11.x.x +TRILINOS_MAJOR_VERSION=AUTO +#TRILINOS_MAJOR_VERSION=12 +#TRILINOS_MAJOR_VERSION=11 + +######################################################################### + +# Do you want to use MKL? +MKL=OFF +# MKL_DIR= +# BLAS_DIR= +# LAPACK_DIR= + +######################################################################### + +# If you want to change the source code of one or multiple packages +# switch on the developer mode to avoid a package fetch and unpack. +# Note: a previous run of candi with the same settings must be done without +# this mode! +DEVELOPER_MODE=OFF diff --git a/project-deal.II-toolchain.cfg b/project-deal.II-toolchain.cfg deleted file mode 100644 index 1d90dd5..0000000 --- a/project-deal.II-toolchain.cfg +++ /dev/null @@ -1,81 +0,0 @@ -# Global configuration. - -# Meta-project to build -PROJECT=deal.II-toolchain -CLEAN_BUILD=false - -######################################################################### - -# Where do you want the downloaded source files to go? -#DOWNLOAD_PATH=${PREFIX_PATH}/src - -# Where do you want to unpack source files to go? -#UNPACK_PATH=${PREFIX_PATH}/${PROJECT}-unpack - -# Where do you want the build files to go? -#BUILD_PATH=${PREFIX_PATH}/${PROJECT}-build - -# Where do you want the compiled software installed? -INSTALL_PATH=${PREFIX_PATH}/${PROJECT} - -# Where do you want the configuration files placed? -#CONFIGURATION_PATH=${INSTALL_PATH}/configuration - -######################################################################### -# Set up mirror server url(s), to speed up downloads, e.g. -# MIRROR="${MIRROR} http://server1.org/package_mirror_dir/" -# MIRROR="${MIRROR} ftp://server2.org/package_mirror_dir/" -MIRROR="https://www.ces.clemson.edu/dealii/mirror/" - -######################################################################### -#Choose configuration and components of deal.II -DEAL_CONFOPTS=" \ --D DEAL_II_COMPONENT_PARAMETER_GUI=OFF \ -" - -PACKAGES="load:dealii-prepare" -#PACKAGES="${PACKAGES} once:opencascade" -PACKAGES="${PACKAGES} once:parmetis once:superlu_dist" -PACKAGES="${PACKAGES} once:hdf5" -PACKAGES="${PACKAGES} once:p4est" -PACKAGES="${PACKAGES} once:trilinos" -PACKAGES="${PACKAGES} once:petsc once:slepc" -PACKAGES="${PACKAGES} dealii" - -######################################################################### - -# Install the following deal.II version: -DEAL_II_VERSION=v8.4.0 - -# Would you like to build stable version of deal.II? -# If STABLE_BUILD=false, then the development version of deal.II will be -# installed. -STABLE_BUILD=true -#STABLE_BUILD=false - -if [ ${STABLE_BUILD} = "false" ]; then - DEAL_II_VERSION=master -fi - -######################################################################### - -# If you want to use Trilinos, decide if you want v12.x.x (AUTO) or v11.x.x -TRILINOS_MAJOR_VERSION=AUTO -#TRILINOS_MAJOR_VERSION=12 -#TRILINOS_MAJOR_VERSION=11 - -######################################################################### - -# Do you want to use MKL? -MKL=OFF -# MKL_DIR= -# BLAS_DIR= -# LAPACK_DIR= - -######################################################################### - -# If you want to change the source code of one or multiple packages -# switch on the developer mode to avoid a package fetch and unpack. -# Note: a previous run of candi with the same settings must be done without -# this mode! -DEVELOPER_MODE=OFF diff --git a/switch-project-to b/switch-project-to deleted file mode 100755 index ea3034a..0000000 --- a/switch-project-to +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -project="$1" -rm -f ./candi.cfg -ln -s ./project-${project}.cfg candi.cfg -