Package Details: cppyy 3.0.0-2

Git Clone URL: https://aur.archlinux.org/cppyy.git (read-only, click to copy)
Package Base: cppyy
Description: Cling-based Python-C++ bindings
Upstream URL: https://cppyy.readthedocs.io/en/latest/index.html
Licenses: LBNL BSD
Submitter: RenatoLG
Maintainer: RenatoLG
Last Packager: RenatoLG
Votes: 0
Popularity: 0.000000
First Submitted: 2020-02-03 18:41 (UTC)
Last Updated: 2023-05-29 20:21 (UTC)

Latest Comments

TUC commented on 2023-05-25 09:20 (UTC)

RenatoLG, thanks for updating cppyy and related packages.

Could you update the scripts to use python-build and python-installer as recommended in https://wiki.archlinux.org/title/Python_package_guidelines.

As source URL you might want to use something like https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz, so only package version and SHA sum needs to be updated on new releases.

pseyfert commented on 2020-12-23 23:04 (UTC)

(word aheard, unclear to me if upstream issue)

just installed cppyy from aur but upon trying it out I get this error:

 > python
Python 3.9.1 (default, Dec 13 2020, 11:55:53) 
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cppyy
/usr/lib/python3.9/site-packages/cppyy_backend/loader.py:113: UserWarning: No precompiled header available (/usr/lib/python3.9/site-packages/cppyy_backend/etc not writable); this may impact performance.
  warnings.warn('No precompiled header available (%s); this may impact performance.' % msg)