]> https://gitweb.dealii.org/ - candi.git/commitdiff
replace candi.cfg link, remove project-switch script
authorTimo Heister <timo.heister@gmail.com>
Fri, 22 Apr 2016 12:47:22 +0000 (13:47 +0100)
committerTimo Heister <timo.heister@gmail.com>
Fri, 22 Apr 2016 12:47:22 +0000 (13:47 +0100)
candi.cfg [changed from symlink to file mode: 0644]
project-deal.II-toolchain.cfg [deleted file]
switch-project-to [deleted file]

deleted file mode 120000 (symlink)
index 3438075d4ac3cb09f773746a6df759601d8fb2cf..0000000000000000000000000000000000000000
--- a/candi.cfg
+++ /dev/null
@@ -1 +0,0 @@
-project-deal.II-toolchain.cfg
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..1d90dd5717ad8f3adbcebe110d378ff32e772cb0
--- /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 (file)
index 1d90dd5..0000000
+++ /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 (executable)
index ea3034a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-project="$1"
-rm -f ./candi.cfg
-ln -s ./project-${project}.cfg candi.cfg
-

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.