Search Criteria
Package Details: fleur 7.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fleur.git (read-only, click to copy) |
|---|---|
| Package Base: | fleur |
| Description: | A full-potential linearized augmented planewave code |
| Upstream URL: | https://www.flapw.de |
| Keywords: | chemistry dft flapw quantum |
| Licenses: | MIT |
| Submitter: | a.kudelin |
| Maintainer: | a.kudelin |
| Last Packager: | a.kudelin |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-08 21:19 (UTC) |
| Last Updated: | 2024-06-24 17:54 (UTC) |
Dependencies (9)
- elpaAUR
- fftw (fftw-amdAUR)
- libxcAUR
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc-fortran-snapshotAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- python (make)
- vim (neovim-symlinksAUR, vim-cli-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim) (make)
Latest Comments
meatbug commented on 2022-09-14 14:24 (UTC)
Make sure to set your compiler as an environment variable. For instance, I had to enter
export FC=mpif90andexport CC=mpiccin the terminal window prior to installation.