metadata.xml 678 B

123456789101112131415161718
  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-mathematics@gentoo.org</email>
  6. <name>Gentoo Mathematics Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. XMDS is a code generator that integrates differential equations (ODEs, PDEs and
  10. SDEs are all supported). The system of equations to be integrated is specified
  11. in a XML file, which XMDS then uses to generate a C++ integrator. The code can
  12. autamatically take advantage of MPI and FFTW.
  13. </longdescription>
  14. <upstream>
  15. <remote-id type="sourceforge">xmds</remote-id>
  16. </upstream>
  17. </pkgmetadata>