2023-02-13 11:31:55 UTC

This commit is contained in:
Repository mirror & CI
2023-02-13 11:31:55 +00:00
parent 1f4e020e16
commit 13030f15cd
57 changed files with 486 additions and 149 deletions

View File

@@ -0,0 +1,14 @@
BDEPEND=doc? ( app-doc/doxygen || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/breathe[python_targets_python3_11(-)] dev-python/sphinx[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/breathe[python_targets_python3_10(-)] dev-python/sphinx[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 dev-python/breathe[python_targets_python3_9(-)] dev-python/sphinx[python_targets_python3_9(-)] ) ) ) test? ( dev-cpp/doctest ) >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=C++ wrappers for SIMD intrinsics
EAPI=8
HOMEPAGE=https://github.com/xtensor-stack/xsimd
INHERIT=cmake python-any-r1
IUSE=doc test
KEYWORDS=~amd64
LICENSE=BSD
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://codeload.github.com/xtensor-stack/xsimd/tar.gz/refs/tags/10.0.0 -> xsimd-10.0.0.tar.gz
_eclasses_=toolchain-funcs 9a610728b9bcca1919234cceb35a1027 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 69394e25812406faa1f90edaf4969395 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 449b4785acace35308fe747fc939bde1 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29
_md5_=711d043a1ef2623e8fc5d854f40f47ab

View File

@@ -0,0 +1,17 @@
BDEPEND=doc? ( app-doc/doxygen || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/breathe[python_targets_python3_11(-)] dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinx_rtd_theme[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/breathe[python_targets_python3_10(-)] dev-python/sphinx[python_targets_python3_10(-)] dev-python/sphinx_rtd_theme[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 dev-python/breathe[python_targets_python3_9(-)] dev-python/sphinx[python_targets_python3_9(-)] dev-python/sphinx_rtd_theme[python_targets_python3_9(-)] ) ) ) test? ( dev-cpp/doctest ) sys-devel/make >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
DEPEND=dev-cpp/xtl tbb? ( dev-cpp/tbb ) xsimd? ( dev-cpp/xsimd )
DESCRIPTION=header-only C++ library for numerical analysis with multi-dimensional arrays
EAPI=8
HOMEPAGE=https://github.com/xtensor-stack/xtensor
INHERIT=cmake python-any-r1 optfeature toolchain-funcs
IUSE=doc openmp tbb test xsimd
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-cpp/xtl tbb? ( dev-cpp/tbb ) xsimd? ( dev-cpp/xsimd )
REQUIRED_USE=?? ( tbb openmp )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://codeload.github.com/xtensor-stack/xtensor/tar.gz/refs/tags/0.24.4 -> xtensor-0.24.4.tar.gz
_eclasses_=toolchain-funcs 9a610728b9bcca1919234cceb35a1027 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 69394e25812406faa1f90edaf4969395 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 449b4785acace35308fe747fc939bde1 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 optfeature 1a2157392a869265b2afcb63a26c12ac
_md5_=b7b01196eaf7c97fed5d51761c26f23b

View File

@@ -0,0 +1,14 @@
BDEPEND=doc? ( app-doc/doxygen || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/breathe[python_targets_python3_11(-)] dev-python/sphinx[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/breathe[python_targets_python3_10(-)] dev-python/sphinx[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 dev-python/breathe[python_targets_python3_9(-)] dev-python/sphinx[python_targets_python3_9(-)] ) ) ) test? ( dev-cpp/doctest ) >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=Algorithms and containers used by the xtensor stack and the xeus stack
EAPI=8
HOMEPAGE=https://github.com/xtensor-stack/xtl
INHERIT=cmake python-any-r1
IUSE=doc test
KEYWORDS=~amd64
LICENSE=BSD
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://codeload.github.com/xtensor-stack/xtl/tar.gz/refs/tags/0.7.5 -> xtl-0.7.5.tar.gz
_eclasses_=toolchain-funcs 9a610728b9bcca1919234cceb35a1027 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 69394e25812406faa1f90edaf4969395 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 449b4785acace35308fe747fc939bde1 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29
_md5_=20c19ffd4b3f43599a7b6bcc2114e34e