Summary
Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems. It is implemented using modern C++, with GPU kernels implemented in CUDA.
Versions
v1.10.0 :: 0 :: gentoo
- Modified
- License
- BSD-with-attribution
- Keywords
- ~amd64 ~x86
- USE flags
- cuda hwloc openmp
v1.8.0 :: 0 :: gentoo
- Modified
- License
- BSD-with-attribution
- Keywords
- ~amd64 ~x86
- USE flags
- cuda hwloc openmp
v1.6.0 :: 0 :: gentoo
- Modified
- License
- BSD-with-attribution
- Keywords
- ~amd64 ~x86
- USE flags
- cuda hwloc openmp
v1.4.0-r3 :: 0 :: gentoo
- Modified
- License
- BSD-with-attribution
- Keywords
- ~amd64 ~x86
- USE flags
- cuda hwloc openmp
USE flags
General
Dependencies
dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)
sys-apps / hwloc : Displays the hardware topology in convenient formats
Runtime Dependencies
dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)
sys-apps / hwloc : Displays the hardware topology in convenient formats
Depending packages
sci-libs / dealii : Solving partial differential equations with the finite element method
Bugs
- 814845
- sci-libs/ginkgo-1.4.0 - configure fails: Could not find a package configuration file provided by "hipblas"
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-libs/ginkgo: strict-aliasing is fixed in git, add TODO to remove workaround
Bug: https://bugs.gentoo.org/862705 Bug: https://github.com/ginkgo-project/ginkgo/issues/1657 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
sci-libs/ginkgo: fix automagic ccache detection in 1.10.0 bump
Fixes: 64fb6d4f52ca6c0d086289743b74f3a1183e538d Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
sci-libs/ginkgo: fix missing dep by not building examples
examples are not installed, but add ~50 new C++ build targets. In 1.10.0, they also add a DEPEND on nlohmann_json, which then fails by falling back to git cloning it if a system copy is not found. ``` CMake Error at /usr/share/cmake/Modules/FetchContent.cmake:1918 (message): Build step for nlohmann_json failed: 1 Call Stack (most recent call first): /usr/share/cmake/Modules/FetchContent.cmake:1609 (__FetchContent_populateSubbuild) /usr/share/cmake/Modules/FetchContent.cmake:2145:EVAL:2 (__FetchContent_doPopulation) /usr/share/cmake/Modules/FetchContent.cmake:2145 (cmake_language) /usr/share/cmake/Modules/FetchContent.cmake:2384 (__FetchContent_Populate) third_party/nlohmann_json/CMakeLists.txt:10 (FetchContent_MakeAvailable) -- Configuring incomplete, errors occurred! * ERROR: sci-libs/ginkgo-1.10.0::gentoo failed (configure phase): ``` But we wouldn't need this at all, if we refrained from building examples we don't use, not even for tests which are already disabled. Fixes: 64fb6d4f52ca6c0d086289743b74f3a1183e538d Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
sci-libs/ginkgo: add 1.10.0
Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-libs/ginkgo: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/862705 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
sci-libs/ginkgo: remove long-obsolete seds
``` * SED: the following did not cause any changes * sed -i -e "s#\"lib\"#\"$(get_libdir)\"#g" -e "s#\"lib/#\"$(get_libdir)/#g" cmake/install_helpers.cmake || die "sed failed"; * no-op: -e s#"lib"#"lib64"#g * no-op: -e s#"lib/#"lib64/#g ``` It was fixed upstream in 1.4.0: https://github.com/ginkgo-project/ginkgo/pull/713 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
sci-libs/ginkgo: add 1.8.0
Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
sci-libs/ginkgo: fix compilation with clang and libc++, avoid automagic deps
Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
sci-libs/ginkgo: add 1.6.0
Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-libs/ginkgo: [QA] tc-has-openmp → tc-check-openmp
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/ginkgo: fix automagic hwloc dependency
It'll also try to download it if it can't find it on the system, so a revbump is worth it just for that as on some platforms we don't have network-sandbox (nor do we require it be used by users, even though they definitely should use it). But mainly for the automagic dep. Closes: https://bugs.gentoo.org/811384 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-libs/ginkgo: dep on dev-util/nvidia-cuda-toolkit
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sci-libs/ginkgo: drop 1.1.1-r1, 1.4.0
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
sci-libs/ginkgo: Remove broken live ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
sci-libs/ginkgo: Port to EAPI-8 and cmake.eclass
Closes: https://bugs.gentoo.org/811957 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
sci-libs/ginkgo: version bump to 1.4.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/ginkgo: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Matthias Maier · gentoo
sci-libs/ginkgo: improve ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org> - Matthias Maier · gentoo
sci-libs/ginkgo: new package
This is a future reverse dependency of sci-libs/dealii Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthias Maier <tamiko@gentoo.org>