From 0983316aad3888df1b5753259c0551ad0a25e859 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Fri, 20 Sep 2024 18:50:07 +0800 Subject: [PATCH] papilo: update to 2.3.1 --- math/papilo/Portfile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/math/papilo/Portfile b/math/papilo/Portfile index 004bbbf7311f1..12b602241df85 100644 --- a/math/papilo/Portfile +++ b/math/papilo/Portfile @@ -12,7 +12,7 @@ PortGroup compilers 1.0 boost.version 1.81 # NOTE: PaPILO is a header-based library, please bump all dependent ports on update -github.setup scipopt papilo 2.3.0 v +github.setup scipopt papilo 2.3.1 v revision 0 categories math license {LGPL-3 GPL-3} @@ -22,9 +22,9 @@ maintainers {@catap korins.ky:kirill} openmaintainer description Parallel Presolve for Integer and Linear Optimization long_description {*}${description} -checksums rmd160 059cd54af22d8bcac5b610de1b791bb9b8778f2e \ - sha256 7e8727b8fcb9c58712e00276d6c342b0319652d0f1c665472af9d22475bce9c1 \ - size 1873573 +checksums rmd160 b7c171e11525bcf8cb7e3799dc120695455ee0b2 \ + sha256 7491ebec89480b124e24c74e05d5fd4bb289ed7ada01f218145734ad65ec3fd8 \ + size 1882229 github.tarball_from archive compilers.setup require_fortran @@ -71,11 +71,4 @@ if {${name} eq ${subport}} { configure.args-append -DGMP=ON \ -DQUADMATH=OFF -# https://github.com/scipopt/papilo/issues/60 -if {[string match *gcc* ${configure.compiler}]} { - # ___atomic_fetch_add_8 - configure.ldflags-append \ - -latomic -} - test.run yes