Search Criteria
Package Details: shtools-fortran 4.7.1-1
Git Clone URL: | https://aur.archlinux.org/shtools-fortran.git (read-only, click to copy) |
---|---|
Package Base: | shtools-fortran |
Description: | Tools for working with spherical harmonics |
Upstream URL: | https://shtools.oca.eu |
Keywords: | fortran harmonics Spherical |
Licenses: | |
Submitter: | Strawpants |
Maintainer: | Strawpants |
Last Packager: | Strawpants |
Votes: | 2 |
Popularity: | 0.000061 |
First Submitted: | 2017-09-01 22:30 |
Last Updated: | 2020-09-29 20:38 |
Dependencies (4)
- blas (openblas-lapack-git, openblas-git, blas-tmg, flexiblas, openblas-lapack-static, openblas-cblas-git, atlas-lapack, blis-cblas-openmp, blis-cblas, blas-git, openblas-lapack, armpl, openblas)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
Latest Comments
mdeff commented on 2019-11-18 18:34
Thanks for your responsiveness and for trying the python part.
Strawpants commented on 2019-11-14 23:23
I just updated the version to the 4.5.4 release. I also had a look into building the python module. But this gave me some build errors (missing a -shared option when building the shared libraries), and a straightforward
python setup.py install
would try installing the module directly in a system folder instead of becoming part of the pacman package itself. These may all be solvable problems, but for the time being I would recommend to install the python part just withpip install pyshtools
.mdeff commented on 2019-11-14 12:32
Would you consider including the python part? It should just be a matter of adding a
python setup.py install
and the right dependencies.