Skip to content

Commit

Permalink
install: also use MUMPS_SCALAPACK_VENDOR
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 24, 2024
1 parent db3c9fd commit 0e5db53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set(MUMPS_UPSTREAM_VERSION @MUMPS_UPSTREAM_VERSION@)
set(MUMPS_intsize64 @intsize64@)
set(MUMPS_parallel @parallel@)
set(MUMPS_LAPACK_VENDOR @LAPACK_VENDOR@)
set(MUMPS_SCALAPACK_VENDOR @SCALAPACK_VENDOR@)

set(MUMPS_s_FOUND @BUILD_SINGLE@)
set(MUMPS_d_FOUND @BUILD_DOUBLE@)
Expand All @@ -23,7 +24,7 @@ if(MUMPS_parallel)
find_dependency(LAPACK COMPONENTS ${MUMPS_LAPACK_VENDOR})
endif()

find_dependency(SCALAPACK)
find_dependency(SCALAPACK COMPONENTS ${MUMPS_SCALAPACK_VENDOR})
else()
find_dependency(LAPACK COMPONENTS ${MUMPS_LAPACK_VENDOR})
set(MUMPS_mpiseq_FOUND true)
Expand Down

0 comments on commit 0e5db53

Please sign in to comment.