diff options
author | 2017-11-18 20:39:44 +0000 | |
---|---|---|
committer | 2017-11-18 20:39:44 +0000 | |
commit | bce61aa3e4fe85fe411df858eb30ebe72a3a8f88 (patch) | |
tree | b1c9615114a61663dd20c38cda7bb4b0a04ec6cd /sci-libs/bigdft-abi | |
parent | sci-biology/bismark: Fix repoman warnings (diff) | |
download | sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.gz sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.tar.bz2 sci-bce61aa3e4fe85fe411df858eb30ebe72a3a8f88.zip |
Consistently ident with tabs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/bigdft-abi')
-rw-r--r-- | sci-libs/bigdft-abi/metadata.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sci-libs/bigdft-abi/metadata.xml b/sci-libs/bigdft-abi/metadata.xml index 59ce9fb3d..9389ce33a 100644 --- a/sci-libs/bigdft-abi/metadata.xml +++ b/sci-libs/bigdft-abi/metadata.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-physics@gentoo.org</email> - <name>Gentoo Physics Project</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="project"> + <email>sci-physics@gentoo.org</email> + <name>Gentoo Physics Project</name> + </maintainer> + <longdescription lang="en"> BigDFT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional Theory (DFT), using pseudopotentials and a wavelets basis. BigDFT-ABI is its fork by ABINIT developers to serve as a library for sci-physics/abinit. </longdescription> - <use> - <flag name="cuda">Enable support for nVidia CUDA</flag> - <flag name="etsf_io"> + <use> + <flag name="cuda">Enable support for nVidia CUDA</flag> + <flag name="etsf_io"> Enable support for reading and writing the European Theoretical Spectroscopy facility (ETSF) file format </flag> - <flag name="glib"> + <flag name="glib"> Compile with GLib Object System support </flag> - <flag name="opencl">Enable support for OpenCL GPU acceleration</flag> - <flag name="scalapack"> + <flag name="opencl">Enable support for OpenCL GPU acceleration</flag> + <flag name="scalapack"> Use ScaLAPACK, a subset of LAPACK routines redesigned for heterogenous computing </flag> - </use> + </use> </pkgmetadata> |