mirror of https://github.com/CGAL/cgal
Remove Intel Compiler 12 (does not support Fedora 17)
This commit is contained in:
parent
7a54779d4c
commit
0e9aded917
|
|
@ -14,7 +14,7 @@ CGAL_ROOT=/no-raid$HOME/CGAL
|
|||
LOGS_DIR="${CGAL_ROOT}/AUTOTEST_LOGS"
|
||||
LOCK_FILE="${CGAL_ROOT}/autotest_cgal_with_cmake.lock"
|
||||
|
||||
COMPILERS_localhost="x86-64_Linux-Fedora17_g++-4.7 x86-64_Linux-Fedora17_g++-4.7_ansi x86-64_Linux-Fedora17_g++-4.7_m32 x86-64_Linux-Fedora17_g++-4.7_MATCHING-BUG-6 x86-64_Linux-Fedora17_g++-4.7_Release x86-64_Linux-Fedora17_g++-4.7_Release-LEDA x86-64_Linux-Fedora17_g++-4.5-branch_Release x86-64_Linux-Fedora17_IntelCompiler-12.0-with-g++-4.7 x86-64_Linux-Fedora17_IntelCompiler-12.0-with-g++-4.7_strict-ansi x86-64_Linux-Fedora17_g++-4.8_CXX0X x86-64_Linux-Fedora17_llvm-clang-with-g++-4.7 x86-64_Linux-Fedora17_g++-4.7_CXXDEBUG x86-64_Linux-Fedora17_IntelCompiler-13.1-with-g++-4.7-STL"
|
||||
COMPILERS_localhost="x86-64_Linux-Fedora17_g++-4.7 x86-64_Linux-Fedora17_g++-4.7_ansi x86-64_Linux-Fedora17_g++-4.7_m32 x86-64_Linux-Fedora17_g++-4.7_MATCHING-BUG-6 x86-64_Linux-Fedora17_g++-4.7_Release x86-64_Linux-Fedora17_g++-4.7_Release-LEDA x86-64_Linux-Fedora17_g++-4.5-branch_Release x86-64_Linux-Fedora17_g++-4.8_CXX0X x86-64_Linux-Fedora17_llvm-clang-with-g++-4.7 x86-64_Linux-Fedora17_g++-4.7_CXXDEBUG x86-64_Linux-Fedora17_IntelCompiler-13.1-with-g++-4.7-STL"
|
||||
BUILD_ON_localhost=all
|
||||
|
||||
REFERENCE_PLATFORMS_DIR=$HOME/infrastructure/reference-platforms
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,14 +0,0 @@
|
|||
source /opt/intel/composerxe-2011.4.191/bin/compilervars.sh intel64
|
||||
CXX=icpc
|
||||
CC=icc
|
||||
CXXFLAGS="-D__SIZEOF_LONG__=8 -D__SIZEOF_LONG_LONG__=8"
|
||||
export CXX CC CXXFLAGS
|
||||
export QTDIR=/usr/lib64/qt-3.3
|
||||
source /home/lrineau/infrastructure/reference-platforms/setup-common
|
||||
|
||||
BOOST_INCLUDEDIR=/home/lrineau/CGAL/boost/boost-release-branch
|
||||
BOOST_LIBRARYDIR=/home/lrineau/CGAL/boost/boost-release-branch/stage-intel/lib
|
||||
export BOOST_INCLUDEDIR BOOST_LIBRARYDIR
|
||||
|
||||
CXXFLAGS="-I$BOOST_INCLUDEDIR/include $CXXFLAGS"
|
||||
export CXXFLAGS
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,14 +0,0 @@
|
|||
source /opt/intel/composerxe-2011.4.191/bin/compilervars.sh intel64
|
||||
CXX=icpc
|
||||
CC=icc
|
||||
CXXFLAGS="-D__SIZEOF_LONG__=8 -D__SIZEOF_LONG_LONG__=8 -strict-ansi"
|
||||
export CXX CC CXXFLAGS
|
||||
export QTDIR=/usr/lib64/qt-3.3
|
||||
source /home/lrineau/infrastructure/reference-platforms/setup-common
|
||||
|
||||
BOOST_INCLUDEDIR=/home/lrineau/CGAL/boost/boost-release-branch
|
||||
BOOST_LIBRARYDIR=/home/lrineau/CGAL/boost/boost-release-branch/stage-intel/lib
|
||||
export BOOST_INCLUDEDIR BOOST_LIBRARYDIR
|
||||
|
||||
CXXFLAGS="-I$BOOST_INCLUDEDIR/include $CXXFLAGS"
|
||||
export CXXFLAGS
|
||||
Loading…
Reference in New Issue