Package Details: scalapack 2.2.0-3

Git Clone URL: https://aur.archlinux.org/scalapack.git (read-only, click to copy)
Package Base: scalapack
Description: Subset of scalable LAPACK routines redesigned for distributed memory computers.
Upstream URL: http://www.netlib.org/scalapack/
Licenses: custom
Provides: blacs
Submitter: mickele
Maintainer: MartinDiehl
Last Packager: MartinDiehl
Votes: 25
Popularity: 0.088669
First Submitted: 2009-01-12 23:39 (UTC)
Last Updated: 2024-05-14 11:13 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

AsmundEr commented on 2013-02-18 13:29 (UTC)

"cmake" should be added to the list of makedepends.

<deleted-account> commented on 2012-02-29 21:57 (UTC)

PKGBUILD update: pkgver=2.0.1 md5sums=('17b8cde589ea0423afe1ec43e7499161' 'a536ab4837ec68addff0a3ec99427a10' '182bf79471c020e8274fec5ef1240005' '0bef36150ffaf341a6228b474ed800c9' '4723ad431356431bb193db254b6ee0fb')

<deleted-account> commented on 2012-01-17 15:17 (UTC)

You should take off "pkgver" from the directories as Scalapack 2.0.x no longer has the version at the end of the directory's name

mickele commented on 2010-08-06 23:48 (UTC)

@ chillu I added features you requested!

<deleted-account> commented on 2010-08-03 09:04 (UTC)

If you get a link error for not being able to find "-lblacsf77" then you need to install blacs-mpi (also from AUR! :)) If you get a link error for not being able to find "-lcblas" then you need to install atlas-lapack (also from AUR! :)) TODO: Include blacs-mpi and atlas-lapack as dependencies

<deleted-account> commented on 2010-08-03 08:17 (UTC)

scalapack depends on mpich2 which gets installed at /opt/mpich2/ Usually /opt/mpich2/bin/ isn't part of the $PATH environment variable (as mpich2 was *just* installed). Building scalapack fails because it can't find mpif77. I had to: $ export PATH=$PATH:/opt/mpich2/bin and restart the installation of scalapack $ yaourt scalapack Maybe you should make this part of the PKGBUILD script (include /opt/mpich2/bin/ in the search path)?