silo-llnl 4.8-10 source package in Ubuntu

Changelog

silo-llnl (4.8-10) unstable; urgency=low

  * Don't delete config.status, it breaks 'make distclean'
    Closes: #642782. 
  * Two fixes to fprintf() needed to compile with -Werror=format-security
  * Disable sh4-build patch as not needed now we do 'autoreconf'. 
    Ditto, update qt-version.patch, add-lib-version.patch not to change
    files now autogenerated.

silo-llnl (4.8-9) unstable; urgency=low

  * Rename lib from libsilo0 -> libsiloh5-0 to match soname
    _before_ building visit, etc to depend on it.
  * Build with -Wl,--as-needed to remove unwanted dependencies.
  * Remove unnecessary ${shlibs:Depends} from libsilo-dev 

silo-llnl (4.8-8) unstable; urgency=low

  * B-D on libtool too.

silo-llnl (4.8-7) unstable; urgency=low

  * Don't trust pdbuilder, even after pbuilder --clean.
  * B-D on autoconf,  automake for autoreconf

silo-llnl (4.8-6) unstable; urgency=low

  * Fixes needed to make autoreconf -fiv work correctly. Closes: #619830. 
  * B-D autoconf-archive to include AX_CHECK_COMPILE_FLAG needed now.
  * Build with mpicc.lam when using LAM. Closes: #639119.

silo-llnl (4.8-5) experimental; urgency=low

  * Add Multi-arch support.
  * Add pkgconfig file silo.pc
  * Add versioned symbols.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 15:34:57 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Alastair McKinstry
Architectures:
any
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
silo-llnl_4.8.orig.tar.gz 11.3 MiB 6c57298951433c4f5f5f38a5581283c6a8e7adbcaf6f81915423597ccc4df489
silo-llnl_4.8-10.debian.tar.gz 11.9 KiB 6e81cd7f5ebcd9331cb64a33c1fb390f7fc30f794ebd2993a97bd16dc9f99141
silo-llnl_4.8-10.dsc 2.0 KiB 2b592070bb671ab80d95995f1d5e52c8683a4a8a72af1938af6667098e41fc69

Available diffs

View changes file

Binary packages built by this source

libsilo-bin: Utilities to manipulate libsilo files

 This package contains a number of utilities for manipulating and viewing
 Silo files. Silo is a scientific data format library.
 .
 Silo supports gridless (point) meshes, structured meshes, unstructured-zoo
 and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes,
 constructive solid geometry (CSG) meshes, piecewise-constant
 (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables
 defined on the node, edge, face or volume elements of meshes as well as
 the decomposition of meshes into arbitrary subset hierarchies including
 materials and mixing materials. In addition, Silo supports a wide variety of
 other useful objects to address various scientific computing application
 needs. Although the Silo library is a serial library, it has some key features
 which enable it to be applied quite effectively and scalable in parallel.

libsilo-dev: Development files for SILO Scientific I/O library from LLNL

 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. Consequently, Silo facilitates the
 development of general purpose tools for processing scientific data.
 One of the more popular tools that process Silo data files is the
 VisIt visualization tool.
 .
 Silo supports gridless (point) meshes, structured meshes, unstructured-zoo
 and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes,
 constructive solid geometry (CSG) meshes, piecewise-constant
 (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables
 defined on the node, edge, face or volume elements of meshes as well as
 the decomposition of meshes into arbitrary subset hierarchies including
 materials and mixing materials. In addition, Silo supports a wide variety of
 other useful objects to address various scientific computing application
 needs. Although the Silo library is a serial library, it has some key features
 which enable it to be applied quite effectively and scalable in parallel.
 .
 Architecturally, the library is divided into two main pieces; an upper-level
 application programming interface (API) and a lower-level I/O implementation
 called a driver. Silo supports multiple I/O drivers, the two most common of
 which are the HDF5 (Hierarchical Data Format 5) and PDB (Portable Data Base)
 drivers.

libsiloh5-0: SILO Science I/O library from LLNL

 Silo is a library for reading and writing a wide variety of scientific data to
 binary, disk files.
 .
 Silo supports gridless (point) meshes, structured meshes, unstructured-zoo
 and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes,
 constructive solid geometry (CSG) meshes, piecewise-constant
 (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables
 defined on the node, edge, face or volume elements of meshes as well as
 the decomposition of meshes into arbitrary subset hierarchies including
 materials and mixing materials. In addition, Silo supports a wide variety of
 other useful objects to address various scientific computing application
 needs. Although the Silo library is a serial library, it has some key features
 which enable it to be applied quite effectively and scalable in parallel.

python-silo: Python interface to the SILO Scientific I/O library

 This is a python interface to SILO, a scientific I/O library.