Skip to content

Commit

Permalink
[lapack-reference] Remove _ in wrapper (microsoft#38100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Apr 10, 2024
1 parent a194ab0 commit 1b2372f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/lapack-reference/vcpkg-cmake-wrapper.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ list(REMOVE_ITEM ARGS "CONFIG")
list(REMOVE_ITEM ARGS "MODULE")

if(@USE_OPTIMIZED_BLAS@)
_find_package(BLAS)
find_package(BLAS)
endif()

# BLA_VENDOR and BLA_STATIC are documented at:
Expand Down
2 changes: 1 addition & 1 deletion ports/lapack-reference/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lapack-reference",
"version": "3.11.0",
"port-version": 3,
"port-version": 4,
"description": "LAPACK - Linear Algebra PACKage",
"homepage": "https://netlib.org/lapack/",
"license": "BSD-3-Clause-Open-MPI",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4070,7 +4070,7 @@
},
"lapack-reference": {
"baseline": "3.11.0",
"port-version": 3
"port-version": 4
},
"lastools": {
"baseline": "2.0.2+20230206",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lapack-reference.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0036813fc0d0004d8a47ec3743ab9c9c37beaac2",
"version": "3.11.0",
"port-version": 4
},
{
"git-tree": "415dc49800a66d2b211f2d16326d0bdfa1b2e665",
"version": "3.11.0",
Expand Down

0 comments on commit 1b2372f

Please sign in to comment.