vmmlib/0001-remove-lapack-tests.patch

57 lines
1.6 KiB
Diff

From b3ea45d53845dc307e3d58333a076f595369dcd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= <iucar@fedoraproject.org>
Date: Thu, 27 Aug 2020 19:49:38 +0200
Subject: [PATCH] remove lapack tests
---
CMakeLists.txt | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8cf6f5c..dc62a45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -166,40 +166,6 @@ set(TESTS
# tests/vmmlib_lapack_main.cpp
# tests/vmmlib_performance_tests_main.cpp
)
-if(LAPACK_FOUND)
- set(LAPACK_HEADERS
- include/vmmlib/lapack/detail/clapack.h
- include/vmmlib/lapack/detail/f2c.h )
- add_definitions(-DVMMLIB_USE_LAPACK)
- list(APPEND TESTS
- tests/blas_daxpy_test.cpp
- tests/blas_dgemm_test.cpp
- tests/blas_dot_test.cpp
- tests/cp3_tensor_test.cpp
- tests/lapack_gaussian_elimination_test.cpp
- tests/lapack_linear_least_squares_test.cpp
- tests/lapack_svd_test.cpp
- tests/lapack_sym_eigs_test.cpp
- tests/matrix_pseudoinverse_test.cpp
- tests/qtucker3_tensor_test.cpp
- tests/svd_lapack_vs_old.cpp
- tests/t3_hooi_test.cpp
- tests/t3_hopm_test.cpp
- tests/t3_hosvd_test.cpp
- tests/t3_ihooi_test.cpp
- tests/t3_ihopm_test.cpp
- tests/t3_ttm_test.cpp
- tests/tensor3_iterator_test.cpp
- tests/tensor3_test.cpp
- tests/tucker3_exporter_importer_test.cpp
- tests/tucker3_tensor_test.cpp
- tests/t4_hooi_test.cpp
- tests/t4_converter_test.cpp
- tests/tensor4_test.cpp
- tests/t4_ttm_test.cpp
-
-)
-endif()
if(BLAS_FOUND)
add_definitions(-DVMMLIB_USE_BLAS)
--
2.25.2