Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename file maxmin to System
[simgrid.git] / tools / jenkins / build.sh
index 8abe068c625c78d8ebd7be24ac3bdcc0ab354603..2f23a21a79b1db8686ec7f855f33bd1335bb18b6 100755 (executable)
@@ -204,10 +204,6 @@ if [ "$os" = "CentOS" ]; then
     else
         MAY_DISABLE_LTO=
     fi
-    if [ "$(rpm -q eigen3-devel --qf '%{VERSION}')" = "3.3.4" ]; then
-        echo "Temporary avoid build error seen with eigen3 version 3.3.4"
-        export CXXFLAGS=-Wno-error=int-in-bool-context
-    fi
 fi
 
 cmake -G"$GENERATOR" ${INSTALL:+-DCMAKE_INSTALL_PREFIX=$INSTALL} \