cool: add v3.3.10 (#28858)

Co-authored-by: Harald Minde Hansen <harald.minde.hansen@cern.ch>
Co-authored-by: Valentin Volkl <valentin.volkl@cern.ch>
This commit is contained in:
haralmha 2022-02-11 09:41:45 +01:00 committed by GitHub
parent 5b71839127
commit 1e494eec2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class Cool(CMakePackage):
tags = ['hep']
maintainers = ['iarspider']
version('3.3.10', tag='COOL_3_3_10')
version('3.3.7', tag='COOL_3_3_7')
version('3.3.5', tag='COOL_3_3_5')
version('3.3.4', tag='COOL_3_3_4')
@ -25,7 +26,13 @@ class Cool(CMakePackage):
# * Create python/PyCool/_internal directory
# (only necessary for Spack builds, for some reason)
# * Explicitly request Boost components
patch('cool.patch', level=0)
patch('cool.patch', level=0, when='@:3.3.8')
@when('@3.3.9:')
def patch(self):
filter_file("find_package(Boost REQUIRED)",
"find_package(Boost REQUIRED chrono system thread)",
"src/RelationalCool/CMakeLists.txt")
# BINARY_TAG is a combination of target, os, compiler name and build type (opt/dbg)
# If you override it, please also override it for CORAL