summaryrefslogtreecommitdiff
path: root/README.smtcomp2010
blob: 970df3ad5dbb32fb6ff3301513f4031330e7d2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash -ex
#
# This is the version submitted to SMT-COMP 2010.
#
# It was checked out, clean, then compiled with this
# script on goedel.cims.nyu.edu.  stdout/stderr were
# redirected to compilation-log, subsequently checked
# in.
#
./autogen.sh
./configure competition
make
strip builds/bin/cvc4
# non-LRA tests may fail because thy reg is off
make -k check || true
mkdir cvc4-1.0a0-smtcomp2010
cp smtcomp2010-runscript cvc4-1.0a0-smtcomp2010/run
chmod 755 cvc4-1.0a0-smtcomp2010/run
cp builds/bin/cvc4 cvc4-1.0a0-smtcomp2010/cvc4
tar cfzv cvc4-1.0a0-smtcomp2010.tgz cvc4-1.0a0-smtcomp2010
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback