diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-07-02 23:21:45 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-07-02 23:21:45 +0000 |
commit | c8a26e4e560b38f282bf072876b484cf52119b4d (patch) | |
tree | 22debfb97d35fb9244ff01321331ff057a651c0f /dev-libs/libcpml | |
parent | corrections to make includes go in the proper places making planeshift compile (diff) | |
download | historical-c8a26e4e560b38f282bf072876b484cf52119b4d.tar.gz historical-c8a26e4e560b38f282bf072876b484cf52119b4d.tar.bz2 historical-c8a26e4e560b38f282bf072876b484cf52119b4d.zip |
metadata
Diffstat (limited to 'dev-libs/libcpml')
-rw-r--r-- | dev-libs/libcpml/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libcpml/metadata.xml | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/libcpml/Manifest b/dev-libs/libcpml/Manifest index 289ed256e05f..affb2da9f73d 100644 --- a/dev-libs/libcpml/Manifest +++ b/dev-libs/libcpml/Manifest @@ -1,6 +1,7 @@ MD5 89333b29e92af7c8f304ee5b855b240f libcpml-5.2.01-r1.ebuild 1336 MD5 4c6d09dfa1ea462c467f30911f6631c5 libcpml-5.2.01.ebuild 1196 MD5 e76bdb4b4142865f5349b48eab208692 ChangeLog 1191 +MD5 e8acb4c85baa3d2924ce7ac9441836ea metadata.xml 1084 MD5 31dc5c5a92d3ca7c65adf9584c2ecf39 libcpml-5.2.01-r2.ebuild 1731 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcpml-5.2.01-r1 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcpml-5.2.01-r2 0 diff --git a/dev-libs/libcpml/metadata.xml b/dev-libs/libcpml/metadata.xml new file mode 100644 index 000000000000..dcc5c51f2036 --- /dev/null +++ b/dev-libs/libcpml/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>taviso@gentoo.org</email> + <name>Tavis Ormandy</name> +</maintainer> +<longdescription> +CPML enables customers to significantly increase the precision and speed of mathematical calculations by more than 10 times compared to other mathematical libraries currently available on Linux. The Compaq Portable Math Library (CPML) is identical in content to that of Compaq Tru64 UNIX libm and consequently can be considered as a replacement for the Linux Alpha Libm. In particular the CPML provides intrinsic function support for the C and Fortran languages as defined by the X/Open, ANSI C and ANSI Fortran standards. The CPML supports IEEE single, double and quad precision floating point formats. + +The standard CPML routines are significantly faster than the corresponding routines in the Linux Alpha libm and with a few exceptions are also faster than the corresponding libffm routines. +</longdescription> +</pkgmetadata> |