Search Criteria
Package Details: cling-dev v0.7-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cling-dev.git (read-only, click to copy) |
|---|---|
| Package Base: | cling-dev |
| Description: | Interactive C++ interpreter (includes custom clang and llvm for dev). |
| Upstream URL: | https://root.cern.ch/cling |
| Licenses: | custom:Cling Release License |
| Conflicts: | cling |
| Provides: | cling |
| Submitter: | sgsaenger |
| Maintainer: | None |
| Last Packager: | sgsaenger |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-09-23 16:28 (UTC) |
| Last Updated: | 2020-11-20 15:06 (UTC) |
Dependencies (7)
- libffi (libffi-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jupyter (make)
- libffi (libffi-gitAUR) (make)
- python (make)
- python2AUR (python2-binAUR, stackless2AUR) (make)
Required by (2)
- cling-jupyter-dev
- xeus-cling (requires cling)
Latest Comments
c60cb859 commented on 2020-11-20 15:42 (UTC)
I am getting the same error
sgsaenger commented on 2020-11-20 15:07 (UTC)
@c60cb859 I pinned clang to the version-specific commit and it builds again for me, would you mind trying again?
@ftschindler Could you elaborate on your errors and which of your changes relate to them?
ftschindler commented on 2020-11-20 10:40 (UTC)
@sgsaenger When using
clangfrom/opt/cling, I get compile and linker errors related to non-matching stdc and/or stdc++ libs and includes. I could resolve those and make the llvm/clang from/opt/clingusable for me by incorporating ideas/changes from thellvmandllvm-libsarch packages. If you are interested, the resultingPKGBUILDcan be found here.c60cb859 commented on 2020-11-09 15:52 (UTC) (edited on 2020-11-09 15:52 (UTC) by c60cb859)
changing the source, as you suggest does not work for me
ftschindler commented on 2020-11-09 15:18 (UTC)
I am also getting an error, most likely due to an update to the
cling-patchesbranch in clang (since thisPKGBUILDtracks branches, rather then revisions). It might make sense to fix known working versions of llvm and clang in the PKGBUILD, as this is not a VCS package. I.e., setting the following in thePKGBUILDworks for me:c60cb859 commented on 2020-11-09 10:42 (UTC) (edited on 2020-11-09 10:42 (UTC) by c60cb859)
I am getting an error when building this. It just says: A failure occurred in build().