./math/scalapack, Scalable Linear Algebra PACKage

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2.0nb1, Package name: scalapack-2.2.0nb1, Maintainer: thor

ScaLAPACK, or Scalable LAPACK, is a library of high performance linear
algebra routines for distributed memory computers supporting MPI.

The complete ScaLAPACK package is freely available on netlib and
can be obtained via the World Wide Web or anonymous ftp.

http://www.netlib.org/scalapack/


Master sites:

Filesize: 4657.506 KB

Version history: (Expand)


CVS history: (Expand)


   2026-02-07 09:27:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
scalapack: switch to https
   2026-01-04 12:35:18 by Thomas Klausner | Files touched by this commit (1)
Log message:
scalapack: fix build on NetBSD-current
   2025-08-22 19:55:01 by Thomas Klausner | Files touched by this commit (2)
Log message:
scalapack: fix build with cmake 4
   2025-04-10 18:40:35 by Dr. Thomas Orgis | Files touched by this commit (6)
Log message:
math/scalapack: avoid installing dodgy cmake files

I had a user software build break because it used cmake to locate scalapack.
This breaks because of the MPI::MPI_C introduced to fix MPI linking (patch
from upstream). Without find_package(MPI) being run the same context, that
symbol is not defined, and I do not know if it should be present at all.

Point being: Client software locates and builds with scalapack just fine
using the pkg-config file. No need to mess with cmake at all.

Also, I am _not_ upgrading to the somewhat-released 2.2.2, as upstream needs
time to sort out their process. There are no proper tarballs anymore, just
tag archives, and even then the version number in there does not match the
tag (2.2.1 vs. 2.2.2).

Let them sort that out. Then revisit. Another topic is the library versioning
intent on introducing unnecessary ABI breaks. Upstream needs help. Anyone
got free time?
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2022-08-26 00:58:01 by Dr. Thomas Orgis | Files touched by this commit (10)
Log message:
math/scalapack: import from WIP, parallel LAPACK library