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
1 2 3 4 5 Next › Last »
kaelingre commented on 2024-09-02 15:42 (UTC) (edited on 2024-09-02 15:44 (UTC) by kaelingre)
The below bug seems fixed in version 1.1 (with LLVM16 this time...). Please use this PKGBUILD:
kaelingre commented on 2024-07-29 11:20 (UTC) (edited on 2024-07-29 14:29 (UTC) by kaelingre)
@Tyilo and @ThePirate42: I get the same problem. It seems that the resource directory is not correctly set during installation:
The missing files (e.g. stddef.h) are though correctly installed into /opt/cling/lib/clang/13.0.0/include. I haven't quite figured out how to fix it yet.
ThePirate42 commented on 2024-06-29 16:01 (UTC)
I have the same problem:
https://pastebin.com/DU9212iq
Tyilo commented on 2024-05-17 11:11 (UTC)
The built cling binary doesn't seem to work for me:
carlosal1015 commented on 2024-05-11 14:47 (UTC)
Nice, thanks for the trick.
archibald869 commented on 2024-05-10 06:55 (UTC) (edited on 2024-05-10 06:56 (UTC) by archibald869)
@carlosal1015: Sorry for the late reply! I prefer to leave the default configuration as it is. If you want to allow redefinition of variables, functions etc., you can enter the following statement in the interactive shell:
cling::runtime::gClingOpts->AllowRedefinition = 1;
archibald869 commented on 2024-05-10 06:49 (UTC) (edited on 2024-05-10 06:50 (UTC) by archibald869)
@kaelingre: Many thanks for your helpful preparatory work! I updated the PKGBUILD for v1.0. In the course of this, I also added
!debug
to the options.kaelingre commented on 2024-05-06 10:25 (UTC)
It would be useful to disable the debug option by default (i.e. add !debug to the options). The debug package that is produced is huge, 6.4GiB+.
kaelingre commented on 2024-03-24 10:09 (UTC)
I created a PKGBUILD for v1.0. Note that I hard-coded a specific llvm version (cling-llvm13-20240318-01) to build against:
carlosal1015 commented on 2023-12-26 01:36 (UTC)
There are no tags v1.0 for llvm and clang. Compilation will give errors if bump version to 1.0.
1 2 3 4 5 Next › Last »