mirror of
https://github.com/GaloisInc/what4.git
synced 2024-11-29 13:55:51 +03:00
213b23099c
Update all `what4`-related packages to to concrete computation using the `bv-sized` library for fixed (but arbitrary) sized bitvector values. Currently, the bitvector abstract domain computations are still being done directly on raw integers; we can revisit this in the future. Co-authored-by: Ben Selfridge <benselfridge@000279.local> Co-authored-by: Rob Dockins <rdockins@galois.com>
16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
-- note: since new-build does not yet support adding custom
|
|
-- (non-alex/happy/etc) build tools to the path, you will have to do
|
|
-- something like this before building:
|
|
--
|
|
-- export PATH=$PWD/dist-newstyle/build/x86_64-linux/ghc-7.10.3/hpb-0.1.1/c/hpb/build/hpb:$PATH
|
|
|
|
packages:
|
|
what4/
|
|
what4-abc/
|
|
what4-blt/
|
|
|
|
optional-packages:
|
|
dependencies/abcBridge/
|
|
dependencies/aig/
|
|
dependencies/blt/
|