Search Criteria
Package Details: coin-or-ipopt 3.14.16-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/coin-or-ipopt.git (read-only, click to copy) |
---|---|
Package Base: | coin-or-ipopt |
Description: | Interior Point OPTimizer |
Upstream URL: | https://github.com/coin-or/Ipopt |
Licenses: | EPL |
Groups: | coin-or |
Submitter: | xantares |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 17 |
Popularity: | 0.000004 |
First Submitted: | 2015-01-20 10:21 (UTC) |
Last Updated: | 2024-05-12 10:35 (UTC) |
Dependencies (3)
- coin-or-asl
- coin-or-coinmumpsAUR
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
Latest Comments
1 2 3 4 5 6 Next › Last »
xantares commented on 2023-05-02 07:46 (UTC)
I cannot reproduce here with an updated box, with standard flags, default everything
brannonking commented on 2023-05-02 02:55 (UTC)
I posted the failed test run here: https://github.com/coin-or/Ipopt/issues/665
xantares commented on 2023-04-29 18:52 (UTC)
please provide the logs
brannonking commented on 2023-04-29 17:25 (UTC)
I second the default j on make. However, the unit tests fail on this on my machine. This is very recent; they were working with 3.14.11. Why do we need to run the unit tests for the install to succeed?
neinseg commented on 2021-12-07 12:23 (UTC)
Ah! My bad, thank you for the hint.
xantares commented on 2021-12-03 12:10 (UTC) (edited on 2021-12-03 12:10 (UTC) by xantares)
just uncomment MAKEFLAGS=-jXX in makepkg.conf
neinseg commented on 2021-12-03 11:28 (UTC)
Correct me if there is some general guidance against this for AUR packages, but I think this package would really benefit from
make -j $NCPUS
instead of plainmake
so build() uses all available cores.0xDoubleDoc commented on 2021-07-01 09:17 (UTC)
That's strange, it builds flawlessly now. Maybe something was corrected during an update? Sorry to have bothered you...
xantares commented on 2021-07-01 09:07 (UTC) (edited on 2021-07-01 09:11 (UTC) by xantares)
I cannot reproduce, it builds fine here with gcc 11, maybe you could post the full logs ?
0xDoubleDoc commented on 2021-06-29 16:34 (UTC) (edited on 2021-07-01 09:08 (UTC) by 0xDoubleDoc)
As of now, the build fail with
undefined reference to 'std::__throw_bad_array_new_length()'
. A solution found in https://github.com/JuliaLang/julia/issues/40703, switching togcc-10
andg++-10
fixes the problem: puttingCC=gcc-10 CXX=g++-10
at the./configure
step.1 2 3 4 5 6 Next › Last »