aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-04-03 11:32:16 +0200
committerEmilio Jesus Gallego Arias2018-04-03 11:32:16 +0200
commite2a2aff6602c66afc639cb459a159c2d765d734f (patch)
tree7922dae0b2e315e27c1c750f43e70ff88e347d59
parentf29f8f80c8ad94576c7a36f3f638866c208338a0 (diff)
[meta] Add `num` to the set of base libraries.
In the META file, the set of base libraries is determined by the dependencies of the `coq.clib` package. We add `num` to the dependencies as otherwise dynamically loading `micromega` and `nsatz` will fail as they require the toplevel to have `num` linked in.
-rw-r--r--META.coq2
1 files changed, 1 insertions, 1 deletions
diff --git a/META.coq b/META.coq
index 4e53098c7a..30bfdd67a7 100644
--- a/META.coq
+++ b/META.coq
@@ -20,7 +20,7 @@ package "clib" (
version = "8.8"
directory = "clib"
- requires = "str, unix, threads"
+ requires = "num, str, unix, threads"
archive(byte) = "clib.cma"
archive(native) = "clib.cmxa"