media-libs / Field3D

A library for storing voxel data

Official package sites : http://opensource.imageworks.com/?p=field3d ·

Field3D is an open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk.

v1.7.2-r3 :: 0 :: gentoo

Modified
License
BSD
Keywords
amd64 x86 ~arm ~arm64
USE flags
mpi

General

mpi
Add MPI (Message Passing Interface) layer to the apps that support it

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

dev-libs / imath : Imath basic math package

media-libs / openexr : ILM's OpenEXR high dynamic-range image file format libraries

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

virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation

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

dev-libs / imath : Imath basic math package

media-libs / openexr : ILM's OpenEXR high dynamic-range image file format libraries

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

virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation

717504
media-libs/Field3D-1.7.3: Version bump
808703
media-libs/Field3D-1.7.2 - /.../Field3DFileHDF5.cpp: error: too few arguments to function herr_t H5Oget_info_by_name3(hid_t, const
Repository mirror & CI · gentoo
Merge updates from master
Bernd Waibel · gentoo
media-libs/Field3D: drop 1.7.2
Drop for needed dependency on media-libs/ilmbase Closes: https://bugs.gentoo.org/878243 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/28285 Signed-off-by: John Helmert III <ajak@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
media-libs/Field3D: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: Stabilize 1.7.2-r3 x86, #833158
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: Stabilize 1.7.2-r3 amd64, #833158
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: simplify OpenEXR 3 dependency
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: add missing OpenEXR dependency
Closes: https://bugs.gentoo.org/833460 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: support OpenEXR 3 / imath
Bug: https://bugs.gentoo.org/833158 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: add -DH5_USE_110_API workaround
Bug: https://bugs.gentoo.org/808703 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: Keyword 1.7.2 arm, #556758
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/Field3D: Keyword 1.7.2 arm64, #758152
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
media-libs/Field3D: x86 stable (bug #642278)
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/Field3D: EAPI-7 bump, USE mpi, add proper src_configure()
Properly disabling Doxygen (don't even build it if it ain't finished). Closes: https://bugs.gentoo.org/573440 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Mikle Kolyada · gentoo
media-libs/Field3D: amd64 stable wrt bug #642278
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Jonathan Scruggs · gentoo
media-libs/Field3D: Fix compiling error for some people
* Replaced patch with more robust one to fix an error that causes the compile phase to stop. Closes: https://bugs.gentoo.org/631832
Jonathan Scruggs · gentoo
media-libs/Field3D: New package
Field3D is an open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk. This is a new dependency for OpenImageIO. Closes: https://github.com/gentoo/gentoo/pull/5748