Search Criteria
Package Details: xeus-cling 0.13.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/xeus-cling.git (read-only, click to copy) |
---|---|
Package Base: | xeus-cling |
Description: | A C++ jupyter kernel based on xeus and cling |
Upstream URL: | https://github.com/jupyter-xeus/xeus-cling |
Licenses: | BSD |
Submitter: | sgsaenger |
Maintainer: | sgsaenger (chn) |
Last Packager: | sgsaenger |
Votes: | 3 |
Popularity: | 0.001459 |
First Submitted: | 2020-09-23 16:30 (UTC) |
Last Updated: | 2022-04-09 16:11 (UTC) |
Latest Comments
Manifolds commented on 2022-05-14 14:57 (UTC)
PATCH
carlosal1015 commented on 2022-04-03 15:24 (UTC)
Hi, now
jupyter
is replaced byjupyter-notebook
.carlosal1015 commented on 2021-10-12 00:30 (UTC)
Indeed, I can confirm the issue report by @Ayaka, and resolve it with @kaelingre's suggestion below.
kaelingre commented on 2021-10-08 08:01 (UTC)
@Ayaka: I had a similar problem. It is because (intermediate) build files of cling are needed, which are often deleted once the package has been built (e.g. when using yay). A workaround is to rebuild cling and make sure the folder '/build/cling/src/build', in your case, is not deleted. (E.g. run 'makepkg' in '/build/cling')
Ayaka commented on 2021-10-08 06:31 (UTC)
okasha commented on 2021-09-16 19:57 (UTC)
xeus needs to be updated to version 2.0.0
okasha commented on 2021-09-16 19:30 (UTC) (edited on 2021-09-16 19:31 (UTC) by okasha)
carlosal1015 commented on 2021-04-30 01:57 (UTC) (edited on 2021-04-30 01:58 (UTC) by carlosal1015)
Hi, I have the following error with the last update.
sgsaenger commented on 2020-11-20 15:07 (UTC)
Thanks, added.
ftschindler commented on 2020-11-11 14:55 (UTC)
When building in am empty chroot, I am missing
makedepends=('cmake' 'cppzmq')
.sgsaenger commented on 2020-10-08 09:30 (UTC)
Thanks for the feedback, should be fixed now.
sdahdah commented on 2020-10-07 23:16 (UTC)
I believe
ninja
,pugixml
, andcxxopts
(https://aur.archlinux.org/packages/cxxopts/) are missing dependencies.Also the
mkdir
in thePKGBUILD
should be replaced withmkdir -p