Skip to content

Commit

Permalink
papilo: update to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 20, 2024
1 parent fd7cacd commit 0983316
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions math/papilo/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0983316

Please sign in to comment.