| diff -urN scalapack-2.0.2.orig/CMakeLists.txt scalapack-2.0.2/CMakeLists.txt |
| --- scalapack-2.0.2.orig/CMakeLists.txt 2012-05-01 19:58:24.000000000 -0700 |
| +++ scalapack-2.0.2/CMakeLists.txt 2019-11-22 02:21:33.699947200 -0800 |
| @@ -230,7 +230,7 @@ |
| append_subdir_files(src "SRC") |
| append_subdir_files(src-C "SRC") |
| |
| -if (UNIX) |
| +if (TRUE) |
| add_library(scalapack ${blacs} ${tools} ${tools-C} ${extra_lapack} ${pblas} ${pblas-F} ${ptzblas} ${ptools} ${pbblas} ${redist} ${src} ${src-C}) |
| target_link_libraries( scalapack ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES}) |
| scalapack_install_library(scalapack) |