dealii: blacklist boost 1.68.0 due to segmentation fault in serialization lib (#9023)
This commit is contained in:
parent
4ba8c0cb58
commit
5aa126d850
1 changed files with 3 additions and 2 deletions
|
@ -98,12 +98,13 @@ class Dealii(CMakePackage, CudaPackage):
|
||||||
# https://github.com/dealii/dealii/issues/5262
|
# https://github.com/dealii/dealii/issues/5262
|
||||||
# we take the patch from https://github.com/boostorg/serialization/pull/79
|
# we take the patch from https://github.com/boostorg/serialization/pull/79
|
||||||
# more precisely its variation https://github.com/dealii/dealii/pull/5572#issuecomment-349742019
|
# more precisely its variation https://github.com/dealii/dealii/pull/5572#issuecomment-349742019
|
||||||
depends_on('boost@1.59.0:1.63,1.65.1,1.67.0:+thread+system+serialization+iostreams',
|
# 1.68.0 has issues with serialization https://github.com/dealii/dealii/issues/7074
|
||||||
|
depends_on('boost@1.59.0:1.63,1.65.1,1.67.0:1.67.99+thread+system+serialization+iostreams',
|
||||||
patches=patch('boost_1.65.1_singleton.patch',
|
patches=patch('boost_1.65.1_singleton.patch',
|
||||||
level=1,
|
level=1,
|
||||||
when='@1.65.1'),
|
when='@1.65.1'),
|
||||||
when='~python')
|
when='~python')
|
||||||
depends_on('boost@1.59.0:1.63,1.65.1,1.67.0:+thread+system+serialization+iostreams+python',
|
depends_on('boost@1.59.0:1.63,1.65.1,1.67.0:1.67.99+thread+system+serialization+iostreams+python',
|
||||||
patches=patch('boost_1.65.1_singleton.patch',
|
patches=patch('boost_1.65.1_singleton.patch',
|
||||||
level=1,
|
level=1,
|
||||||
when='@1.65.1'),
|
when='@1.65.1'),
|
||||||
|
|
Loading…
Reference in a new issue