Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/pkgs/pplite: New library for NNC polyhedra #37036

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions build/pkgs/pplite/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
pplite: Convex polyhedra library
================================

Description
-----------

PPLite is an open-source C++ library implementing the abstract domain
of convex polyhedra.

While being derived from the PPL (Parma Polyhedra Library), PPLite has
a very different goal: to provide researchers and students with a
lighter framework for experimenting with new ideas and algorithms in
the context of polyhedral computations.

License
-------

GPL 3

Upstream Contact
----------------

https://github.com/ezaffanella/PPLite
5 changes: 5 additions & 0 deletions build/pkgs/pplite/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=pplite-VERSION.tar.gz
sha1=b66718d1e7cbbbec7fde7d27b096097496e4afef
md5=86f2b75e275d55bd11280cd3dc9b24c9
cksum=1738921308
upstream_url=https://github.com/ezaffanella/PPLite/raw/main/releases/pplite-VERSION.tar.gz
1 change: 1 addition & 0 deletions build/pkgs/pplite/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$(MP_LIBRARY) mpfr flint
1 change: 1 addition & 0 deletions build/pkgs/pplite/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pplite
1 change: 1 addition & 0 deletions build/pkgs/pplite/distros/nix.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pplite
1 change: 1 addition & 0 deletions build/pkgs/pplite/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pplite
1 change: 1 addition & 0 deletions build/pkgs/pplite/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.11
2 changes: 2 additions & 0 deletions build/pkgs/pplite/spkg-check.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd src
make check
4 changes: 4 additions & 0 deletions build/pkgs/pplite/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cd src
sdh_configure
sdh_make
sdh_make_install
1 change: 1 addition & 0 deletions build/pkgs/pplite/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional
Loading