From ec324f712f64fdf047af9d4f88b7ce71f570298f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 20 Oct 2015 17:04:40 +0200 Subject: [PATCH] Disable x86_64_Linux-x.y_IntelCompiler-15.0_CentOS-7.x --- .../cgal.geometryfactory.com/.autocgal_with_cmake_rc | 2 +- Maintenance/infrastructure/cgal.geometryfactory.com/.autocgalrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgal_with_cmake_rc b/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgal_with_cmake_rc index e8eb8d2a688..0406eea5ccc 100644 --- a/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgal_with_cmake_rc +++ b/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgal_with_cmake_rc @@ -16,7 +16,7 @@ COMPILERS_localhost="$COMPILERS_localhost i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O3 #COMPILERS_localhost="$COMPILERS_localhost i686_Linux-2.6_g++-4.3.3_CentOS-5.1-O2-NO-DEPRECATED" #COMPILERS_localhost="$COMPILERS_localhost i686_Linux-2.6_g++-4.3.3_CentOS-5.1-O3" # Ignored: i686_Linux-2.6_g++-4.1.2_CentOS-5.1-NOGMP -COMPILERS_localhost="$COMPILERS_localhost x86_64_Linux-x.y_IntelCompiler-15.0_CentOS-7.x" +#COMPILERS_localhost="$COMPILERS_localhost x86_64_Linux-x.y_IntelCompiler-15.0_CentOS-7.x" # ignore COMPILERS_localhost and use all ref platformes: USE_REFERENCE_PLATFORMS=yes diff --git a/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgalrc b/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgalrc index 6899322eb79..34bbd7db808 100644 --- a/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgalrc +++ b/Maintenance/infrastructure/cgal.geometryfactory.com/.autocgalrc @@ -1,6 +1,6 @@ # -*- mode: shell-script -*- BUILD_HOSTS="localhost" -PROCESSORS_localhost=9 +PROCESSORS_localhost=4 #PROCESSORS_localhost=2 #COMPILERS_localhost="i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O3 i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O2 i686_Linux-2.6_g++-4.1.2_CentOS-5.1 i686_Linux-2.6_g++-4.3.2_CentOS-5.1-O3 i686_Linux-2.6_g++-4.3.2_CentOS-5.1" COMPILERS_localhost="i686_Linux-2.6_g++-4.3.2_CentOS-5.1"