+++ /dev/null
-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
-}
-
+++ /dev/null
-# 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
-)
-
+++ /dev/null
-# 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
-)
-
+++ /dev/null
-# 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
-)
-
+++ /dev/null
-# 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
-)
-
+++ /dev/null
-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
-}
-
+++ /dev/null
-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"
+++ /dev/null
-# 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
-)
-
+++ /dev/null
-# 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
-)
-
+++ /dev/null
-# 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}
-
+++ /dev/null
-# 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
-