Skip to content

Commit

Permalink
suitesparse-config: bump openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 6, 2024
1 parent 4960f14 commit 9a93853
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 @@ -42,7 +42,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("openblas/0.3.26", transitive_headers=True, transitive_libs=True)
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)

def build_requirements(self):
Expand Down

0 comments on commit 9a93853

Please sign in to comment.