Search Criteria
Package Details: pybind11-git v2.11.0.r55.ge250155-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pybind11-git.git (read-only, click to copy) |
---|---|
Package Base: | pybind11-git |
Description: | A lightweight header-only library that exposes C++ types in Python and vice versa-git |
Upstream URL: | https://pybind11.readthedocs.org/ |
Licenses: | BSD |
Conflicts: | pybind11 |
Provides: | pybind11 |
Submitter: | japm48 |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-31 03:33 (UTC) |
Last Updated: | 2023-11-15 05:43 (UTC) |
Dependencies (12)
- boost (boost-gitAUR) (make)
- catch2 (catch2-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pytest (make)
- python-setuptools (make)
- python-wheel (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR) (check)
- python-setuptools (optional) – for python bindings
Required by (230)
- albert (requires pybind11) (make)
- albert-git (requires pybind11) (make)
- android-file-transfer-git (requires pybind11) (make)
- audiotube-git (requires pybind11) (make)
- autodiff (requires pybind11) (make)
- avogadrolibs-git (requires pybind11)
- bespokesynth-git (requires pybind11) (make)
- carma (requires pybind11) (make)
- ctranslate2 (requires pybind11) (make)
- ctranslate2-git (requires pybind11) (make)
- cutlass (requires pybind11) (make)
- diplib-git (requires pybind11)
- dsnote (requires pybind11) (make)
- dsnote-git (requires pybind11) (make)
- duckdb (requires pybind11) (make)
- duckdb-git (requires pybind11) (make)
- expressionmatrix2-git (requires pybind11)
- f3d-core-git (requires pybind11) (make)
- f3d-git (requires pybind11) (make)
- fast_matrix_market (requires pybind11) (make)
- Show 210 more...
Latest Comments
JonasKonrad commented on 2024-10-25 13:30 (UTC)
pybind11 is packaged in repository extra meanwhile.
daizhirui commented on 2023-10-16 08:11 (UTC)
PKGBUILD is still using setup.py
japm48 commented on 2023-02-27 13:44 (UTC) (edited on 2023-02-27 13:44 (UTC) by japm48)
Thanks for the info! I updated the package to use cmake instead of setup.py
Now it should work again
bemu commented on 2023-02-08 18:14 (UTC)
If someone has the following error:
I got it fixed by building the package via cmake instead of using setup.py . The PKGBUILD I used can be found here: https://github.com/muellerbernd/my_arch_packages/blob/master/pybind11/PKGBUILD