sci-libs / xdmf2

eXtensible Data Model and Format

Official package sites : http://xdmf.org/index.php/Main_Page ·

v1.0_p141226-r4 :: 0 :: gentoo

Modified
License
VTK
Keywords
~amd64 ~amd64-linux ~arm ~arm64 ~x86 ~x86-linux
USE flags
doc test

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-libs / boost : Boost Libraries for C++

dev-libs / libxml2 : XML C parser and toolkit

sci-libs / hdf5 : General purpose library and file format for storing scientific data

dev-libs / boost : Boost Libraries for C++

dev-libs / libxml2 : XML C parser and toolkit

sci-libs / hdf5 : General purpose library and file format for storing scientific data

649426
sci-libs/xdmf2-1.0_p141226-r2 with sys-cluster/mpich-3.2-r2 - Found MPI_C: /usr/lib64/libmpi.so (found version "3.1") -- Could NOT find MPI_CXX (missing: MPI_CXX_WORKS)
657964
sci-libs/xdmf2-1.0_p141226-r4: compile failure: libXdmfCore.so: undefined reference to H5...
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Roy Bamford · gentoo
sci-libs/xdmf2: added ~arm64
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sci-libs/xdmf2: arm keyworded (bug #649054)
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-libs/xdmf2: Drop 1.0_p141226-r3
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
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@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-libs/xdmf2: Drop broken xdmf2-1.0_p141226-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
sci-libs/xdmf2: amd64 stable wrt bug #657938
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
sci-libs/xdmf2: x86 stable (bug #657938)
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-libs/xdmf2: Drop 1.0_p141226-r2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Alexey Shvetsov · gentoo
sci-libs/xdmf2: Fix build with CMake 3.12+
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Repository mirror & CI · gentoo
Merge updates from master
Virgil Dupras · gentoo
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
David Seifert · gentoo
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
David Seifert · gentoo
sci-libs/xdmf2: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
David Seifert · gentoo
sci-libs/xdmf2: Call 'python_optimize' only when USE=python
Gentoo-bug: 592848 Package-Manager: portage-2.3.0
David Seifert · gentoo
sci-libs/xdmf2: Remove heuristics to help detect HDF5_ROOT
Gentoo-bug: 591302 * EAPI=6 * Add missing RDEPEND on dev-libs/boost * Add ${PYTHON_REQUIRED_USE} to REQUIRED_USE * [QA] Byte-compile XdmfCore.py and Xdmf.py * Thanks to Michael Palimaka <kensington@gentoo.org> for helping to identify the culprit Package-Manager: portage-2.3.0
Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed