Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase cmake version, avoid printing debugging values (do not pull automatically!) #161

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2019

  1. Increase cmake version (helps with building on Mac OS X)

    Setting version to 3.1 enables using CMAKE_PREFIX_PATH to specify pkg-config locations (see https://github.com/Kitware/CMake/blob/master/Modules/FindPkgConfig.cmake#L115). This heps for example on Mac OS X if you want to provide a location for libcrypto. With this patch I was able to compile libsnark with
    
    "cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/openssl/1.0.2s -DWITH_PROCPS=OFF -DWITH_SUPERCOP=OFF"
    meilof committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    d16d90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad309e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    bd15548 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. remove more debugging info

    meilof committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    7a004be View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. switch to own libfqfft

    meilof committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    f7385fd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. suppress debug output

    meilof committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    1697ad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. no warnings please

    meilof committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    31e1ba1 View commit details
    Browse the repository at this point in the history
  2. no warn

    meilof committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    b34c1cf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. should install headers

    meilof committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    73d5dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ee305 View commit details
    Browse the repository at this point in the history
  3. add fpic

    Ubuntu committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    28f1edc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Update libff

    meilof committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    cc7f5bf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Update libff

    meilof committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    0699ea4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. macos command

    meilof committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    1baff74 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    6e53e1b View commit details
    Browse the repository at this point in the history
  2. updated depends

    meilof committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    d389c51 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    cef2a9c View commit details
    Browse the repository at this point in the history