Commit graph

4 commits

Author SHA1 Message Date
Robert Scott d4713b6493 pythonPackages.pybind11: enable tests 2019-09-06 21:15:22 +02:00
Ivan Kozik eeec6d7325 pybind11: 2.2.4 -> 2.3.0
pikepdf wants a newer pybind11.
2019-08-31 22:18:25 +00:00
Maximilian Bosch 94c3ac2574
pythonPackages.pybind11: apply patch to properly get headers directories
It seems as the `pybind11` build code returns the Python headers
directory (where the `pybind11` headers are stored as well on traditional
setups) rather than returning the dedicated prefix[1].

An exemplary fallout is the broken build of `pyopencl`[2].

[1] https://github.com/pybind/pybind11/issues/1425
[2] https://github.com/NixOS/nixpkgs/pull/56082
2019-03-08 07:08:44 +01:00
Florian Franzen 57a9594bf1 pythonPackages.pybind11: init at 2.2.4 2019-02-10 11:24:03 +01:00