Summary
Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. The files Silo produces and the data within them can be easily shared and exchanged between wholly independently developed applications running on disparate computing platforms.
Versions
v4.11.1-r1 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- browser hdf5 silex
v4.11-r2 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- browser hdf5 silex
USE flags
General
Dependencies
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
net-dialup / lrzsz : Communication package providing the X, Y, and ZMODEM file transfer protocols
sci-libs / hdf5 : General purpose library and file format for storing scientific data
virtual / fortran : Virtual for Fortran Compiler
virtual / szip : Virtual for szip compression drop-in replacements
Runtime Dependencies
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework
dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework
net-dialup / lrzsz : Communication package providing the X, Y, and ZMODEM file transfer protocols
sci-libs / hdf5 : General purpose library and file format for storing scientific data
virtual / fortran : Virtual for Fortran Compiler
virtual / szip : Virtual for szip compression drop-in replacements
Depending packages
sci-libs / libgeodecomp : An auto-parallelizing library to speed up computer simulations
Bugs
- 877387
- sci-libs/silo-4.11.1-r1 installs libtool files (.la) without corresponding static libraries
- 886464
- sci-libs/silo-4.11-r1 fails to compile (CLANG-STRICTER-SYSTEM): silo_hdf5.c:1869:13: error: incompatible integer to pointer conversion passing char to parameter of type const char ; take the address with & [-Wint-conversion]
- 908484
- sci-libs/silo-4.11-r1 fails to compile (MUSL-SYSTEM): H5FDsilo.c:544:5: error: initializer element is not computable at load time
- 927189
- sci-libs/silo-4.11.1 fails tests
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/silo: add subslot dep on sci-libs/hdf5
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/silo: add 4.11.1
* Partially fix tests with GCC 14 (reported another issue on the upstream PR for that). * Disable LTO and SA given the comments on a linked upstream bug wrt opimisation. Closes: https://bugs.gentoo.org/862927 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-libs/silo: Fix configure w/o Qt binaries in PATH, drop which usage
Closes: https://bugs.gentoo.org/851018 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
sci-libs/silo: fix build with minimal QT
Closes: https://bugs.gentoo.org/831361 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marco Scardovi · gentoo
sci-libs/silo: drop old version
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Marco Scardovi · gentoo
sci-libs/silo: revbump to -r1 and add test again
See https://github.com/LLNL/Silo/issues/236 for test Closes: https://bugs.gentoo.org/656432 Closes: https://bugs.gentoo.org/718702 Closes: https://bugs.gentoo.org/741741 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marco Scardovi · gentoo
sci-libs/silo: drop old version
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Closes: https://github.com/gentoo/gentoo/pull/23306 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Marco Scardovi · gentoo
sci-libs/silo: bump to 4.11 and EAPI 8
I have restricted test because it's broken right now in 4.11 (there's a problem about mismatch in a fortran file, matf77.f). Following the archlinux way I've moved to the BSD version in order to use only BSD license (the full version requires some non-free licenses and We don't really need to complain against them). This PR also bump to latest EAPI (see bug below) and add USE flag browser for browser support Closes: https://bugs.gentoo.org/828693 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-libs/silo: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@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/silo: QA: Fix REQUIRED_USE
Package-Manager: Portage-2.3.46, Repoman-2.3.10 - Andreas Sturmlechner · gentoo
sci-libs/silo: Drop old
Closes: https://bugs.gentoo.org/645434 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Slawomir Lis · gentoo
sci-libs/silo: created patches to build with qt5
As there is no recent version available upstream, I've created a patch to build with qt5. Reported-In: https://bugs.gentoo.org/645434 Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Slawomir Lis · gentoo
sci-libs/silo: added patch to fix hdf5 mpi compile problem
Bug reported: 625794 Reported-by: deference@null.net Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sławomir Lis · gentoo
added fortran compiler check (#561136)
Package-Manager: portage-2.2.20.1 - 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