Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/papilo: New
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 5, 2022
1 parent c3028e7 commit 0dfa4b9
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build/pkgs/papilo/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
papilo: Parallel presolve for integer and linear optimization
-------------------------------------------------------------

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

parallel presolve routines for (mixed integer) linear programming
problems. The routines are implemented using templates which allows
switching to higher precision or rational arithmetic using the boost
multiprecision package.


License
-------

LGPL 3.0


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

https://github.com/scipopt/papilo/
5 changes: 5 additions & 0 deletions build/pkgs/papilo/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=papilo-VERSION.tar.gz
sha1=85d599ac9936aa1ddf687e04273b995522909de5
md5=c41f5aa615ffc9914f8ca924947aa8cb
cksum=1535425476
upstream_url=https://github.com/scipopt/papilo/archive/refs/tags/vVERSION.tar.gz
1 change: 1 addition & 0 deletions build/pkgs/papilo/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$(MP_LIBRARY) boost_cropped $(BLAS) | cmake
1 change: 1 addition & 0 deletions build/pkgs/papilo/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.1
6 changes: 6 additions & 0 deletions build/pkgs/papilo/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cd src
mkdir build
cd build
sdh_cmake ..
sdh_make
sdh_make_install
1 change: 1 addition & 0 deletions build/pkgs/papilo/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional

0 comments on commit 0dfa4b9

Please sign in to comment.