summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-09-02 11:30:57 -0700
committerGitHub <noreply@github.com>2020-09-02 11:30:57 -0700
commita692d44ed5ba0107113df54d2654417bc9f9c345 (patch)
tree6b26f74a13a9892855f700a1a3cae9b3d6c3b380 /NEWS
parent0ee1b1371e7cf50c14883316fdd6374114799a99 (diff)
Use SMT-COMP configuration for competition build (#4995)
This commit changes our `competition` build to include the libraries that we have used for SMT-COMP by default. This makes it easier for users to reproduce our SMT-COMP configuration for performance measurements. We are using GPL libraries for this build type, so the commit adds color to highlight the fact that this build type produces a GPL build.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f74fe2631..d3e519c9b 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ Changes:
BSD-licensed Editline. Compiling with `--best` now enables Editline, instead
of Readline. Without selecting optional GPL components, Editline-enabled CVC4
builds will be BSD licensed.
+* The `competition` build type includes the dependencies used for SMT-COMP by
+ default. Note that this makes this build type produce GPL-licensed binaries.
Changes since 1.7
=================
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback