SWI-Prolog / contrib-protobufs

An interface to Google Protocol Buffers (protobuf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies on GMP

kamahen opened this issue · comments

Need to verify that none of the Prolog code depends on GMP.

Conditional running of some tests was done by commit 7607406 but that might have obscured some usages of GMP within the code.

Test fixed with 5283c73

Leaving open because protobuf_segment_message/2 seems to depend on GMP for some tests (see test_protobufs.pl)