{'description': {'en': 'The Gentoo Science Overlay is intended as a place to ' 'work\n' ' outside of the main portage tree on experimental ' 'ebuilds. Our aim is to\n' ' increase the rate of development of scientific ' 'packages for Gentoo, but\n' ' ebuilds in this repository are by their very ' 'nature more experimental. If\n' ' you wish to use them you should be willing to help ' 'test and report\n' ' bugs. For contribution read ' 'https://wiki.gentoo.org/wiki/Project:Science/Contributing\n' ' '}, 'feed': ['https://cgit.gentoo.org/proj/sci.git/atom/', 'https://github.com/gentoo-science/sci/commits/master.atom'], 'homepage': 'https://wiki.gentoo.org/wiki/Project:Science', 'name': 'science', 'owner': [{'email': 'sci@gentoo.org', 'name': 'sci', 'type': 'project'}], 'quality': 'experimental', 'source': [{'type': 'git', 'uri': 'https://anongit.gentoo.org/git/proj/sci.git'}, {'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/sci.git'}, {'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/proj/sci.git'}, {'type': 'git', 'uri': 'https://github.com/gentoo-science/sci.git'}, {'type': 'git', 'uri': 'git://github.com/gentoo-science/sci.git'}, {'type': 'git', 'uri': 'git@github.com:gentoo-science/sci.git'}], 'status': 'official'} $ pmaint sync science warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only You can replace "git config" with "git config --global" to set a default preference for all repositories. You can also pass --rebase, --no-rebase, or --ff-only on the command line to override the configured default per invocation. From https://anongit.gentoo.org/git/proj/sci da2fced3f..82fbfe4f5 master -> origin/master Updating da2fced3f..82fbfe4f5 Fast-forward dev-libs/boost/Manifest | 1 + dev-libs/boost/boost-1.72.0-r2.ebuild | 358 +++++++++++++++++++++ .../files/boost-1.72.0-boost-mpi-python.patch | 50 +++ ...issing-serialization-split_member-include.patch | 29 ++ ...t-1.72.0-revert-cease-dependence-on-range.patch | 49 +++ dev-libs/boost/metadata.xml | 21 ++ dev-libs/half/Manifest | 1 + dev-libs/half/half-2.1.0.ebuild | 24 ++ dev-libs/half/metadata.xml | 11 + dev-util/Tensile/Manifest | 1 + dev-util/Tensile/Tensile-4.0.0.ebuild | 31 ++ dev-util/Tensile/metadata.xml | 11 + dev-util/boost-build/Manifest | 1 + dev-util/boost-build/boost-build-1.72.0.ebuild | 74 +++++ ...ost-build-1.71.0-add-none-feature-options.patch | 22 ++ ...oost-build-1.71.0-no-implicit-march-flags.patch | 266 +++++++++++++++ dev-util/boost-build/metadata.xml | 11 + dev-util/rocm-clang-ocl/Manifest | 1 + dev-util/rocm-clang-ocl/metadata.xml | 11 + .../rocm-clang-ocl/rocm-clang-ocl-4.0.0-r1.ebuild | 31 ++ sci-libs/miopen/Manifest | 1 + sci-libs/miopen/metadata.xml | 11 + sci-libs/miopen/miopen-4.0.0-r1.ebuild | 60 ++++ sci-libs/rocBLAS/Manifest | 1 + .../files/rocBLAS-4.0.0-use-system-tensile.patch | 30 ++ sci-libs/rocBLAS/metadata.xml | 11 + sci-libs/rocBLAS/rocBLAS-4.0.0-r1.ebuild | 88 +++++ 27 files changed, 1206 insertions(+) create mode 100644 dev-libs/boost/Manifest create mode 100644 dev-libs/boost/boost-1.72.0-r2.ebuild create mode 100644 dev-libs/boost/files/boost-1.72.0-boost-mpi-python.patch create mode 100644 dev-libs/boost/files/boost-1.72.0-missing-serialization-split_member-include.patch create mode 100644 dev-libs/boost/files/boost-1.72.0-revert-cease-dependence-on-range.patch create mode 100644 dev-libs/boost/metadata.xml create mode 100644 dev-libs/half/Manifest create mode 100644 dev-libs/half/half-2.1.0.ebuild create mode 100644 dev-libs/half/metadata.xml create mode 100644 dev-util/Tensile/Manifest create mode 100644 dev-util/Tensile/Tensile-4.0.0.ebuild create mode 100644 dev-util/Tensile/metadata.xml create mode 100644 dev-util/boost-build/Manifest create mode 100644 dev-util/boost-build/boost-build-1.72.0.ebuild create mode 100644 dev-util/boost-build/files/boost-build-1.71.0-add-none-feature-options.patch create mode 100644 dev-util/boost-build/files/boost-build-1.71.0-no-implicit-march-flags.patch create mode 100644 dev-util/boost-build/metadata.xml create mode 100644 dev-util/rocm-clang-ocl/Manifest create mode 100644 dev-util/rocm-clang-ocl/metadata.xml create mode 100644 dev-util/rocm-clang-ocl/rocm-clang-ocl-4.0.0-r1.ebuild create mode 100644 sci-libs/miopen/Manifest create mode 100644 sci-libs/miopen/metadata.xml create mode 100644 sci-libs/miopen/miopen-4.0.0-r1.ebuild create mode 100644 sci-libs/rocBLAS/Manifest create mode 100644 sci-libs/rocBLAS/files/rocBLAS-4.0.0-use-system-tensile.patch create mode 100644 sci-libs/rocBLAS/metadata.xml create mode 100644 sci-libs/rocBLAS/rocBLAS-4.0.0-r1.ebuild *** syncing science *** synced science * Sync succeeded $ git log --format=%ci -1 $ git show -q --pretty=format:%G? HEAD $ pmaint regen --use-local-desc --pkg-desc-index -t 1 science * Cache regenerated successfully