diff --git a/build/pkgs/papilo/SPKG.rst b/build/pkgs/papilo/SPKG.rst new file mode 100644 index 00000000000..adb326e698e --- /dev/null +++ b/build/pkgs/papilo/SPKG.rst @@ -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/ diff --git a/build/pkgs/papilo/checksums.ini b/build/pkgs/papilo/checksums.ini new file mode 100644 index 00000000000..b2385565547 --- /dev/null +++ b/build/pkgs/papilo/checksums.ini @@ -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 diff --git a/build/pkgs/papilo/dependencies b/build/pkgs/papilo/dependencies new file mode 100644 index 00000000000..7ee92ef3d0a --- /dev/null +++ b/build/pkgs/papilo/dependencies @@ -0,0 +1 @@ +$(MP_LIBRARY) boost_cropped $(BLAS) | cmake diff --git a/build/pkgs/papilo/package-version.txt b/build/pkgs/papilo/package-version.txt new file mode 100644 index 00000000000..3e3c2f1e5ed --- /dev/null +++ b/build/pkgs/papilo/package-version.txt @@ -0,0 +1 @@ +2.1.1 diff --git a/build/pkgs/papilo/spkg-install.in b/build/pkgs/papilo/spkg-install.in new file mode 100644 index 00000000000..076cc3c3831 --- /dev/null +++ b/build/pkgs/papilo/spkg-install.in @@ -0,0 +1,6 @@ +cd src +mkdir build +cd build +sdh_cmake .. +sdh_make +sdh_make_install diff --git a/build/pkgs/papilo/type b/build/pkgs/papilo/type new file mode 100644 index 00000000000..134d9bc32d5 --- /dev/null +++ b/build/pkgs/papilo/type @@ -0,0 +1 @@ +optional