pybind11: v2.2.3 (#8051)

* pybind11: 2.2.3

new release for pybind11, v.2.2.3:

https://github.com/pybind/pybind11/blob/v2.2.3/docs/changelog.rst#v223-april-29-2018

* pybind11: compiler support

mark older versions as conflicts
This commit is contained in:
Axel Huebl 2018-05-08 19:43:38 +02:00 committed by Adam J. Stewart
parent ca9ce8048c
commit 7ff034a55d

View File

@ -39,6 +39,7 @@ class PyPybind11(CMakePackage):
version('develop', branch='master',
git='https://github.com/pybind/pybind11.git')
version('2.2.3', '55b637945bbf47d99d2c906bf0c13f49')
version('2.2.2', 'fc174e1bbfe7ec069af7eea86ec37b5c')
version('2.2.1', 'bab1d46bbc465af5af3a4129b12bfa3b')
version('2.2.0', '978b26aea1c6bfc4f88518ef33771af2')
@ -49,6 +50,11 @@ class PyPybind11(CMakePackage):
extends('python')
# compiler support
conflicts('%gcc@:4.7')
conflicts('%clang@:3.2')
conflicts('%intel@:16')
def cmake_args(self):
args = []
args.append('-DPYTHON_EXECUTABLE:FILEPATH=%s'