diff options
author | 2012-10-14 20:50:31 +0000 | |
---|---|---|
committer | 2012-10-14 20:50:31 +0000 | |
commit | a86be4de043b5c6e7f1f64541f49bd41442dbb9a (patch) | |
tree | 24f8b2df3d035a069b6893a216227fc5c9bd2fbc /sci-libs/lis/metadata.xml | |
parent | Version bump. (diff) | |
download | gentoo-2-a86be4de043b5c6e7f1f64541f49bd41442dbb9a.tar.gz gentoo-2-a86be4de043b5c6e7f1f64541f49bd41442dbb9a.tar.bz2 gentoo-2-a86be4de043b5c6e7f1f64541f49bd41442dbb9a.zip |
sci-libs/lis: Correct wrong variable naming, FORTRAN_DEPEND -> FORTRAN_NEEDED
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/lis/metadata.xml')
-rw-r--r-- | sci-libs/lis/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/lis/metadata.xml b/sci-libs/lis/metadata.xml index 1df84d99b1a2..b2ee0b8206cc 100644 --- a/sci-libs/lis/metadata.xml +++ b/sci-libs/lis/metadata.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang='en'> + <herd>sci</herd> + <longdescription lang="en"> Lis, a Library of Iterative Solvers for linear systems, is a scalable parallel library for solving systems of linear equations and standard eigenvalue problems with real sparse matrices using iterative methods. </longdescription> -<use> - <flag name='saamg'>Build the Smoothed Aggregation Algebraic MultiGrid preconditioner</flag> - <flag name='quad'>Enable quadruple precision operations</flag> - <flag name='fma'>Use the Fused Multiply Add instruction set (x86 arches)</flag> -</use> + <use> + <flag name="saamg">Build the Smoothed Aggregation Algebraic MultiGrid preconditioner</flag> + <flag name="quad">Enable quadruple precision operations</flag> + <flag name="fma">Use the Fused Multiply Add instruction set (x86 arches)</flag> + </use> </pkgmetadata> |