]> Git Repo - VerusCoin.git/blob - depends/packages/libsnark.mk
Auto merge of #1673 - str4d:fix-libsnark-indeterminism, r=str4d
[VerusCoin.git] / depends / packages / libsnark.mk
1 package=libsnark
2 $(package)_version=0.1
3 $(package)_download_path=https://github.com/zcash/$(package)/archive/
4 $(package)_file_name=$(package)-$($(package)_git_commit).tar.gz
5 $(package)_download_file=$($(package)_git_commit).tar.gz
6 $(package)_sha256_hash=9422b1a2a94e6b8be61f07af7f146087c2a7d70b208d07ad076622225aa7f0e4
7 $(package)_git_commit=2e6314a9f7efcd9af1c77669d7d9a229df86a777
8
9 $(package)_dependencies=libgmp libsodium
10
11 define $(package)_build_cmds
12   CXXFLAGS="-fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1" $(MAKE) lib DEPINST=$(host_prefix) CURVE=ALT_BN128 MULTICORE=1 NO_PROCPS=1 NO_GTEST=1 NO_DOCS=1 STATIC=1 NO_SUPERCOP=1 FEATUREFLAGS=-DMONTGOMERY_OUTPUT OPTFLAGS="-O2 -march=x86-64"
13 endef
14
15 define $(package)_stage_cmds
16   $(MAKE) install STATIC=1 DEPINST=$(host_prefix) PREFIX=$($(package)_staging_dir)$(host_prefix) CURVE=ALT_BN128 NO_SUPERCOP=1
17 endef
This page took 0.023793 seconds and 4 git commands to generate.