Merge pull request #4613 from martin-frbg/issue4612

Do not run the CBLAS_?GEMM3M tests when cross-compiling with gmake
This commit is contained in:
Martin Kroeker 2024-04-06 11:11:27 +02:00 committed by GitHub
commit 12650c912c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,6 @@ ifeq ($(BUILD_COMPLEX16),1)
OPENBLAS_NUM_THREADS=2 ./xzcblat3 < zin3 OPENBLAS_NUM_THREADS=2 ./xzcblat3 < zin3
endif endif
endif endif
endif
ifeq ($(SUPPORT_GEMM3M),1) ifeq ($(SUPPORT_GEMM3M),1)
ifeq ($(USE_OPENMP), 1) ifeq ($(USE_OPENMP), 1)
@ -222,7 +221,7 @@ ifeq ($(BUILD_COMPLEX16),1)
endif endif
endif endif
endif endif
endif