diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-mathematics/xmds |
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-mathematics/xmds')
-rw-r--r-- | sci-mathematics/xmds/Manifest | 5 | ||||
-rw-r--r-- | sci-mathematics/xmds/metadata.xml | 17 | ||||
-rw-r--r-- | sci-mathematics/xmds/xmds-2.2.2.ebuild | 43 |
3 files changed, 65 insertions, 0 deletions
diff --git a/sci-mathematics/xmds/Manifest b/sci-mathematics/xmds/Manifest new file mode 100644 index 000000000000..0dd21a705358 --- /dev/null +++ b/sci-mathematics/xmds/Manifest @@ -0,0 +1,5 @@ +DIST xmds-2.2.2.tar.gz 33449671 SHA256 6ab07b2aa44ef24a81e6cac2b16a6d99f8840531116c25ea40fbe7de20d1b96d SHA512 470652112e17503f6f0a4da9a68d4f360e66d8b29701a30385f3d49f9b0359578c702ff92f54876b473976b0794f6c2b2302b0a16508e09a5ec53572454eda42 WHIRLPOOL 7a9083e02452f4becc69977fbb59b7bb708cdc67475b93e62e92368ba71a3c804165e50d559cda2bfad7d84db2f6e40bd9afbd7d43299a9dc6419a86d385e983 +EBUILD xmds-2.2.2.ebuild 1097 SHA256 16df9e19ecce63e0dfccdb95b2ec8fb42f690e2d37b1f4501ad48a703b3686d4 SHA512 88ac183a3daae878caddde57242dfa5811578635178fa34fa86bf49321155554ab0a40255c7526e6b3aa3b98c72c9f3c77ffad676ec9d89f7055f7f20c50f09a WHIRLPOOL 6faa3fe77c9c7a6be5ba55b97157d33a9b511db1cc224fddb5c32e33d9cdbdb1b8532f0f24ea7c0c2e5b06c95b4a400aa4fa5eb5521f7803ef3f19decf14a7f7 +MISC ChangeLog 2783 SHA256 e427f1a475f7939780109df3d98e74137da59016e4f252973dc985fdb4f6a2e7 SHA512 fc2e9bf32c9da0f80874fa3f3ce8f7b1a9b1feb6cf590ff05d1ece78511da01e48db09ceab18a00c32c83d1612bcedb7a98d91f56389af30e125af8d9f55d448 WHIRLPOOL 6d33eb66cb7bc9f51f655eec4bed0259da26e3204bf76c12d1625fca2b703ff1ef9157a8c5b021a57a835095cc47f4ee40316fb2d68a3fe2cf94f976491852a2 +MISC ChangeLog-2015 1310 SHA256 84d6d8d03f4b1e39fca7db3952d78e9abccdc9102d917ca56cc118d8b9d4a4b9 SHA512 c762762a859763325e7b25d29e88ee4eb28baa41d86e9db23b56db26f2ff08aa6fc78adcf9397c837bd01e78fa363f82af1019a31e45613ba3b60c8822e132d0 WHIRLPOOL 90e6f714775c111bbf409eb897cd7786e7ea0c67e2ba6503beebe59ef9df145f47a9b25042e6593cd099679a6ec4ec191f4ae7a2fc502398763eeb9dcf960f24 +MISC metadata.xml 678 SHA256 18d416b22b8537e0ed8a6720f6556e0f1abe1f07631f74268deb78481b3dc154 SHA512 f177dcaed1bdebc436febbfaa09629d13524cffda2d348b299260bf496f11270b102ac13c81ed676e3f4d6d7472d2651969f08e5405eb7be5f2975336b75d78c WHIRLPOOL 39b68ebfdcaa8107403b4637cb013ad0ba2b13ed140b7cb367fc85a59f8b7e47490bddd316da978fcc0decd193e183d2e2bdfe2539e98b41acb776782193e3f3 diff --git a/sci-mathematics/xmds/metadata.xml b/sci-mathematics/xmds/metadata.xml new file mode 100644 index 000000000000..3b7403548310 --- /dev/null +++ b/sci-mathematics/xmds/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci-mathematics@gentoo.org</email> + <name>Gentoo Mathematics Project</name> + </maintainer> + <longdescription lang="en"> +XMDS is a code generator that integrates differential equations (ODEs, PDEs and +SDEs are all supported). The system of equations to be integrated is specified +in a XML file, which XMDS then uses to generate a C++ integrator. The code can +autamatically take advantage of MPI and FFTW. + </longdescription> + <upstream> + <remote-id type="sourceforge">xmds</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-mathematics/xmds/xmds-2.2.2.ebuild b/sci-mathematics/xmds/xmds-2.2.2.ebuild new file mode 100644 index 000000000000..bf3dbf1a7e00 --- /dev/null +++ b/sci-mathematics/xmds/xmds-2.2.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="XMDS - The eXtensible Multi-Dimensional Simulator" +HOMEPAGE="http://www.xmds.org" +SRC_URI="mirror://sourceforge/xmds/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="doc examples mpi" + +DEPEND="dev-python/cheetah[${PYTHON_USEDEP}]" +RDEPEND=">=sci-libs/fftw-3.3.1:3.0=[mpi?] + mpi? ( virtual/mpi ) + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pyparsing[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/mpmath[${PYTHON_USEDEP}] + dev-python/h5py[${PYTHON_USEDEP}] + sci-libs/atlas + sci-libs/hdf5 + sci-libs/gsl" +#virtual/cblas + +python_install_all() { + use doc && HTML_DOCS+=( documentation/. ) + if use examples; then + docompress -x "/usr/share/doc/${PF}/examples" + dodoc -r examples + fi + distutils-r1_python_install_all +} + +pkg_postinst() { + elog "Configure XMDS2 by typing" + elog "xmds2 --reconfigure" + elog "See http://www.xmds.org/installation.html for further informations" +} |