From eb3e48702c391e3c422ac2ee48f08209f451dad9 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Wed, 23 Jan 2019 15:37:15 +0100 Subject: [PATCH] Change gcov to run on bs-mic Final change needed to decommission bs-mac. Change-Id: Iaf0011906fae672b83af1d3631f8d698a0d9f52d --- admin/builds/coverage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/builds/coverage.py b/admin/builds/coverage.py index 4ca7f93572..9c3b29dc7a 100644 --- a/admin/builds/coverage.py +++ b/admin/builds/coverage.py @@ -1,7 +1,7 @@ # # This file is part of the GROMACS molecular simulation package. # -# Copyright (c) 2015,2016,2017, by the GROMACS development team, led by +# Copyright (c) 2015,2016,2017,2019, by the GROMACS development team, led by # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, # and including many others, as listed in the AUTHORS file in the # top-level source directory and at http://www.gromacs.org. @@ -34,7 +34,7 @@ import os.path -build_options = ['gcc-6', 'gcov-6'] +build_options = ['gcc-7', 'gcov-7'] extra_projects = [Project.REGRESSIONTESTS] def do_build(context): -- 2.11.4.GIT