mirror of https://github.com/crytic/echidna
parent
558dc71b1f
commit
3f7308c7d6
@ -0,0 +1,16 @@ |
||||
#!/bin/sh |
||||
|
||||
set -eux |
||||
|
||||
gitRef="1086fda4c1975d0cad8d3cad96794a64ec12dca4" |
||||
curl -LO "https://github.com/bitcoin-core/secp256k1/archive/$gitRef.zip" |
||||
|
||||
unzip "$gitRef.zip" |
||||
cd "secp256k1-$gitRef" |
||||
|
||||
./autogen.sh |
||||
# hevm needs reecovery module |
||||
# enable pic so static library can link against dynamic correctly |
||||
./configure --enable-module-recovery --with-pic |
||||
|
||||
sudo make install |
@ -1,25 +1,19 @@ |
||||
resolver: lts-8.15 |
||||
resolver: lts-12.18 |
||||
|
||||
packages: |
||||
- '.' |
||||
|
||||
extra-deps: |
||||
- git: https://github.com/dapphub/hevm.git |
||||
commit: 40b4ce9d38ed711ffd6065e697807100b3f0a3c3 |
||||
- brick-0.18 |
||||
- config-ini-0.2.1.1 |
||||
- data-clist-0.1.2.0 |
||||
- ghci-pretty-0.0.2 |
||||
- hedgehog-0.6 |
||||
- hevm-0.21 |
||||
- HSH-2.1.3 |
||||
- ipprint-0.6 |
||||
- megaparsec-6.4.0 |
||||
- optparse-applicative-0.13.2.0 |
||||
- parser-combinators-0.4.0 |
||||
- restless-git-0.5.0 |
||||
- multiset-0.3.4.1 |
||||
- readline-1.0.3.0 |
||||
- restless-git-0.7 |
||||
- rosezipper-0.2 |
||||
- s-cargot-0.1.4.0 |
||||
- sr-extra-1.46.3.2 |
||||
- temporary-1.2.1.1 |
||||
- text-format-0.3.2 |
||||
- tree-view-0.5 |
||||
- vty-5.16 |
||||
- word-wrap-0.4.1 |
||||
- Unixutils-1.54.1 |
||||
|
Loading…
Reference in new issue