aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/frameworks/30 scalapack/cmake/FindSCALAPACK.cmake3
-rw-r--r--test cases/frameworks/30 scalapack/meson.build2
2 files changed, 0 insertions, 5 deletions
diff --git a/test cases/frameworks/30 scalapack/cmake/FindSCALAPACK.cmake b/test cases/frameworks/30 scalapack/cmake/FindSCALAPACK.cmake
index d67ff7a..17f4b3b 100644
--- a/test cases/frameworks/30 scalapack/cmake/FindSCALAPACK.cmake
+++ b/test cases/frameworks/30 scalapack/cmake/FindSCALAPACK.cmake
@@ -15,9 +15,6 @@ Finds SCALAPACK libraries for MKL, OpenMPI and MPICH.
Intel MKL relies on having environment variable MKLROOT set, typically by sourcing
mklvars.sh beforehand.
-This also uses our FindLAPACK.cmake to deduplicate code.
-
-
Parameters
^^^^^^^^^^
diff --git a/test cases/frameworks/30 scalapack/meson.build b/test cases/frameworks/30 scalapack/meson.build
index afef674..430f54f 100644
--- a/test cases/frameworks/30 scalapack/meson.build
+++ b/test cases/frameworks/30 scalapack/meson.build
@@ -25,5 +25,3 @@ if add_languages('fortran')
dependencies: [scalapack, mpi_f])
test('scalapack_fortran', f_exe, timeout: 30)
endif
-
-scalapack_cmake = dependency('scalapack', method: 'cmake', cmake_module_path: 'cmake', required: false)