summaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-02-26 00:08:20 -0800
committerGitHub <noreply@github.com>2020-02-26 00:08:20 -0800
commit50c31e61ab240ccd551a0aea732f8b9a88d7fb32 (patch)
tree30531d1f4813ed399209d198ca1eb75ac6f9dc30 /configure.sh
parentb28ff31b6713791f27b4860f439aaa3f63aab9d7 (diff)
Remove portfolio leftovers (#3821)
Commit 1c09572e0e2031519a103caa2a4af0d9bd34a9c5 removed the portfolio build but there were some leftovers. This commit removes them.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.sh b/configure.sh
index 611ac54ad..ae9b275aa 100755
--- a/configure.sh
+++ b/configure.sh
@@ -64,8 +64,6 @@ The following flags enable optional packages (disable with --no-<option name>).
--drat2er use drat2er (required for eager BV proofs)
--lfsc use the LFSC proof checker
--symfpu use SymFPU for floating point solver
- --portfolio build the multithreaded portfolio version of CVC4
- (pcvc4)
--readline support the readline library
Optional Path to Optional Packages:
@@ -131,7 +129,6 @@ glpk=default
lfsc=default
muzzle=default
optimized=default
-portfolio=default
proofs=default
replay=default
shared=default
@@ -248,9 +245,6 @@ do
--optimized) optimized=ON;;
--no-optimized) optimized=OFF;;
- --portfolio) portfolio=ON;;
- --no-portfolio) portfolio=OFF;;
-
--proofs) proofs=ON;;
--no-proofs) proofs=OFF;;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback