summaryrefslogtreecommitdiff
path: root/sci-physics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /sci-physics
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/Manifest.gzbin5532 -> 5365 bytes
-rw-r--r--sci-physics/espresso++/Manifest4
-rw-r--r--sci-physics/espresso++/espresso++-2.0.2.ebuild61
-rw-r--r--sci-physics/espresso++/espresso++-9999.ebuild61
-rw-r--r--sci-physics/espresso++/metadata.xml16
-rw-r--r--sci-physics/lammps/Manifest2
-rw-r--r--sci-physics/lammps/lammps-20200303.ebuild2
-rw-r--r--sci-physics/qutip/Manifest2
-rw-r--r--sci-physics/qutip/metadata.xml8
9 files changed, 3 insertions, 153 deletions
diff --git a/sci-physics/Manifest.gz b/sci-physics/Manifest.gz
index 295c73df5f11..63b510fcc4b0 100644
--- a/sci-physics/Manifest.gz
+++ b/sci-physics/Manifest.gz
Binary files differ
diff --git a/sci-physics/espresso++/Manifest b/sci-physics/espresso++/Manifest
deleted file mode 100644
index 7bc653f5026e..000000000000
--- a/sci-physics/espresso++/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST espresso++-2.0.2.tar.gz 26643776 BLAKE2B fb4756164f405472c922d4a0d64ad350a74315db96c9e846d1807e1b332c7fa8daa55831d5ee0baa31b4069e1f7c63a91e241e70913fdc5c31a77cc9514acaa4 SHA512 599bf0560eb8f9517f890f9f1895ec5a7d43b727e12f14e722506ad571f9d001f5cc54c3e91922954a7e7cefdaff85d5dd15cab58b35bf09f5399e22b42e588c
-EBUILD espresso++-2.0.2.ebuild 1288 BLAKE2B d4dc6e4eba7094611734956fd924a7ce3d65f0f65817ad4a1be243ad0116d193d0ecd48b17aa53d81adb5a33bccb16c276ce5918d1e5fcb1d97236a4aa8807a2 SHA512 b127d3aabf08c0ad341ca4ad683e6e2216933e8552032c94caa40eadef9c0895a0230d6d24995f0b6f129fe89d7c150ebb7b9b3cd89bb20f8c1d345d3533a951
-EBUILD espresso++-9999.ebuild 1288 BLAKE2B d4dc6e4eba7094611734956fd924a7ce3d65f0f65817ad4a1be243ad0116d193d0ecd48b17aa53d81adb5a33bccb16c276ce5918d1e5fcb1d97236a4aa8807a2 SHA512 b127d3aabf08c0ad341ca4ad683e6e2216933e8552032c94caa40eadef9c0895a0230d6d24995f0b6f129fe89d7c150ebb7b9b3cd89bb20f8c1d345d3533a951
-MISC metadata.xml 525 BLAKE2B 19c69884a09ab09426a1e97051757b276ebb02c2122de33f65878f4d28cb0f8fd49e0f8608214ec4026f3e3f19dfcdc8bb924f16600bdbf6ea6f149a7aeed0f3 SHA512 62fa70b4fb5b56734c3ba8d47fa3940f3b3856a2f51941f2804daee53949142bbfd4cab9036ed10e0901284bd9bd15a03541d6927c1d4d89eb701f2efeb636ed
diff --git a/sci-physics/espresso++/espresso++-2.0.2.ebuild b/sci-physics/espresso++/espresso++-2.0.2.ebuild
deleted file mode 100644
index 151284b69afa..000000000000
--- a/sci-physics/espresso++/espresso++-2.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils python-r1
-
-DESCRIPTION="A Modern Multiscale Simulation Package for Soft Matter Systems"
-HOMEPAGE="https://www.espresso-pp.de"
-
-MY_PN="${PN//+/p}"
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- virtual/mpi
- dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}]
- sci-libs/fftw:3.0
- >=dev-python/mpi4py-2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
- src_configure_internal() {
- local mycmakeargs=(
- -DEXTERNAL_BOOST=ON
- -DEXTERNAL_MPI4PY=ON
- -DWITH_RC_FILES=OFF
- )
- cmake-utils_src_configure
- }
- python_foreach_impl src_configure_internal
-}
-
-src_compile() {
- python_foreach_impl cmake-utils_src_make
-}
-
-src_test() {
- python_foreach_impl cmake-utils_src_test
-}
-
-src_install() {
- python_foreach_impl cmake-utils_src_install
-}
diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
deleted file mode 100644
index 151284b69afa..000000000000
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils python-r1
-
-DESCRIPTION="A Modern Multiscale Simulation Package for Soft Matter Systems"
-HOMEPAGE="https://www.espresso-pp.de"
-
-MY_PN="${PN//+/p}"
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- virtual/mpi
- dev-libs/boost:=[python,mpi,${PYTHON_USEDEP}]
- sci-libs/fftw:3.0
- >=dev-python/mpi4py-2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
- src_configure_internal() {
- local mycmakeargs=(
- -DEXTERNAL_BOOST=ON
- -DEXTERNAL_MPI4PY=ON
- -DWITH_RC_FILES=OFF
- )
- cmake-utils_src_configure
- }
- python_foreach_impl src_configure_internal
-}
-
-src_compile() {
- python_foreach_impl cmake-utils_src_make
-}
-
-src_test() {
- python_foreach_impl cmake-utils_src_test
-}
-
-src_install() {
- python_foreach_impl cmake-utils_src_install
-}
diff --git a/sci-physics/espresso++/metadata.xml b/sci-physics/espresso++/metadata.xml
deleted file mode 100644
index 1587252e7be8..000000000000
--- a/sci-physics/espresso++/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>junghans@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-physics@gentoo.org</email>
- <name>Gentoo Physics Project</name>
- </maintainer>
- <upstream>
- <remote-id type="bitbucket">espressopp/espressopp</remote-id>
- <remote-id type="github">espressopp/espressopp</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-physics/lammps/Manifest b/sci-physics/lammps/Manifest
index 7a596e7c0853..c86def6456d1 100644
--- a/sci-physics/lammps/Manifest
+++ b/sci-physics/lammps/Manifest
@@ -27,5 +27,5 @@ EBUILD lammps-20181212.ebuild 2983 BLAKE2B 9a1c3616dc7b93c41a934e45f9cbdf642aa96
EBUILD lammps-20190605.ebuild 2983 BLAKE2B b1b61fea5f10e4161cd141c15ad5d39852469160c2647b88918fb7fc93d93ee085b1ae7df0de95be45e63d6689056a4065f4b1c272fc8dd6a758f2c624441291 SHA512 01510f78fec52d3799fc70397956da697ffe71bd67e49daa4cccfb68f62a371ccedf61257d58c026df0780dec3cf7cf5f180fcb6ebf956ee9234949341cd921e
EBUILD lammps-20190807-r1.ebuild 2981 BLAKE2B 596bbab3fd8f1fc2e9704ff4f8a1820f60315f14f5d6ef3789f73cdc65ffeb2940d65f31dea29b729cbf88a2287791ba05a3b89e6a66bc694f6f47b8958be9d6 SHA512 a0f4c13dc9522fd12b683aedf8b8b4ce4f3cf7a94db166f7958beaede73d43ba021abb0b2cb2155faf101832f101adec741cf6ee9edb84e3a52205bf1de6fee9
EBUILD lammps-20190807.ebuild 2983 BLAKE2B dec7fed84824ca9ee695e25d54abeb6b767cfbf7e8889f0ea5f035817bd6b94cee61b1cf8c75d4ad39497f2b8fc81f2c538ee329ac4aafba6c829291ecd4c245 SHA512 57814b446487f1a9c35ff28549ad70af2c6628e2324048b84544ed10b578294bc870e22e481aeab91c4545d5d74ea45f0768d98f98c623175236b104f3bc41fd
-EBUILD lammps-20200303.ebuild 3048 BLAKE2B 03b75bd91e21bb2d765836176d8ac88b5ca80c9cc1b1091e6e81416826c43e055aab6116eab35f6954e6bfbba09da1cf5d78e9c54de1c40f26b0b58bef11f6eb SHA512 d4b71ccb1f776643edfae5dff74d36017a2da284982d3a0a4a0f2d7949324e37ab43a60cb57fd217605a517455f021987e27bd7551d15599694b6e3699628f2a
+EBUILD lammps-20200303.ebuild 3045 BLAKE2B 9689b14fda6cd7fedbb6f2fb7682863011bd790800cff8a82e8947a47e21813f6e2cf3f69542a579374560234ebe5f5b3de1fc8b955a4b93b86c6d9a09dad1f6 SHA512 8b57eb9562e265d1a3593a2819d326504e88b2617aa9f07c59b5af610d5b91e57a45452ea4dd1c3e6cb60923565f7d30b8d38c01dfa07f25d5a3c24e289aeb2c
MISC metadata.xml 1400 BLAKE2B 799d1c7a8a17a78af7de38cba5058ebe2b79eb577f8bcfa918459bccedecf151adc9442fe2031f16c6215b9126045a7472cb91fdf0d9a68c6f22271a5a2a5226 SHA512 8f864d325dfcbba719be7f7860485810a63a685739d0f2a0ec45989362b3eec28351d4ad34f579572f638291f2bad96ac04ca6eacd4c886ffbb77fb6d06dbe12
diff --git a/sci-physics/lammps/lammps-20200303.ebuild b/sci-physics/lammps/lammps-20200303.ebuild
index b159bd9a9469..d27137f6fee6 100644
--- a/sci-physics/lammps/lammps-20200303.ebuild
+++ b/sci-physics/lammps/lammps-20200303.ebuild
@@ -41,7 +41,7 @@ DEPEND="
sci-libs/fftw:3.0
netcdf? ( sci-libs/netcdf )
cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
- kokkos? ( >=dev-cpp/kokkos-3.0.00 )
+ kokkos? ( =dev-cpp/kokkos-3.0* )
dev-cpp/eigen:3
"
RDEPEND="${DEPEND}"
diff --git a/sci-physics/qutip/Manifest b/sci-physics/qutip/Manifest
index 0fa9709ec997..88c76dec8353 100644
--- a/sci-physics/qutip/Manifest
+++ b/sci-physics/qutip/Manifest
@@ -1,3 +1,3 @@
DIST qutip-4.2.0.tar.gz 424805 BLAKE2B 8f85e12402681b57bd4a612a2d5d9023f4c27a35aa78b70ad00d238123b2863a9b728e5ed1c24d81faf6892ca2b0a5b70652403fbd7b5dc02629e328e92a7e2b SHA512 888e569b30a1085162ecfa768967526f5ce34b19e1a1b0f76f1331eb3978159ba321e126a1bc57e0936c5819218f07a336a57c80193b33af1009d1cd87fa95de
EBUILD qutip-4.2.0.ebuild 1161 BLAKE2B 96f762f35519660b965e19e0fe905768a137accc10ac37d391224d6107def1a053e54fb3ccd8eedddc56c164d5217e48680310570041e6c986ae01296983272f SHA512 43841dfc5412a22d32a76e9f2e8f9d507020039849c4b57c99b64277557138587bf203cfe0889f25091e18e9f6a05e93cf8523726d4a05c48e527d126e473aa5
-MISC metadata.xml 1166 BLAKE2B 6271ec99e6e13f1cd49c94fa84b3235c86de47fae1e54fe44fee51106389840af695102c136e640e5df2823fb8ba205e06941ba52c8e318c504140742527cedb SHA512 eedcc69cefe905b4d0f39a106f5b444c9924ba60e2ecea1bdbca8551a946b1008a5e9ec83ef285f201fefd20b4a7bab76f4280f0f6827a3422257c6500e4c4af
+MISC metadata.xml 921 BLAKE2B 2af496d40c3d246f2998bbc99f2a50b017c5f63e82ce0bc416a9a33354222c903afe71c665e2267257a146bc3a70f2772a9bac5b5044a5258f0206c3a80c45b1 SHA512 8a37b273e39902b78047da2df82154035a12055a06154b70ef829d6f94670f995d49278f4655075bc0f7f1f00e591a0e79dd0e6bcd584d93764634a3fcd62549
diff --git a/sci-physics/qutip/metadata.xml b/sci-physics/qutip/metadata.xml
index fb7fc53aee2b..d20d38f47016 100644
--- a/sci-physics/qutip/metadata.xml
+++ b/sci-physics/qutip/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>hendrik@consetetur.de</email>
- <name>Hendrik v. Raven (lorem_ipsum)</name>
- </maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<longdescription lang="en">
QuTiP is open-source software for simulating the dynamics of open quantum systems. The QuTiP library depends on the excellent Numpy, Scipy, and Cython numerical packages. In addition, graphical output is provided by Matplotlib. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of Hamiltonians, including those with arbitrary time-dependence, commonly found in a wide range of physics applications such as quantum optics, trapped ions, superconducting circuits, and quantum nanomechanical resonators.
</longdescription>