aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-10-24 18:50:09 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-10-24 18:50:09 +0000
commitcc331ad7eb27d31c597cf1857a2f5fe4ced0f01d (patch)
tree6ba2153855edf0fcd0cc9192300be853afb10b94 /gnu/packages/xorg.scm
parent084bdf9d694e924aa82673cc2aeeb3f9d78199c5 (diff)
downloadguix-cc331ad7eb27d31c597cf1857a2f5fe4ced0f01d.tar.gz
guix-cc331ad7eb27d31c597cf1857a2f5fe4ced0f01d.zip
gnu: flexbar: Use TBB 2020.
* gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with tbb-2020.
Diffstat (limited to 'gnu/packages/xorg.scm')
0 files changed, 0 insertions, 0 deletions
he --color-tests argument to true when it's not explicitly provided. Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer 2017-03-22build: 'test-driver.scm' prints Scheme values with 'write'....Previously it would print them with 'display', which was inconvenient. * build-aux/test-driver.scm (test-display): Use ~S for VALUE. (test-runner-gnu): Use 'format' instead of 'test-display' for the test name, location, and result kind. Ludovic Courtès