mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-09 15:15:47 +00:00
Added install script for building in arm64 in osx arkworks bls dep
This commit is contained in:
parent
5dd7b2730a
commit
c18e2de29d
8
install-arkworksbls-arch64-osx.sh
Executable file
8
install-arkworksbls-arch64-osx.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
pip install maturin
|
||||||
|
git clone git@github.com:crate-crypto/py-arkworks-bls12381.git
|
||||||
|
cd py-arkworks-bls12381
|
||||||
|
maturin develop
|
||||||
|
cd ..
|
||||||
|
rm -rf py-arkworks-bls12381
|
Loading…
x
Reference in New Issue
Block a user