diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-12-27 14:08:03 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-12-27 14:08:10 +0100 |
commit | 317c9f66693a8341a07ba45fe158e8699cc1cd19 (patch) | |
tree | 2532f4e77a6c02228ae9d175ebc4163df4c14b8c /sci-mathematics/stp/metadata.xml | |
parent | sci-mathematics/stp: dev-libs -> sci-mathematics (diff) | |
download | gentoo-317c9f66693a8341a07ba45fe158e8699cc1cd19.tar.gz gentoo-317c9f66693a8341a07ba45fe158e8699cc1cd19.tar.bz2 gentoo-317c9f66693a8341a07ba45fe158e8699cc1cd19.zip |
sci-mathematics/stp: multiple fixes
- add missing test submodules
- add optional cryptominisat dependency (USE=dependency)
- add the Gentoo Mathematics Project to co-maintainers
- change python to optional dependency (USE=python)
- install PDF documentation
- patch CMakeLists.txt to fix CFLAGS
- patch stp.py to fix python module
Closes: https://bugs.gentoo.org/759457
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/stp/metadata.xml')
-rw-r--r-- | sci-mathematics/stp/metadata.xml | 51 |
1 files changed, 29 insertions, 22 deletions
diff --git a/sci-mathematics/stp/metadata.xml b/sci-mathematics/stp/metadata.xml index 511b06e39e35..5054ed8fec27 100644 --- a/sci-mathematics/stp/metadata.xml +++ b/sci-mathematics/stp/metadata.xml @@ -1,26 +1,33 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>jeffrey@icurse.nl</email> - <name>Jeffrey Lin</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - STP is a constraint solver (or SMT solver) aimed at solving - constraints of bitvectors and arrays. These types of - constraints can be generated by program analysis tools, theorem - provers, automated bug finders, cryptographic attack tools, - intelligent fuzzers, model checkers, and by many other - applications. - </longdescription> - <upstream> - <remote-id type="github">stp/stp</remote-id> - </upstream> - <use> - <flag name="python">Enable building the Python interface</flag> - </use> + <maintainer type="person" proxied="yes"> + <email>jeffrey@icurse.nl</email> + <name>Jeffrey Lin</name> + </maintainer> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription> + STP is a constraint solver (or SMT solver) aimed at solving + constraints of bitvectors and arrays. These types of + constraints can be generated by program analysis tools, theorem + provers, automated bug finders, cryptographic attack tools, + intelligent fuzzers, model checkers, and by many other + applications. + </longdescription> + <upstream> + <bugs-to>https://github.com/stp/stp/issues/</bugs-to> + <remote-id type="github">stp/stp</remote-id> + </upstream> + <use> + <flag name="cryptominisat"> + Enable <pkg>sci-mathematics/cryptominisat</pkg> support + </flag> + <flag name="python"> + Enable building the Python interface + </flag> + </use> </pkgmetadata> |