Skip to content

Releases: scivision/scalapack

work with CMake < 3.21

26 Aug 14:12
e5b11f8
Compare
Choose a tag to compare
v2.2.1.9

work with CMake < 3.21

Don't use FetchContent for source

28 May 01:02
e5aa362
Compare
Choose a tag to compare

general improvements

Use Git submodules

09 Nov 18:59
acf286b
Compare
Choose a tag to compare

To simplify script and clarify inter-project dependencies, use Git submodules.

autobuild lapack if missing, CMake >= 3.19

23 Oct 21:24
Compare
Choose a tag to compare

Cmake default options for run path, cleanup test/CI

24 Jul 19:44
Compare
Choose a tag to compare

For shared builds, use Cmake's default run path.

Improve CI test and example

instead of "arith", use lapack-like precision options

18 Nov 18:07
d934c8b
Compare
Choose a tag to compare

default precision, we don't use "arith" anymore.

option(BUILD_SINGLE "Build single precision real" ON)
option(BUILD_DOUBLE "Build double precision real" ON)
option(BUILD_COMPLEX "Build single precision complex")
option(BUILD_COMPLEX16 "Build double precision complex")

use netlib lapack directly, improve find*

16 Nov 16:43
edf2fdb
Compare
Choose a tag to compare

For scripts/ (those building Lapack first), we previously used our CMake wrapper of Lapack. The Netlib lapack project's CMake has now matured to where our wrapper is no longer necessary, so we use Netlib Lapack directly in CMake scripts/ if user desires.

Improve MKL FindLapack, FindScalapack.

cpack: correct params

25 Aug 05:19
34b5e47
Compare
Choose a tag to compare
v2.2.1.2

cpack: correct params

add -Dlocal= offline install option

19 Aug 19:09
79319c0
Compare
Choose a tag to compare
v2.2.1.1

add -Dlocal= option to allow offline install

upstream scalapack 2.2.1

08 Aug 16:21
c74347e
Compare
Choose a tag to compare

work with CMake 3.13+