Skip to content

Commit

Permalink
suitesparse-config: bump llvm-openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jul 8, 2024
1 parent 539b79e commit d48ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/suitesparse-config/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def layout(self):

def requirements(self):
self.requires("openblas/0.3.27", transitive_headers=True, transitive_libs=True)
self.requires("llvm-openmp/17.0.6", transitive_headers=True, transitive_libs=True)
self.requires("llvm-openmp/18.1.8", transitive_headers=True, transitive_libs=True)

def build_requirements(self):
self.tool_requires("cmake/[>=3.22 <4]")
Expand Down

0 comments on commit d48ef51

Please sign in to comment.