Search Criteria
Package Details: coin-or-ipopt 3.14.11-1
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 |
Submitter: | xantares |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 16 |
Popularity: | 0.22 |
First Submitted: | 2015-01-20 10:21 (UTC) |
Last Updated: | 2023-02-07 17:07 (UTC) |
Dependencies (3)
Required by (24)
- casadi
- coin-or-bonmin
- coin-or-couenne
- coin-or-hsl (optional)
- control-toolbox-core (optional)
- freefem (optional)
- ifopt
- libdart
- net2plan
- openmodelica-dev-omc
- openmodelica-dev-omedit
- openmodelica-dev-omnotebook
- openmodelica-dev-omoptim
- openmodelica-dev-omplot
- openmodelica-dev-omshell
- openmodelica-dev-qwt
- openmodelica-omedit
- openmodelica-omnotebook
- openmodelica-omplot
- openmodelica-omshell
- Show 4 more...
Latest Comments
1 2 3 4 5 Next › Last »
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.0xDrDru 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 ?
0xDrDru commented on 2021-06-29 16:34 (UTC) (edited on 2021-07-01 09:08 (UTC) by 0xDrDru)
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.Libbum commented on 2019-11-29 11:47 (UTC)
Can confirm everything is working great with this new setup!
For those that are interested, and have academic HSL licenses, I've added a package to get that to build with a slightly modified version of this package here: https://github.com/Libbum/Arch
xantares commented on 2019-11-28 12:25 (UTC) (edited on 2019-11-28 12:38 (UTC) by xantares)
@libbum It looks good enough (minor modifications in licenses/dependencies)
I'll probably rename to coin-or-coinasl / coin-or-coinmumps / coin-or-coinmetis
Libbum commented on 2019-11-28 10:42 (UTC)
OK, guys. I have this working on my machine using the following builds:
https://gist.github.com/Libbum/52f05187c5bef2935dd39bccd8f79ff0
I've made three PKGBUILDs for the
coinasl
,coinmetis
andcoinmumps
libraries and builtipopt
against them.Testing against my own projects, Ipopt is performing as expected.
Something is odd with directory structures when enabling java in the Ipopt build, but I'm unsure if we even need that running? At least I don't.
As you can see, these are not complete packages - they need some work in getting them up to scratch in terms of dependencies and checksums etc. xantares: is this set of things something you'd be happy to manage? If not I can work on publishing them myself soon. That being said, I've never made an AUR package, so it may take me some time to get that done.
1 2 3 4 5 Next › Last »