]> https://gitweb.dealii.org/ - candi.git/commitdiff
candi: removed support for kdevelop
authorUwe Köcher <koecher@hsu-hamburg.de>
Mon, 2 Nov 2015 09:35:45 +0000 (10:35 +0100)
committerUwe Köcher <koecher@hsu-hamburg.de>
Mon, 2 Nov 2015 09:35:45 +0000 (10:35 +0100)
12 files changed:
gcc/packages/gcc.package [deleted file]
gcc/platforms/.single [deleted file]
gcc/platforms/supported/centos7.platform [deleted file]
gcc/platforms/supported/fedora20.platform [deleted file]
gcc/platforms/supported/rhel6.platform [deleted file]
gcc/platforms/supported/rhel7.platform [deleted file]
kdevelop/packages/kdevelop.package [deleted file]
kdevelop/packages/kdevplatform.package [deleted file]
kdevelop/platforms/supported/centos7.platform [deleted file]
kdevelop/platforms/supported/rhel7.platform [deleted file]
project-gcc.cfg [deleted file]
project-kdevelop.cfg [deleted file]

diff --git a/gcc/packages/gcc.package b/gcc/packages/gcc.package
deleted file mode 100644 (file)
index d107243..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-VERSION=${GCC}
-NAME=gcc-${VERSION}
-SOURCE=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/${NAME}/
-PACKING=.tar.bz2
-CHECKSUM=ignore
-BUILDCHAIN=autotools
-
-if [ ${GCC} = "5.2.0" ]; then
-    CHECKSUM=a51bcfeb3da7dd4c623e27207ed43467
-elif [ ${GCC} = "4.9.3" ]; then
-    CHECKSUM=6f831b4d251872736e8e9cc09746f327
-fi
-
-CONFOPTS="--disable-multilib"
-
-if [ "${LINUX_DEVEL_SUITE}" ]; then
-  CONFOPTS="${CONFOPTS} 
-    --with-gmp=${LINUX_DEVEL_SUITE}
-    --with-mpfr=${LINUX_DEVEL_SUITE}
-    --with-mpc=${LINUX_DEVEL_SUITE}"
-fi
-
-MODULEFILE_PATH=${INSTALL_PATH}/conf/modulefiles/compiler/gcc
-CONFIG_FILE=${MODULEFILE_PATH}/${VERSION}
-
-# **********************************************************************************
-package_specific_conf() {
-    # Generate modulefile
-    
-    mkdir -p ${MODULEFILE_PATH}
-    CONFIG_FILE=${MODULEFILE_PATH}/${NAME}
-    rm -f $CONFIG_FILE
-    echo "#%Module 1.0
-#
-# GNU/GCC ${VERSION} Compiler modulefile
-#
-
-proc ModulesHelp { } {
-   puts stderr "\tThis module adds GNU ${VERSION} Compiler."
-}
-conflict compiler
-  
-module-whatis   \"Sets up the GNU ${VERSION} Compiler environment.\"
-
-prepend-path            PATH           ${INSTALL_PATH}/bin
-prepend-path            MANPATH                ${INSTALL_PATH}/share/man
-prepend-path            INFOPATH       ${INSTALL_PATH}/share/info
-prepend-path            LD_LIBRARY_PATH ${INSTALL_PATH}/lib64
-prepend-path            LD_RUN_PATH     ${INSTALL_PATH}/lib64
-
-setenv                 LIBDIR          ${INSTALL_PATH}/lib64
-setenv                 LDFLAGS         \"-Wl,-rpath -Wl,${INSTALL_PATH}/lib64\"
-
-setenv                 CC              ${INSTALL_PATH}/bin/gcc
-setenv                 CXX             ${INSTALL_PATH}/bin/g++
-setenv                 FC              ${INSTALL_PATH}/bin/gfortran
-setenv                 FF              ${INSTALL_PATH}/bin/gfortran
-" >> $CONFIG_FILE
-    
-    echo
-    echo "${NAME} has now been installed in"
-    echo
-    cecho ${GOOD} "    ${INSTALL_PATH}"
-    echo
-    echo "To update your environment variables, use the created modulefile:"
-    echo
-    cecho ${GOOD} "    $CONFIG_FILE"
-    echo
-}
-
diff --git a/gcc/platforms/.single b/gcc/platforms/.single
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/gcc/platforms/supported/centos7.platform b/gcc/platforms/supported/centos7.platform
deleted file mode 100644 (file)
index fd6253f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# CentOS 7
-
-# This build script assumes that you have several packages already
-# installed via RHEL's yum using the following command:
-#
-# su -c 'yum install -y \
-# @development-tools gcc-c++ \
-# glibc glibc-devel glibc.i686 glibc-devel.i686 \
-# libmpc libmpc-devel mpfr mpfr-devel gmp gmp-devel \
-# gzip bzip2 '
-# 
-# *** OR *** install the project "linux-devel-suite" with
-# candi firstly.
-#
-##
-
-# Define the packages this platform needs
-PACKAGES=(
-once:gcc
-)
-
diff --git a/gcc/platforms/supported/fedora20.platform b/gcc/platforms/supported/fedora20.platform
deleted file mode 100644 (file)
index ed2eb24..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# fedora 20
-
-# This build script assumes that you have several packages already
-# installed via Fedora's yum using the following command:
-#
-# su -c 'yum install -y \
-# @development-tools gcc-c++ \
-# glibc glibc-devel glibc.i686 glibc-devel.i686 \
-# libmpc libmpc-devel mpfr mpfr-devel gmp gmp-devel \
-# gzip bzip2 '
-#
-##
-
-# Define the packages this platform needs
-PACKAGES=(
-once:gcc
-)
-
diff --git a/gcc/platforms/supported/rhel6.platform b/gcc/platforms/supported/rhel6.platform
deleted file mode 100644 (file)
index 149eb54..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# RHEL 6
-
-# This build script assumes that you have several packages already
-# installed via Fedora's yum using the following command:
-#
-# su -c 'yum install -y \
-# @development-tools gcc-c++ \
-# glibc glibc-devel glibc.i686 glibc-devel.i686 \
-# libmpc libmpc-devel mpfr mpfr-devel gmp gmp-devel \
-# gzip bzip2 '
-#
-##
-
-# Define the packages this platform needs
-PACKAGES=(
-once:gcc
-)
-
diff --git a/gcc/platforms/supported/rhel7.platform b/gcc/platforms/supported/rhel7.platform
deleted file mode 100644 (file)
index 40e3b27..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# RHEL 7
-
-# This build script assumes that you have several packages already
-# installed via RHEL's yum using the following command:
-#
-# su -c 'yum install -y \
-# @development-tools gcc-c++ \
-# glibc glibc-devel glibc.i686 glibc-devel.i686 \
-# libmpc libmpc-devel mpfr mpfr-devel gmp gmp-devel \
-# gzip bzip2 '
-# 
-# *** OR *** install the project "linux-devel-suite" with
-# candi firstly.
-#
-##
-
-# Define the packages this platform needs
-PACKAGES=(
-once:gcc
-)
-
diff --git a/kdevelop/packages/kdevelop.package b/kdevelop/packages/kdevelop.package
deleted file mode 100644 (file)
index 5b66d05..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-VERSION=${KDEVELOPVERSION}
-NAME=kdevelop-${VERSION}
-SOURCE=http://download.kde.org/stable/kdevelop/4.7.0/src/
-PACKING=.tar.xz
-BUILDCHAIN=cmake
-CHECKSUM=ignore
-if [ ${VERSION} = 4.7.0 ]; then
-    CHECKSUM=0912f881cb1219450aeb155494846bbd
-fi
-
-CONFOPTS="-D LIB_SUFFIX=64"
-
-MODULEFILE_PATH=${INSTALL_PATH}/conf/modulefiles/kdevelop
-CONFIG_FILE=${MODULEFILE_PATH}/${VERSION}
-
-# **********************************************************************************
-package_specific_conf() {
-    cd ${BUILDDIR}
-    export KDEDIRS=${INSTALL_PATH}:${KDEDIRS}
-    kbuildsycoca4
-
-    # Generate modulefile
-
-    mkdir -p ${MODULEFILE_PATH}
-    rm -f $CONFIG_FILE
-    echo "#%Module 1.0
-#
-# ${NAME}
-#
-conflict kdevelop
-
-prepend-path           PATH            ${INSTALL_PATH}/bin
-prepend-path           KDEDIRS         ${INSTALL_PATH}
-" >> $CONFIG_FILE
-
-    echo
-    echo "${NAME} has now been installed in"
-    echo
-    cecho ${GOOD} "    ${INSTALL_PATH}"
-    echo
-    echo "To update your environment variables, use the created modulefile:"
-    echo
-    cecho ${GOOD} "    $CONFIG_FILE"
-    echo
-}
-
diff --git a/kdevelop/packages/kdevplatform.package b/kdevelop/packages/kdevplatform.package
deleted file mode 100644 (file)
index 8a91528..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-VERSION=${KDEVPLATFORMVERSION}
-NAME=kdevplatform-${VERSION}
-SOURCE=http://download.kde.org/stable/kdevelop/4.7.0/src/
-PACKING=.tar.xz
-BUILDCHAIN=cmake
-CHECKSUM=ignore
-if [ ${VERSION} = 1.7.0 ]; then
-    CHECKSUM=72375e077f97b44056c76c7f85ce49ad
-fi
-
-CONFOPTS="-D LIB_SUFFIX=64"
diff --git a/kdevelop/platforms/supported/centos7.platform b/kdevelop/platforms/supported/centos7.platform
deleted file mode 100644 (file)
index bdd282a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# CentOS 7
-
-# This build script assumes that you have several packages already
-# installed via CentOS's yum using the following commands:
-#
-# su -c 'yum groupinstall -y "Development Tools"'
-# 
-# su -c 'yum install -y cmake gcc-c++ boost boost-devel \
-# kdelibs kdelibs-devel kdebase-workspace-devel kate \
-# grantlee grantlee-devel qjson qjson-devel \
-# qtwebkit qtwebkit-devel kdesdk-okteta kdesdk-okteta-devel'
-# 
-# Set the compiler
-#   export CC=/usr/bin/gcc
-#   export CXX=/usr/bin/g++
-#   export FC=/usr/bin/gfortran
-#   export FF=/usr/bin/gfortran
-##
-
-#
-# Define the packages this platform needs
-PACKAGES=(
-once:kdevplatform
-once:kdevelop
-)
-
diff --git a/kdevelop/platforms/supported/rhel7.platform b/kdevelop/platforms/supported/rhel7.platform
deleted file mode 100644 (file)
index e07d007..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# RHEL 7
-
-# This build script assumes that you have several packages already
-# installed via CentOS's yum using the following commands:
-#
-# su -c 'yum groupinstall -y "Development Tools"'
-# 
-# su -c 'yum install -y cmake gcc-c++ boost boost-devel \
-# kdelibs kdelibs-devel kdebase-workspace-devel kate \
-# grantlee grantlee-devel qjson qjson-devel \
-# qtwebkit qtwebkit-devel kdesdk-okteta kdesdk-okteta-devel'
-# 
-# Set the compiler
-#   export CC=/usr/bin/gcc
-#   export CXX=/usr/bin/g++
-#   export FC=/usr/bin/gfortran
-#   export FF=/usr/bin/gfortran
-##
-
-#
-# Define the packages this platform needs
-PACKAGES=(
-once:kdevplatform
-once:kdevelop
-)
-
diff --git a/project-gcc.cfg b/project-gcc.cfg
deleted file mode 100644 (file)
index f2f34ad..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Global configuration variables go here. You will want to tweak this
-# file to suit your needs. If you want to keep local changes that are
-# not overwritten by repository updates, those can be written
-# to local.cfg instead (entries there will override those in this file).
-
-# Meta-project to build
-PROJECT=gcc
-#VERSION=4.8.3
-#VERSION=4.9.3
-VERSION=5.2.0
-
-# Do you have the candi/linux-devel-suite installed?
-#LINUX_DEVEL_SUITE=~/apps/candi/linux-devel-suite
-
-# How many processes would you like to build using?
-PROCS=1
-
-PREFIX_PATH=~/apps/candi
-
-# 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}/unpack
-
-# Where do you want the build files to go?
-BUILD_PATH=${PREFIX_PATH}/compiler-${PROJECT}-${VERSION}-build
-
-# Where do you want the compiled software installed?
-INSTALL_PATH=${PREFIX_PATH}/compiler/${PROJECT}/${VERSION}
-
-GCC=${VERSION}
-
diff --git a/project-kdevelop.cfg b/project-kdevelop.cfg
deleted file mode 100644 (file)
index af00fe2..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Global configuration variables go here. You will want to tweak this
-# file to suit your needs. If you want to keep local changes that are
-# not overwritten by repository updates, those can be written
-# to local.cfg instead (entries there will override those in this file).
-
-# Meta-project to build
-PROJECT=kdevelop
-KDEVELOPVERSION=4.7.0
-KDEVPLATFORMVERSION=1.7.0
-
-# How many processes would you like to build using?
-PROCS=1
-
-PREFIX_PATH=~/apps/candi
-
-# Where do you want the compiled software installed?
-INSTALL_PATH=${PREFIX_PATH}/${PROJECT}/${KDEVELOPVERSION}
-
-# 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}/unpack
-
-# Where do you want the build files to go?
-BUILD_PATH=${PREFIX_PATH}/${PROJECT}/${KDEVELOPVERSION}-build
-

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.