public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/dev/tamiko:master commit in: sci-libs/ginkgo/
@ 2019-03-16 16:11 Matthias Maier
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Maier @ 2019-03-16 16:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e9175c8fd6cc1ad5b2d989654bc1e72f38abaeac
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 16:07:37 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 16:08:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=e9175c8f

sci-libs/ginkgo: add live ebuild

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/ginkgo/ginkgo-9999.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
 sci-libs/ginkgo/metadata.xml       | 22 +++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/sci-libs/ginkgo/ginkgo-9999.ebuild b/sci-libs/ginkgo/ginkgo-9999.ebuild
new file mode 100644
index 0000000..ae37837
--- /dev/null
+++ b/sci-libs/ginkgo/ginkgo-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Numerical linear algebra software package"
+HOMEPAGE="https://ginkgo-project.github.io/"
+
+inherit git-r3
+EGIT_REPO_URI="https://github.com/ginkgo-project/ginkgo"
+SRC_URI=""
+KEYWORDS=""
+
+LICENSE="BSD-with-attribution"
+SLOT="0"
+IUSE=""
+
+# TODO: add slepc use flag once slepc is packaged for gentoo-science
+REQUIRED_USE=""
+
+RDEPEND=""
+
+DEPEND=""
+
+src_prepare() {
+	sed -i \
+		-e "s#\"lib\"#\"$(get_libdir)\"#g" \
+		-e "s#\"lib/#\"$(get_libdir)/#g" \
+		cmake/install_helpers.cmake || die "sed failed"
+
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+
+	local mycmakeargs=(
+		-DGINKGO_DEVEL_TOOLS=OFF
+		-DGINKGO_BUILD_TESTS=OFF
+		-DGINKGO_BUILD_BENCHMARKS=OFF
+		-DGINKGO_BUILD_OMP=ON
+	)
+	cmake-utils_src_configure
+}

diff --git a/sci-libs/ginkgo/metadata.xml b/sci-libs/ginkgo/metadata.xml
new file mode 100644
index 0000000..e67b345
--- /dev/null
+++ b/sci-libs/ginkgo/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tamiko@gentoo.org</email>
+		<name>Matthias Maier</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		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.
+	</longdescription>
+	<use>
+	</use>
+	<upstream>
+		<remote-id type="github">ginkgo-project/ginkgo</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/dev/tamiko:master commit in: sci-libs/ginkgo/
@ 2019-03-16 16:30 Matthias Maier
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Maier @ 2019-03-16 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     be1317edd07b324fd0a5e7ed1dac03986f3338a4
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 16:30:04 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 16:30:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=be1317ed

sci-libs/ginkgo: build at least reference kerneels

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/ginkgo/ginkgo-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/ginkgo/ginkgo-9999.ebuild b/sci-libs/ginkgo/ginkgo-9999.ebuild
index ae37837..a848b54 100644
--- a/sci-libs/ginkgo/ginkgo-9999.ebuild
+++ b/sci-libs/ginkgo/ginkgo-9999.ebuild
@@ -39,6 +39,7 @@ src_configure() {
 		-DGINKGO_DEVEL_TOOLS=OFF
 		-DGINKGO_BUILD_TESTS=OFF
 		-DGINKGO_BUILD_BENCHMARKS=OFF
+		-DGINKGO_BUILD_REFERENCE=ON
 		-DGINKGO_BUILD_OMP=ON
 	)
 	cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/dev/tamiko:master commit in: sci-libs/ginkgo/
@ 2021-05-04 17:43 Matthias Maier
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Maier @ 2021-05-04 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b033a0a15c4570dd862186acfb4f94223b7e7576
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 17:42:54 2021 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue May  4 17:42:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=b033a0a1

sci-libs/ginkgo: typo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/ginkgo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ginkgo/metadata.xml b/sci-libs/ginkgo/metadata.xml
index e67b345..9b3a5e0 100644
--- a/sci-libs/ginkgo/metadata.xml
+++ b/sci-libs/ginkgo/metadata.xml
@@ -12,7 +12,7 @@
 	<longdescription lang="en">
 		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.
+		implemented using modern C++ with GPU kernels implemented in CUDA.
 	</longdescription>
 	<use>
 	</use>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/dev/tamiko:master commit in: sci-libs/ginkgo/
@ 2022-08-04 12:19 Matthias Maier
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Maier @ 2022-08-04 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b3255820af71b8f5c88d2b66a5b9b83f259f39d3
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 12:19:10 2022 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 12:19:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=b3255820

sci-libs/ginkgo: remove

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-libs/ginkgo/ginkgo-9999.ebuild | 46 --------------------------------------
 sci-libs/ginkgo/metadata.xml       | 22 ------------------
 2 files changed, 68 deletions(-)

diff --git a/sci-libs/ginkgo/ginkgo-9999.ebuild b/sci-libs/ginkgo/ginkgo-9999.ebuild
deleted file mode 100644
index a848b54..0000000
--- a/sci-libs/ginkgo/ginkgo-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="Numerical linear algebra software package"
-HOMEPAGE="https://ginkgo-project.github.io/"
-
-inherit git-r3
-EGIT_REPO_URI="https://github.com/ginkgo-project/ginkgo"
-SRC_URI=""
-KEYWORDS=""
-
-LICENSE="BSD-with-attribution"
-SLOT="0"
-IUSE=""
-
-# TODO: add slepc use flag once slepc is packaged for gentoo-science
-REQUIRED_USE=""
-
-RDEPEND=""
-
-DEPEND=""
-
-src_prepare() {
-	sed -i \
-		-e "s#\"lib\"#\"$(get_libdir)\"#g" \
-		-e "s#\"lib/#\"$(get_libdir)/#g" \
-		cmake/install_helpers.cmake || die "sed failed"
-
-	cmake-utils_src_prepare
-}
-
-src_configure() {
-
-	local mycmakeargs=(
-		-DGINKGO_DEVEL_TOOLS=OFF
-		-DGINKGO_BUILD_TESTS=OFF
-		-DGINKGO_BUILD_BENCHMARKS=OFF
-		-DGINKGO_BUILD_REFERENCE=ON
-		-DGINKGO_BUILD_OMP=ON
-	)
-	cmake-utils_src_configure
-}

diff --git a/sci-libs/ginkgo/metadata.xml b/sci-libs/ginkgo/metadata.xml
deleted file mode 100644
index 9b3a5e0..0000000
--- a/sci-libs/ginkgo/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>tamiko@gentoo.org</email>
-		<name>Matthias Maier</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription lang="en">
-		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.
-	</longdescription>
-	<use>
-	</use>
-	<upstream>
-		<remote-id type="github">ginkgo-project/ginkgo</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-04 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-16 16:30 [gentoo-commits] repo/dev/tamiko:master commit in: sci-libs/ginkgo/ Matthias Maier
  -- strict thread matches above, loose matches on Subject: below --
2022-08-04 12:19 Matthias Maier
2021-05-04 17:43 Matthias Maier
2019-03-16 16:11 Matthias Maier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox