Search Criteria
Package Details: cling 1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cling.git (read-only, click to copy) |
---|---|
Package Base: | cling |
Description: | Interactive C++ interpreter, built on the top of LLVM and Clang libraries |
Upstream URL: | https://root.cern/cling/ |
Keywords: | c c++ cling interpreter llvm |
Licenses: | custom:Cling Release License |
Conflicts: | cling |
Provides: | cling |
Submitter: | archibald869 |
Maintainer: | archibald869 |
Last Packager: | archibald869 |
Votes: | 17 |
Popularity: | 0.022843 |
First Submitted: | 2019-08-28 11:45 (UTC) |
Last Updated: | 2024-05-10 06:45 (UTC) |
Dependencies (9)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- perl (perl-gitAUR) (optional) – support for scan-build, ccc-analyzer and c++-analyzer
- python (python37AUR, python311AUR, python310AUR) (optional) – support for scan-view and Jupyter
- python-pygments (optional) – support for opt-viewer
- python-yaml (python-yaml-gitAUR) (optional) – support for opt-viewer
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
studyinglover commented on 2023-10-12 10:09 (UTC)
meet a mistake
carlosal1015 commented on 2023-08-08 17:37 (UTC) (edited on 2023-08-21 15:33 (UTC) by carlosal1015)
Hi @archibald869, could you please add this patch
enable-redefinition-allowed.patch
, this feature comes from cling-0.7.0, to disable this behaviour. Many thanks, I will really appreciate it, especially for thexeus-cling
package.This patch works from my side.
archibald869 commented on 2023-07-19 09:48 (UTC)
Thanks for your hints! I updated the PKGBUILD accordingly.
lahwaacz commented on 2023-07-01 21:25 (UTC)
Also the LLVM and Clang sources should be prefixed with
cling-
and not justllvm
/clang
as these are not unique for all packages.You can also call just
ninja
once in thebuild()
function to build everything at once, otherwise evenninja install
builds something...lahwaacz commented on 2023-07-01 21:20 (UTC)
Please disable LTO for this package. Not only it eats all of my 128 GB RAM, it is also disabled in extra/llvm itself.
archibald869 commented on 2023-04-18 10:05 (UTC) (edited on 2023-04-18 10:05 (UTC) by archibald869)
I just tested it in a clean environment and it worked flawlessly. Do you still face this issue?
gnaggnoyil commented on 2023-03-03 13:13 (UTC)
When building in a clean chroot, the build process emitted the following errors for me:
Is there anyone facing similar errors? I'm sure I have enough disk and RAM space but I'm not sure if there's any settings I need to set up for the chroot build.
archibald869 commented on 2023-02-28 15:26 (UTC) (edited on 2023-02-28 15:26 (UTC) by archibald869)
Thanks for the hint! I've updated the PKGBUILD as suggested. In the course of this, I've also switched to Ninja as build system instead of Make, as proposed by krnlpk. Thank you too!
receptacular commented on 2023-02-03 04:06 (UTC)
I started getting compilation errors the other day. I fixed it by changing the LLVM and Clang Git URLs to checkout the tag cling-v0.9.
krnlpk commented on 2021-10-25 09:09 (UTC) (edited on 2021-10-25 09:10 (UTC) by krnlpk)
The PKGBUILD keeps being broken for me, and fails with
If I edit the PKGBUILD to use Ninja instead of Make, not only the build is noticeably speedier, but it doesn't suffer from this problem (I simply build the right targets instead of doing -C):
« First ‹ Previous 1 2 3 4 5 Next › Last »