Package Details: coin-or-couenne 0.5.8-2

Git Clone URL: https://aur.archlinux.org/coin-or-couenne.git (read-only, click to copy)
Package Base: coin-or-couenne
Description: Convex Over and Under Envelopes for Nonlinear Estimation
Upstream URL: https://github.com/coin-or/Couenne/
Licenses: EPL
Groups: coin-or
Submitter: kris7t
Maintainer: kris7t
Last Packager: kris7t
Votes: 2
Popularity: 0.000028
First Submitted: 2020-09-07 23:07 (UTC)
Last Updated: 2022-11-05 18:19 (UTC)

Latest Comments

mealejan19 commented on 2022-09-27 13:22 (UTC) (edited on 2022-09-28 17:59 (UTC) by mealejan19)

Following patch on the PKGBUILD should make the package build again until the code in the git repository is updated for the g++ std >11 version.

28c28
<     CXXFLAGS="${CXXFLAGS} -I/usr/include/coin -DCOIN_USE_MUMPS_MPI_H" \
---
>     CXXFLAGS="${CXXFLAGS} -std=c++11 -I/usr/include/coin -DCOIN_USE_MUMPS_MPI_H" \
31c31
<                 --with-asl-incdir="/usr/include/coin/ThirdParty/" \
---
>                 --with-asl-incdir="/usr/include/coin-or/asl/" \