mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
add note about libgomp dependency
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
947fe2ff9c
commit
4caadc6519
|
@ -85,7 +85,12 @@ def create_nuget_spec():
|
||||||
<id>Microsoft.Z3</id>
|
<id>Microsoft.Z3</id>
|
||||||
<version>%s</version>
|
<version>%s</version>
|
||||||
<authors>Microsoft</authors>
|
<authors>Microsoft</authors>
|
||||||
<description>Z3 is a satisfiability modulo theories solver from Microsoft Research.</description>
|
<description>
|
||||||
|
Z3 is a satisfiability modulo theories solver from Microsoft Research.
|
||||||
|
|
||||||
|
Linux Dependencies:
|
||||||
|
libgomp.so.1 installed
|
||||||
|
</description>
|
||||||
<copyright>Copyright Microsoft Corporation. All rights reserved.</copyright>
|
<copyright>Copyright Microsoft Corporation. All rights reserved.</copyright>
|
||||||
<tags>smt constraint solver theorem prover</tags>
|
<tags>smt constraint solver theorem prover</tags>
|
||||||
<iconUrl>https://raw.githubusercontent.com/Z3Prover/z3/master/package/icon.jpg</iconUrl>
|
<iconUrl>https://raw.githubusercontent.com/Z3Prover/z3/master/package/icon.jpg</iconUrl>
|
||||||
|
|
Loading…
Reference in a new issue