Search Criteria
Package Details: cling-jupyter-git r4585.21249652-1
Git Clone URL: | https://aur.archlinux.org/cling-git.git (read-only, click to copy) |
---|---|
Package Base: | cling-git |
Description: | Interactive C++ interpreter built on the top of LLVM and Clang libraries. |
Upstream URL: | https://root.cern.ch/cling |
Licenses: | |
Submitter: | hagabaka |
Maintainer: | eduardosm |
Last Packager: | eduardosm |
Votes: | 44 |
Popularity: | 0.001646 |
First Submitted: | 2013-06-08 07:00 |
Last Updated: | 2021-02-01 19:44 |
Dependencies (7)
- cling-git
- jupyter
- cmake (cmake-git) (make)
- git (git-git) (make)
- jupyter (make)
- libffi (libffi-git, libffi-minimal-git, fedora-firefox-wayland-bin) (make)
- python (python-dbg) (make)
Latest Comments
1 2 3 4 Next › Last »
eduardosm commented on 2019-11-16 18:45
@tauroid Thanks, fixed. I wonder why cling needs the NVPTX target.
tauroid commented on 2019-11-16 16:44
changing the relevant line (44) in PKGBUILD yields working install for me
-DLLVM_TARGETS_TO_BUILD="host" \
to
-DLLVM_TARGETS_TO_BUILD="host;NVPTX" \
jdc commented on 2019-04-25 03:14
I ran into a cryptic error message, but found it it was because I didn't have libc++ installed. With that out of the way, it works great!
maximaman commented on 2019-02-02 20:58
I have encountered the following error while trying to build the package:
eduardosm commented on 2016-11-25 10:22
@marmistrz Please, try the new version I've just uploaded.
marmistrz commented on 2016-11-24 22:04
error: patch failed: tools/Jupyter/kernel/clingkernel.py:67
error: tools/Jupyter/kernel/clingkernel.py: patch does not apply
ralonso commented on 2016-04-11 04:01
It seems the jupyter diff no longer applies to the current git version of tools/Jupyter/kernel/clingkernel.py.
eduardosm commented on 2016-03-23 19:33
@NeoZelux The package is in the base-devel group, and according to the wiki there shouldn't be packages from that group in makedepends.
NeoZelux commented on 2016-03-22 20:58
Hi, I think you should add pkg-config as a build dependency.
fenuks commented on 2016-03-22 06:34
@eduardosm After your comment, I removed all the cloned repos, re-downloaded it, and now cling builds! Thank you, and sorry for false alarm.