Skip to content

Commit

Permalink
Merge pull request easybuilders#19279 from branfosj/20231121205659_ne…
Browse files Browse the repository at this point in the history
…w_pr_pybind11262

use existing patch in pybind11 2.6.2 and 2.7.1 to fix failing test due to extra whitespace
  • Loading branch information
boegel authored Nov 22, 2023
2 parents 0a601a5 + 538653c commit 646550b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

source_urls = ['https://github.com/pybind/pybind11/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2']
patches = ['pybind11-2.6.0_fix-test-extra-whitespace.patch']
checksums = [
{'v2.6.2.tar.gz': '8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2'},
{'pybind11-2.6.0_fix-test-extra-whitespace.patch':
'f0ff7416d14f9589b5d100ad021e18690cb08cb662df9d0ac21327d04bdb96fc'},
]

builddependencies = [
('binutils', '2.36.1'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

source_urls = ['https://github.com/pybind/pybind11/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020']
patches = ['pybind11-2.6.0_fix-test-extra-whitespace.patch']
checksums = [
{'v2.7.1.tar.gz': '616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020'},
{'pybind11-2.6.0_fix-test-extra-whitespace.patch':
'f0ff7416d14f9589b5d100ad021e18690cb08cb662df9d0ac21327d04bdb96fc'},
]

builddependencies = [
('binutils', '2.37'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

source_urls = ['https://github.com/pybind/pybind11/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020']
patches = ['pybind11-2.6.0_fix-test-extra-whitespace.patch']
checksums = [
{'v2.7.1.tar.gz': '616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020'},
{'pybind11-2.6.0_fix-test-extra-whitespace.patch':
'f0ff7416d14f9589b5d100ad021e18690cb08cb662df9d0ac21327d04bdb96fc'},
]

builddependencies = [
('binutils', '2.37'),
Expand Down

0 comments on commit 646550b

Please sign in to comment.