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

Bip32 #14

Merged
merged 2 commits into from
Sep 4, 2018
Merged

Bip32 #14

merged 2 commits into from
Sep 4, 2018

Conversation

mariano54
Copy link
Contributor

No description provided.

@mariano54 mariano54 merged commit 91e1b8e into master Sep 4, 2018
@mariano54 mariano54 deleted the bip32 branch September 4, 2018 15:28
UdjinM6 pushed a commit to UdjinM6/bls-signatures that referenced this pull request Mar 30, 2021
* cmake: Only include GMP_INCLUDES if gmp has been found

Otherwise it fails with the following if gmp wasn't found:

CMake Error in src/CMakeLists.txt:
  Found relative path while evaluating include directories of <target>:  "GMP_INCLUDES-NOTFOUND"

* cmake: Drop broken gmp include

This seems to be broken because `GMP_INCLUDE_DIR` isn't set at all by `Findgmp.cmake`, it sets `GMP_INCLUDES` instead. It's however set by relic's script which isn't configured at this point though. If you want to keep this include it should be `include_directories(${GMP_INCLUDES})` rather i guess?

* cmake: Install relic headers into chiabls

I think this should be done because chiabls depends on how relic was
configure.

* cmake: Make blspy optional

* cmake: Make runbench/runtest optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant