From 42923b13ad71e70c52f58b4428ff412fa0c10a7f Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Tue, 14 Mar 2017 14:54:58 +0100 Subject: [PATCH] Using Cmake 2.8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a44c63392..2a146bcce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,7 +90,7 @@ test:centos7.3: - ln -s /export/soft/modules/centos7/generic/all /scicore/soft/modules - source /export/soft/lua_lmod/centos7/lmod/lmod/init/bash - module use /scicore/soft/modules/all - - module load CMake/3.4.3-goolf-1.7.20 + - module load CMake/2.8.12-goolf-1.7.20 - module load Python/2.7.11-goolf-1.7.20 - module load OpenBLAS/0.2.13-GCC-4.8.4-LAPACK-3.5.0 - module load Eigen/3.2.8-goolf-1.7.20 -- GitLab