* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2016-09-04 14:02 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2016-09-04 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 3192a0aa1e37838d0421e1471bcf9db9f74d9772
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 14:01:41 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 14:02:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3192a0aa
sci-libs/xdmf2: Call 'python_optimize' only when USE=python
Gentoo-bug: 592848
Package-Manager: portage-2.3.0
sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
index b1b0bbb..56bdc80 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
@@ -70,5 +70,5 @@ src_install() {
# need to byte-compile 'XdmfCore.py' and 'Xdmf.py'
# as the CMake build system does not compile them itself
- python_optimize "${D%/}$(python_get_sitedir)"
+ use python && python_optimize "${D%/}$(python_get_sitedir)"
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2017-04-20 16:41 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2017-04-20 16:41 UTC (permalink / raw
To: gentoo-commits
commit: cd5028efb861f220959255a27b669bafe5b80f0c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 15:47:19 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:39:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5028ef
sci-libs/xdmf2: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
index c24cf5a3621..fc04d4922d9 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,6 +15,7 @@ SLOT="0"
LICENSE="VTK"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="doc python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
sci-libs/hdf5:=
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2018-02-19 19:42 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2018-02-19 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 26131763888b487694813b33de0eda81a6caf998
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 18:17:21 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:40:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26131763
sci-libs/xdmf2: Always build in C++14 mode
Closes: https://bugs.gentoo.org/619604
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild | 7 +++++--
sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
index fc04d4922d9..a0cf89a2529 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils multilib python-single-r1
+inherit cmake-utils flag-o-matic multilib python-single-r1
DESCRIPTION="eXtensible Data Model and Format"
HOMEPAGE="http://xdmf.org/index.php/Main_Page"
@@ -49,6 +49,9 @@ src_prepare() {
}
src_configure() {
+ # bug 619604
+ append-cxxflags -std=c++14
+
local mycmakeargs=(
$(cmake-utils_use doc XDMF_BUILD_DOCUMENTATION)
$(cmake-utils_use_build test TESTING)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
index c7d39a5b0c8..605039d40cf 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils python-single-r1
+inherit cmake-utils flag-o-matic python-single-r1
DESCRIPTION="eXtensible Data Model and Format"
HOMEPAGE="http://xdmf.org/index.php/Main_Page"
@@ -53,6 +53,9 @@ src_prepare() {
}
src_configure() {
+ # bug 619604
+ append-cxxflags -std=c++14
+
local mycmakeargs=(
-DBUILD_SHARED_LIBS=1
-DXDMF_BUILD_DOCUMENTATION=$(usex doc)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2018-08-02 1:17 Virgil Dupras
0 siblings, 0 replies; 12+ messages in thread
From: Virgil Dupras @ 2018-08-02 1:17 UTC (permalink / raw
To: gentoo-commits
commit: 2896430e5bc38aa4fb4d500169bffeba7f244281
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 2 01:17:24 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Aug 2 01:17:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2896430e
sci-libs/xdmf2: require cmake < 3.12
As it is, this package is incompatible with cmake 3.12+. Let's document
that incompatibility until we fix the build.
Bug: https://bugs.gentoo.org/661860
Package-Manager: Portage-2.3.44, Repoman-2.3.10
sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
index 605039d40cf..08550ddf6c1 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
@@ -23,7 +23,10 @@ RDEPEND="
dev-libs/libxml2:2
python? ( ${PYTHON_DEPS} )
"
+
+# TODO: fix builds for cmake 3.12+. See bug #661860
DEPEND="${RDEPEND}
+ <=dev-util/cmake-3.12
doc? ( app-doc/doxygen )
python? ( dev-lang/swig:0 )
"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2018-10-27 21:12 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-10-27 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 108ba4b222263fd8620c25d8edf52fd3972b90db
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 20:27:34 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 21:11:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108ba4b2
sci-libs/xdmf2: Drop 1.0_p141226-r2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild | 79 ------------------------------
1 file changed, 79 deletions(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
deleted file mode 100644
index 08550ddf6c1..00000000000
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic python-single-r1
-
-DESCRIPTION="eXtensible Data Model and Format"
-HOMEPAGE="http://xdmf.org/index.php/Main_Page"
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="VTK"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc python test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- dev-libs/boost:=
- sci-libs/hdf5:=
- dev-libs/libxml2:2
- python? ( ${PYTHON_DEPS} )
- "
-
-# TODO: fix builds for cmake 3.12+. See bug #661860
-DEPEND="${RDEPEND}
- <=dev-util/cmake-3.12
- doc? ( app-doc/doxygen )
- python? ( dev-lang/swig:0 )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-module.patch
- "${FILESDIR}"/${P}-cannot-find-hdf5-bug-591302.patch
-)
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup && python_export
-}
-
-src_prepare() {
- if use python; then
- local _site=$(python_get_sitedir)
- sed \
- -e "/DESTINATION/s:python:${_site##${EPREFIX}/usr/$(get_libdir)/}:g" \
- -i CMakeLists.txt || die
- fi
-
- sed \
- -e "/DESTINATION/s:lib:$(get_libdir):g" \
- -e "/INSTALL/s:lib:$(get_libdir):g" \
- -i CMakeLists.txt core/CMakeLists.txt || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- # bug 619604
- append-cxxflags -std=c++14
-
- local mycmakeargs=(
- -DBUILD_SHARED_LIBS=1
- -DXDMF_BUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- -DXDMF_WRAP_PYTHON=$(usex python)
-# -DXDMF_WRAP_JAVA=$(usex java)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dosym XdmfConfig.cmake /usr/share/cmake/Modules/${PN}Config.cmake
-
- # need to byte-compile 'XdmfCore.py' and 'Xdmf.py'
- # as the CMake build system does not compile them itself
- use python && python_optimize "${D%/}$(python_get_sitedir)"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2018-10-28 22:11 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-10-28 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 5b31b824183a68c3b5dad482e48fc976e2713ab9
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 22:10:22 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 22:11:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b31b824
sci-libs/xdmf2: x86 stable (bug #657938)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
index 205807de8ad..87f9c1e1fbb 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
SLOT="0"
LICENSE="VTK"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="doc python test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2018-11-06 7:37 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2018-11-06 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 5b441674868866d2c4f1b37aabe26d0d267a79ed
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 6 07:37:11 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Nov 6 07:37:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b441674
sci-libs/xdmf2: amd64 stable wrt bug #657938
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
index 87f9c1e1fbb..f8f903a4c1d 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
SLOT="0"
LICENSE="VTK"
-KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="doc python test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2018-11-07 11:04 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2018-11-07 11:04 UTC (permalink / raw
To: gentoo-commits
commit: d92b9c4e7dbc07a0d1329dd340aada5e2078382a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 6 14:21:08 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 11:02:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92b9c4e
sci-libs/xdmf2: Drop broken xdmf2-1.0_p141226-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild | 67 ------------------------------
1 file changed, 67 deletions(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
deleted file mode 100644
index a0cf89a2529..00000000000
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic multilib python-single-r1
-
-DESCRIPTION="eXtensible Data Model and Format"
-HOMEPAGE="http://xdmf.org/index.php/Main_Page"
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="VTK"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="doc python test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- sci-libs/hdf5:=
- dev-libs/libxml2:2
- python? ( ${PYTHON_DEPS} )
- "
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- python? ( dev-lang/swig:0 )
-"
-
-PATCHES=( "${FILESDIR}"/${P}-module.patch )
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup && python_export
-}
-
-src_prepare() {
- if use python; then
- local _site=$(python_get_sitedir)
- sed \
- -e "/DESTINATION/s:python:${_site##${EPREFIX}/usr/$(get_libdir)/}:g" \
- -i CMakeLists.txt || die
- fi
-
- sed \
- -e "/DESTINATION/s:lib:$(get_libdir):g" \
- -e "/INSTALL/s:lib:$(get_libdir):g" \
- -i CMakeLists.txt core/CMakeLists.txt || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- # bug 619604
- append-cxxflags -std=c++14
-
- local mycmakeargs=(
- $(cmake-utils_use doc XDMF_BUILD_DOCUMENTATION)
- $(cmake-utils_use_build test TESTING)
- $(cmake-utils_use python XDMF_WRAP_PYTHON)
-# $(cmake-utils_use java XDMF_WRAP_JAVA)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dosym XdmfConfig.cmake /usr/share/cmake/Modules/${PN}Config.cmake
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2020-06-05 0:39 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2020-06-05 0:39 UTC (permalink / raw
To: gentoo-commits
commit: d7a85e1f78219f0d5b2603f422d6e33297aaf68c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 22:58:16 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 00:39:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a85e1f
sci-libs/xdmf2: Drop eternally broken IUSE=python, EAPI-7 bump
- Switch to cmake.eclass
- Drop ~arm keyword (no revdeps)
- Drop obsolete c++14 flag
Closes: https://bugs.gentoo.org/664920
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild | 57 ++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
new file mode 100644
index 00000000000..e196d6f8dd2
--- /dev/null
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="eXtensible Data Model and Format"
+HOMEPAGE="http://xdmf.org/index.php/Main_Page"
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
+
+LICENSE="VTK"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ doc? ( app-doc/doxygen )
+"
+RDEPEND="
+ dev-libs/boost:=
+ dev-libs/libxml2:2
+ sci-libs/hdf5:=
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-module.patch
+ "${FILESDIR}"/${P}-cannot-find-hdf5-bug-591302.patch
+ "${FILESDIR}"/${P}-cmake-3.12.patch
+)
+
+src_prepare() {
+ sed \
+ -e "/DESTINATION/s:lib:$(get_libdir):g" \
+ -e "/INSTALL/s:lib:$(get_libdir):g" \
+ -i CMakeLists.txt core/CMakeLists.txt || die
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_SHARED_LIBS=1
+ -DXDMF_BUILD_DOCUMENTATION=$(usex doc)
+ -DBUILD_TESTING=$(usex test)
+ -DXDMF_WRAP_PYTHON=OFF
+ -DXDMF_WRAP_JAVA=OFF
+ )
+ cmake_src_configure
+}
+
+src_install() {
+ cmake_src_install
+ dosym XdmfConfig.cmake /usr/share/cmake/Modules/${PN}Config.cmake
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2020-06-05 0:39 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2020-06-05 0:39 UTC (permalink / raw
To: gentoo-commits
commit: 8ac723273059a227d3edbf890b2eeb83c50926e1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 23:00:11 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 00:39:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac72327
sci-libs/xdmf2: Drop 1.0_p141226-r3
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild | 79 ------------------------------
1 file changed, 79 deletions(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
deleted file mode 100644
index fe0d3fcb2bc..00000000000
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils flag-o-matic python-single-r1
-
-DESCRIPTION="eXtensible Data Model and Format"
-HOMEPAGE="http://xdmf.org/index.php/Main_Page"
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="VTK"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="doc python test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- dev-libs/boost:=
- sci-libs/hdf5:=
- dev-libs/libxml2:2
- python? ( ${PYTHON_DEPS} )
- "
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- python? ( dev-lang/swig:0 )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-module.patch
- "${FILESDIR}"/${P}-cannot-find-hdf5-bug-591302.patch
- "${FILESDIR}"/${P}-cmake-3.12.patch
-)
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup && python_export
-}
-
-src_prepare() {
- if use python; then
- local _site=$(python_get_sitedir)
- sed \
- -e "/DESTINATION/s:python:${_site##${EPREFIX}/usr/$(get_libdir)/}:g" \
- -i CMakeLists.txt || die
- fi
-
- sed \
- -e "/DESTINATION/s:lib:$(get_libdir):g" \
- -e "/INSTALL/s:lib:$(get_libdir):g" \
- -i CMakeLists.txt core/CMakeLists.txt || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- # bug 619604
- append-cxxflags -std=c++14
-
- local mycmakeargs=(
- -DBUILD_SHARED_LIBS=1
- -DXDMF_BUILD_DOCUMENTATION=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- -DXDMF_WRAP_PYTHON=$(usex python)
-# -DXDMF_WRAP_JAVA=$(usex java)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dosym XdmfConfig.cmake /usr/share/cmake/Modules/${PN}Config.cmake
-
- # need to byte-compile 'XdmfCore.py' and 'Xdmf.py'
- # as the CMake build system does not compile them itself
- use python && python_optimize "${D%/}$(python_get_sitedir)"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2020-07-16 1:06 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-07-16 1:06 UTC (permalink / raw
To: gentoo-commits
commit: 1a1f83b42b747aec73731d1d850eb54026874d94
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 01:01:01 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 01:01:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1f83b4
sci-libs/xdmf2: arm keyworded (bug #649054)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
index e196d6f8dd2..36177a862d6 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
LICENSE="VTK"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/
@ 2021-02-22 18:57 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-02-22 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 8c722ae2bda97fd5812793c941df2dd142e1e521
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 14:52:16 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 18:57:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c722ae2
sci-libs/xdmf2: added ~arm64
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild b/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
index 36177a862d6..dcb07730f55 100644
--- a/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
+++ b/sci-libs/xdmf2/xdmf2-1.0_p141226-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
LICENSE="VTK"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2021-02-22 18:57 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06 7:37 [gentoo-commits] repo/gentoo:master commit in: sci-libs/xdmf2/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2021-02-22 18:57 Sam James
2020-07-16 1:06 Sam James
2020-06-05 0:39 Andreas Sturmlechner
2020-06-05 0:39 Andreas Sturmlechner
2018-11-07 11:04 Andreas Sturmlechner
2018-10-28 22:11 Thomas Deutschmann
2018-10-27 21:12 Andreas Sturmlechner
2018-08-02 1:17 Virgil Dupras
2018-02-19 19:42 David Seifert
2017-04-20 16:41 David Seifert
2016-09-04 14:02 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox