From 737f705c3a4d19e20e641fb622354fb8739f1d87 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Fri, 10 Mar 2017 09:44:15 +0100 Subject: [PATCH] CHecking CMake 3.4 on CentOS 7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0807529f..df086e055 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,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/2.8.12-goolf-1.4.10 + - module load CMake/3.4.3-goolf-1.7.20 - module load Python/2.7.5-goolf-1.4.10 - module load OpenBLAS/0.2.6-gompi-1.4.10-LAPACK-3.4.2 - module load Eigen/3.2.1-goolf-1.4.10 -- GitLab