dealii: @9.3.1 has build errors with boost@1.77.0 - so add dependency on boost@1.76.0 [or lower] (#26709)

This commit is contained in:
Satish Balay 2021-10-13 18:30:53 -05:00 committed by GitHub
parent fcac95b065
commit 36bd69021d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,8 @@ class Dealii(CMakePackage, CudaPackage):
when='@1.68.0'),
],
when='+python')
# boost@1.77.0 triggers build errors in dealii@9.3.1
depends_on('boost@:1.76', when='@:9.3')
# The std::auto_ptr is removed in the C++ 17 standard.
# See https://github.com/dealii/dealii/issues/4662
# and related topics discussed for other software libraries.