Search Criteria
Package Details: cling-jupyter-git r5123.45318c5a-1
Package Actions
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: | custom:Cling Release License |
Submitter: | hagabaka |
Maintainer: | ralphptorres |
Last Packager: | simonfxr |
Votes: | 45 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-08 07:00 (UTC) |
Last Updated: | 2023-10-02 16:50 (UTC) |
Dependencies (8)
- cling-gitAUR
- jupyter-notebook
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jupyter-notebook (make)
- libffi (libffi-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
AreaOfZero commented on 2024-10-06 00:23 (UTC)
There's a command missing for the build step that should go before the command to build cling:
cmake --build . --target clang
The issue is detailed here: https://github.com/root-project/cling/issues/531 I don't know what all would need to be done differently to implement into a PKGBUILD, but I think the new build steps should look something like this:Tyilo commented on 2023-11-13 15:16 (UTC)
I get the following error when trying to run
cling
versionr5127.a292a61b-1
:lahwaacz commented on 2023-10-02 17:43 (UTC)
@simonfxr Actually, I switched to the
cling
package which is needed forxeus-cling
.simonfxr commented on 2023-10-02 16:55 (UTC)
@lahwaacz: Thank you for the patched build, I pushed your changes. Since I'm not really using cling anymore, maybe you wan't to take over maintainance?
lahwaacz commented on 2023-07-01 17:45 (UTC)
The URLs in
source
need to be updated, see https://github.com/root-project/cling/issues/506#issuecomment-1615965822I also made other changes to make it work:
lahwaacz commented on 2023-06-10 13:47 (UTC) (edited on 2023-06-12 11:36 (UTC) by lahwaacz)
Building the package fails with these errors:
Edit: submitted an issue upstream: https://github.com/root-project/cling/issues/506
discord commented on 2023-01-10 06:47 (UTC)
don't work for aarch64 / arm64.
discord commented on 2023-01-10 06:27 (UTC) (edited on 2023-01-10 06:28 (UTC) by discord)
'jupiter-notebook a dependency? Isn't that a python dev environment? python too? I;m confused...
Nestor_013 commented on 2022-04-03 14:01 (UTC) (edited on 2022-04-03 14:01 (UTC) by Nestor_013)
Hello,
jupyter has been replaced by jupyter-notebook and hence the package does not build.
I guess that simply changing depends and makedepends accordingly would do it.
eduardosm commented on 2019-11-16 18:45 (UTC)
@tauroid Thanks, fixed. I wonder why cling needs the NVPTX target.
1 2 3 4 5 6 Next › Last »