veccore: add typo fix for clang (#49288)

* veccore: add typo for clang

* veccore: apply ScalarWrapper.h patch for all compilers

---------

Co-authored-by: Joseph C Wang <joequant@gmail.com>
This commit is contained in:
Wouter Deconinck 2025-03-04 15:35:47 -06:00 committed by GitHub
parent cacdf84964
commit 487df807cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,13 @@ class Veccore(CMakePackage):
variant("vc", default=False, description="Enable Vc backend")
# Fix a typo in ScalarWrapper.h
patch(
"https://github.com/root-project/veccore/commit/247b9c6bd48a26b298a73683bb6015b08829ca70.patch?full_index=1",
sha256="7ea1b7ade302201fefe0b460ed32e86c39f241e4554e77e19c144985339e47f9",
when="@:0.8.1",
)
depends_on("cmake@3.16:", type="build", when="@0.8.1:")
depends_on("vc@1.2.0:", when="@0.2.0: +vc")
depends_on("vc@1.3.3:", when="@0.6.0: +vc")