[lapack-reference] Remove _ in wrapper (#38100)

This commit is contained in:
Alexander Neumann 2024-04-10 21:26:09 +02:00 committed by GitHub
parent a194ab0156
commit 1b2372fdd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -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:

View File

@ -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",

View File

@ -4070,7 +4070,7 @@
},
"lapack-reference": {
"baseline": "3.11.0",
"port-version": 3
"port-version": 4
},
"lastools": {
"baseline": "2.0.2+20230206",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0036813fc0d0004d8a47ec3743ab9c9c37beaac2",
"version": "3.11.0",
"port-version": 4
},
{
"git-tree": "415dc49800a66d2b211f2d16326d0bdfa1b2e665",
"version": "3.11.0",