From 22690a757680f6a3464f08c854cd647e3e9e7dd5 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Tue, 19 Nov 2024 18:12:10 +0100 Subject: [PATCH] Make oneAPI library-with-sdk specialize library class (#47632) --- lib/spack/spack/build_systems/oneapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/build_systems/oneapi.py b/lib/spack/spack/build_systems/oneapi.py index 6d60a7ae4f3..9082d4f8ab0 100644 --- a/lib/spack/spack/build_systems/oneapi.py +++ b/lib/spack/spack/build_systems/oneapi.py @@ -255,7 +255,7 @@ def libs(self): return find_libraries("*", root=self.component_prefix.lib, recursive=not self.v2_layout) -class IntelOneApiLibraryPackageWithSdk(IntelOneApiPackage): +class IntelOneApiLibraryPackageWithSdk(IntelOneApiLibraryPackage): """Base class for Intel oneAPI library packages with SDK components. Contains some convenient default implementations for libraries