Search Criteria
Package Details: xeus 0.23.2-4
Git Clone URL: | https://aur.archlinux.org/xeus.git (read-only, click to copy) |
---|---|
Package Base: | xeus |
Description: | C++ implementation of the Jupyter kernel protocol |
Upstream URL: | https://github.com/QuantStack/xeus |
Licenses: | |
Submitter: | yitzi |
Maintainer: | ModYokosuka |
Last Packager: | ModYokosuka |
Votes: | 4 |
Popularity: | 0.002929 |
First Submitted: | 2018-03-25 14:36 |
Last Updated: | 2020-03-04 02:54 |
Dependencies (7)
- crypto++ (crypto++-git)
- nlohmann-json (nlohmann-json-git)
- xtl
- zeromq (libxs, zeromq-git, zeromq-draft)
- cmake (cmake-git) (make)
- cppzmq (make)
- zeromq (libxs, zeromq-git, zeromq-draft) (make)
Latest Comments
robinm commented on 2019-11-13 19:31
I just installed it today. I still had to install manually
cppzmq
, but otherwise the install went fine.ModYokosuka commented on 2019-10-08 03:33
This package should be ready for use now since the linking issue with libpgm have been resolved.
ModYokosuka commented on 2019-10-06 18:16
@lgtrombetta No problem. Word of warning thought I am still working out some issues with this package. I think the package.patch is unnecessary but I have not been able to remove it yet.
This open issue "FS#61461 - [libpgm] Installed pkg-config directs compilers to use a non-existent include directory" is keeping me from building it without this patch. Once we get FS#61461 resolved I can retest the build and probably remove this patch file. An official release of openpgm has not happened in 6 years so necessary bug fixes that are in the git repo have not been propagated to arch yet.
lgtrombetta commented on 2019-10-06 11:04
@ModYokosuka thanks!
After manually installing cppzmq the package builds fine.
ModYokosuka commented on 2019-10-01 17:29
I have just adopted this package and am going to take a stab at correcting it.
ModYokosuka commented on 2019-09-30 20:50
zmq_addon.hpp fails sha256
vsilv commented on 2019-03-15 14:54
@bwrsandman: Using -DCMAKE_INSTALL_LIBDIR='lib' it worked for me, before I had the same problem as you.
andalenavals commented on 2018-08-06 14:37
Probably a better idea is to migrate to https://github.com/QuantStack/xeus-cling
bwrsandman commented on 2018-05-08 07:07
I suggest adding -DCMAKE_INSTALL_LIBDIR='lib' to prevent package from trying to own lib64.
Error: xeus: /usr/lib64 exists in filesystem
amit112amit commented on 2018-04-05 03:23
Why is crypto++ a dependency of this package?