# HG changeset patch # User John W. Eaton # Date 1629487530 14400 # Node ID 97e41899e7cb8b1f454be3493ee2e0915a6a793f # Parent 819a898b1960bb041da2544b2a67b53f40b63134 remove trailing whitespace from master.cfg diff -r 819a898b1960 -r 97e41899e7cb master.cfg --- a/master.cfg Wed Feb 24 16:35:33 2021 +0100 +++ b/master.cfg Fri Aug 20 15:25:30 2021 -0400 @@ -441,13 +441,13 @@ return mk_octave_factory (nice, ["CC=gcc-6", "CXX=g++-6", "F77=gfortran-6"], compile_opts, branch) - + def mk_gcc_7_factory (nice, compile_opts, branch): return mk_octave_factory (nice, ["CC=gcc-7", "CXX=g++-7", "F77=gfortran-7"], compile_opts, branch) - + def mk_gcc_7_lto_factory (nice, compile_opts, branch): return mk_octave_factory (nice, @@ -458,7 +458,7 @@ "LDFLAGS=-flto=4", "NM=gcc-nm-7", "AR=gcc-ar-7", "RANLIB=gcc-ranlib-7"], compile_opts, branch) - + def mk_gcc_lto_factory (nice, compile_opts, branch): return mk_octave_factory (nice, @@ -468,7 +468,7 @@ "LDFLAGS=-flto=4", "NM=gcc-nm", "AR=gcc-ar", "RANLIB=gcc-ranlib"], compile_opts, branch) - + no_extras = ["--disable-docs", "--disable-fftw-threads", @@ -946,7 +946,7 @@ c['www']['auth'] = auth ## c['www']['authz'] = authz - + ## DB URL ## This specifies what database buildbot uses to store its state. You