Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Update libff to fix the Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Apr 21, 2017
1 parent ca82e42 commit 356b9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/ProjectSnark.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ include(ProjectMPIR)

ExternalProject_Add(snark
PREFIX ${CMAKE_SOURCE_DIR}/deps
DOWNLOAD_NAME libff-a1021d20.tar.gz
DOWNLOAD_NAME libff-97d3fa6c.tar.gz
DOWNLOAD_NO_PROGRESS TRUE
URL https://github.com/chfast/libff/archive/a1021d2066d1b73fe701fdb60b2e521134b126bf.tar.gz
URL_HASH SHA256=f71052cd97e55898853f44434dbf3a804d3b66afd950a81093a277bcc9e002f6
URL https://github.com/chfast/libff/archive/97d3fa6cdbd4b7549c7a8a179dc97308dbfd044d.tar.gz
URL_HASH SHA256=f102f3ee43c96c9a81c20d8c0446c805c6b8c0e3121518b3625f08e2c230096e
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DGMP_INCLUDE_DIR=${MPIR_INCLUDE_DIR}
-DCURVE=ALT_BN128 -DPERFORMANCE=Off -DWITH_PROCPS=Off
Expand Down

0 comments on commit 356b9c0

Please sign in to comment.