X Tutup
Skip to content

Commit 09ee3f8

Browse files
authored
add required libs for sycl programs (spack#20728)
1 parent 83eec2d commit 09ee3f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/spack/spack/compilers/oneapi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def verbose_flag(self):
3636
return "-v"
3737

3838
required_libs = ['libirc', 'libifcore', 'libifcoremt', 'libirng',
39-
'libsvml', 'libintlc', 'libimf']
39+
'libsvml', 'libintlc', 'libimf', 'libsycl',
40+
'libOpenCL']
4041

4142
@property
4243
def debug_flags(self):

0 commit comments

Comments
 (0)
X Tutup