Skip to content

Commit

Permalink
stdgpu: bump llvm-openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Feb 28, 2024
1 parent 617621f commit edd675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/stdgpu/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def requirements(self):
"Using Thrust from system instead of Conan.")
if self.options.backend == "openmp":
if self.options.openmp == "llvm":
self.requires("llvm-openmp/12.0.1", transitive_headers=True, transitive_libs=True)
self.requires("llvm-openmp/17.0.6", transitive_headers=True, transitive_libs=True)
else:
self.output.info("Using OpenMP backend with system OpenMP")

Expand Down

0 comments on commit edd675b

Please sign in to comment.