public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/h5part/
@ 2017-05-31 23:32 Christoph Junghans
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Junghans @ 2017-05-31 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3abfa849948c93d88277a832e96ea1e7f8ea65bd
Author:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 23:31:57 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Wed May 31 23:32:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abfa849

sci-libs/h5part: fix compiler to override env

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sci-libs/h5part/h5part-1.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild b/sci-libs/h5part/h5part-1.6.6.ebuild
index 7e05fd76462..3e15653d504 100644
--- a/sci-libs/h5part/h5part-1.6.6.ebuild
+++ b/sci-libs/h5part/h5part-1.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,5 +24,5 @@ PATCHES=( "${FILESDIR}/${P}-mpio.patch" )
 S="${WORKDIR}/${MY_P}"
 
 src_configure() {
-	econf --enable-parallel --enable-shared --disable-static
+	econf --enable-parallel --enable-shared --disable-static CC=mpicc CXX=mpicxx
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/h5part/
@ 2021-03-28 18:13 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-03-28 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6d6dda259e65f3aeb5be3b091ee13f5fa5eee853
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 18:13:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 18:13:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6dda25

sci-libs/h5part: Keyword 1.6.6 arm, #776766

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/h5part/h5part-1.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild b/sci-libs/h5part/h5part-1.6.6.ebuild
index 3e15653d504..abf619f9979 100644
--- a/sci-libs/h5part/h5part-1.6.6.ebuild
+++ b/sci-libs/h5part/h5part-1.6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://codeforge.lbl.gov/frs/download.php/latestfile/18/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/h5part/
@ 2024-04-07 23:35 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-04-07 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     621646911cbafa861f8672f8facaf2c441c792a2
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Apr  7 23:26:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 23:33:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62164691

sci-libs/h5part: update HOMEPAGE

The upstream website is dead. There is a gitlab that seems to contain a
2.0.0 version totally unrelated to the current codebase, but only
release candidates of it.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/h5part/h5part-1.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild b/sci-libs/h5part/h5part-1.6.6.ebuild
index abf619f99793..0c273f327813 100644
--- a/sci-libs/h5part/h5part-1.6.6.ebuild
+++ b/sci-libs/h5part/h5part-1.6.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MY_P="${P^^[hp]}"
 DESCRIPTION="Portable High Performance Parallel Data Interface to HDF5"
-HOMEPAGE="http://vis.lbl.gov/Research/H5Part/"
+HOMEPAGE="https://vis.lbl.gov/archive/Research/H5Part/"
 SRC_URI="https://codeforge.lbl.gov/frs/download.php/latestfile/18/${MY_P}.tar.gz"
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/h5part/
@ 2024-04-23 20:37 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-04-23 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4eff55192885adc367663b017d86eb086a0a84dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 20:32:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 20:33:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eff5519

sci-libs/h5part: add subslot dep on sci-libs/hdf5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/h5part/{h5part-1.6.6.ebuild => h5part-1.6.6-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild b/sci-libs/h5part/h5part-1.6.6-r1.ebuild
similarity index 96%
rename from sci-libs/h5part/h5part-1.6.6.ebuild
rename to sci-libs/h5part/h5part-1.6.6-r1.ebuild
index 0c273f327813..388a4fe89c55 100644
--- a/sci-libs/h5part/h5part-1.6.6.ebuild
+++ b/sci-libs/h5part/h5part-1.6.6-r1.ebuild
@@ -15,8 +15,8 @@ IUSE=""
 
 DEPEND="
 	virtual/mpi
-	sci-libs/hdf5[mpi]
-	"
+	sci-libs/hdf5:=[mpi]
+"
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-mpio.patch" )


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

end of thread, other threads:[~2024-04-23 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28 18:13 [gentoo-commits] repo/gentoo:master commit in: sci-libs/h5part/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-23 20:37 Sam James
2024-04-07 23:35 Sam James
2017-05-31 23:32 Christoph Junghans

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