metadata.xml 1.3 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <longdescription>
  9. PUNC (Portable Understructure for Numerical Computing) is a small standard
  10. collection of software libraries for numerical computing. The PUNC
  11. collection includes reference implementations of the standard (dense matrix)
  12. linear algebra tools BLAS and LAPACK, and also includes some newer (sparse
  13. matrix) linear algebra tools ARPACK, SuperLU, CgCode, and PMG. PUNC also
  14. provides some additional basic infrastructure such as the standard F2C
  15. header and corresponding library (libF2C), to support the use of F2C'd
  16. FORTRAN codes, and some other standard tools used to build numerical
  17. simulation software, such as the HDF5 library. While most of the libraries
  18. included in PUNC are completely stand-alone, and are the reference
  19. implementations developed by the individual library authors, PUNC also
  20. provides some Object-oriented C wrappers (written by the FETK developers)
  21. for use with Object-oriented C/C++ codes such as FETK . This is accomplished
  22. by building PUNC on top of FETK 's MALOC library.
  23. </longdescription>
  24. </pkgmetadata>