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-2.9AUR)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- vim (neovim-drop-inAUR, neovim-symlinksAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-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=mpif90
andexport CC=mpicc
in the terminal window prior to installation.