"gcc-fortran" should also be a makedepend.
Thanks for maintaining! :)
Search Criteria
Package Details: scalapack 2.0.2-3
Package Actions
| Package Base: | scalapack |
|---|---|
| Description: | subset of scalable LAPACK routines redesigned for distributed memory MIMD parallel computers. |
| Upstream URL: | http://www.netlib.org/scalapack/ |
| Category: | lib |
| Licenses: | |
| Submitter: | mickele |
| Maintainer: | myles |
| Last Packager: | None |
| Votes: | 12 |
| First Submitted: | 2009-01-12 23:39 |
| Last Updated: | 2013-02-18 22:43 |
Sources
Latest Comments
Comment by lonaowna
Comment by AsmundEr
"cmake" should be added to the list of makedepends.
Anonymous comment
PKGBUILD update:
pkgver=2.0.1
md5sums=('17b8cde589ea0423afe1ec43e7499161'
'a536ab4837ec68addff0a3ec99427a10'
'182bf79471c020e8274fec5ef1240005'
'0bef36150ffaf341a6228b474ed800c9'
'4723ad431356431bb193db254b6ee0fb')
Anonymous comment
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
Comment by mickele
@ chillu
I added features you requested!
Anonymous comment
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
Anonymous comment
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)?