Skip to content

Commit

Permalink
papilo: conflicts_build with boost
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 22, 2024
1 parent fe12906 commit 7972c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions math/papilo/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ PortGroup cmake 1.1
PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup compilers 1.0
PortGroup conflicts_build 1.0

# Boost 1.76 has a bug in multiprecision library,
# which leads to including x86 header on powerpc.
boost.version 1.81
# If this port is active, wrong headers get picked.
conflicts_build boost

# NOTE: PaPILO is a header-based library, please bump all dependent ports on update
github.setup scipopt papilo 2.3.1 v
Expand Down

0 comments on commit 7972c6c

Please sign in to comment.