Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Add GNU Multiple Precision library as bazel dep #1

@prestonvanloon

Description

@prestonvanloon

This currently requires gmp to be installed.

If you see some error like


external/pbc/arith/fieldquadratic.c:14:10: fatal error: gmp.h: No such file or directory
--
  | #include <gmp.h>
  | ^~~~~~~

Then install gmp with apt-get install libgmp3-dev for now.

Ideally, we should not depend on this to be installed and provide this via cc_library like we have done with pbc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions