Package Details: mosek 1:10.1.29-1

Git Clone URL: https://aur.archlinux.org/mosek.git (read-only, click to copy)
Package Base: mosek
Description: A commercial solver for mathematical optimization problems.
Upstream URL: http://mosek.com/
Licenses: custom
Submitter: ido
Maintainer: ido (Viech, ido)
Last Packager: Viech
Votes: 5
Popularity: 0.000000
First Submitted: 2013-09-22 04:38 (UTC)
Last Updated: 2024-05-05 11:34 (UTC)

Dependencies (4)

Required by (3)

Sources (1)

Latest Comments

1 2 Next › Last »

svenstaro commented on 2023-12-25 12:32 (UTC)

Nevermind, I'm not sure the license allows us to redistribute this. In fact the license is somewhat dodgy and not super clear on this. What do you think?

svenstaro commented on 2023-12-25 12:24 (UTC)

I'm moving this package into [extra] as I need it as a dep for alice-vision 3.2.0. Thank you for maintaining it thus far!

Viech commented on 2021-01-27 14:53 (UTC)

@ido, as we write 2021 I've taken the liberty to remove Python 2 support from this package as that makes it a build dependency. Also added python-setuptools as a make and python as an optional dependency.

Viech commented on 2019-07-01 09:48 (UTC)

I'm sorry for the late reaction, I didn't get a notification on any of the comments as I'm just co-maintaining (and I personally only use the Python interface). I've fixed it now.

uhrm commented on 2019-06-22 09:24 (UTC)

Followup on libcilk: I've noticed that Mosek brings its own libcilkrts library, the PKGBUILD just doesn't install it. Adding

install -m755 "libcilkrts.so.5" "${pkgdir}/usr/lib/"

fixes the issue.

Side note: the Python interface works since Python's setup.py is smart enough to detect the dependency and copies libcilkrts into the mosek site-package (see e.g. /usr/lib/python3.7/site-packages/mosek/).

uhrm commented on 2019-05-31 14:52 (UTC)

I also have the problem with missing libcilkrts.so. Checking the link dependencies (ldd /usr/lib/libmosek64.so), I get:

linux-vdso.so.1 (0x00007ffefe17c000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f72e1e28000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f72e1c63000)
/usr/lib64/ld-linux-x86-64.so.2 (0x00007f72e3a0d000)
libcilkrts.so.5 => not found
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f72e1c2f000)

Cilk was removed in GCC 8. It is currently not possible to run a binary linking to libmosek64.so.

Viech commented on 2018-11-20 13:07 (UTC) (edited on 2018-11-20 13:07 (UTC) by Viech)

Hello @NutTool, using the Python interfaces (both Optimizer and Fusion), I cannot confirm the need for libcilkrts.so. Can you be more precise about where it's needed? gcc6-libs is quite a dependecy… Also the latest stable version appears to be 8.1.0.67, and I've now updated to it without adding any dependecy, which I can catch up on with a pkgrel bump if really necessary.

NutTool commented on 2018-05-13 23:27 (UTC)

This package is out of date - the latest version is 8.1.0.53, and the package requires libcilkrts.so, which is no longer provided by the dependencies (I found it in gcc6-libs).

ido commented on 2017-10-19 19:46 (UTC)

@Viech You can install the Mosek pip bindings from https://github.com/MOSEK/Mosek.pip in your virtualenv. That's what I did when I used Mosek last. Happy to include the Python bindings in the package as well, but I won't have time to look at it until probably this weekend. I will make you a co-maintainer for now, if you decide to make improvements to the package and/or want to take it over fully just let me know and I'll hand it over to you fully. Any help would be appreciated. :-)

Viech commented on 2017-10-19 19:43 (UTC)

Thank you for the fast update @ido! I am currently in the process of installing multiple solvers I plan to use through python-picos, so the first thing I notice is that your package lacks the python and python2 bindings that come with the source tarball. (I cannot test anything else as I do not have any direct input to Mosek.) I might be able to make an update and potentially maintain the package, but I cannot tell when I will find the time to do so (some days to few weeks).