File: CMakeLists.txt

package info (click to toggle)
scalapack 2.2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 37,724 kB
  • sloc: fortran: 339,123; ansic: 74,530; makefile: 1,494; sh: 33
file content (7 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
add_subdirectory(SRC)

# skip REDIST/TESTING which is currently broken
# see Bug#1097848 and https://github.com/Reference-ScaLAPACK/scalapack/issues/148
#if(${SCALAPACK_BUILD_TESTS})
#  add_subdirectory(TESTING)
#endif()