Package: adios / 1.13.1-28.2
Metadata
Package | Version | Patches format |
---|---|---|
adios | 1.13.1-28.2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
mpi_in_place.patch | (download) |
src/write/adios_mpi_lustre.c |
14 12 2 - 0 ! |
lam mpi does not have mpi_in_place, so make its use optional. |
netcdf fix.patch | (download) |
utils/bp2ncd/Makefile.in |
3 1 2 - 0 ! |
make sure bp2ncd is linked against netcdf. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662995 |
debian_paths.patch | (download) |
utils/gpp/type_mapper.py |
2 1 1 - 0 ! |
change paths to match debian and fhs |
mpi4py_fix.patch | (download) |
wrappers/numpy/adios_mpi.pyx |
2 2 0 - 0 ! |
fix for missing mpi_message in mpi < 3 Last-Updated: 2015-10-29 |
pkgconfig.patch | (download) |
Makefile.am |
3 2 1 - 0 ! |
pkgconfig support for adios in debian Last-Updated: 2014-06-15 |
numpy_paths.patch | (download) |
wrappers/numpy/setup.py |
2 1 1 - 0 ! |
hack to enable wrappers to work in-situ during build for testing Last-Updated: 2015-12-30 |
exclude_cmake.patch | (download) |
Makefile.am |
2 1 1 - 0 ! |
don't ship findadios.cmake; recommend pkg_config instead. Bug-Debian: http://bugs.debian.org/784766 |
python_wrapper.patch | (download) |
Makefile.am |
2 0 2 - 0 ! |
use adios_config in place during build and install Last-Updated: 2016-10-21 |
missing header.patch | (download) |
src/write/adios_nc4.c |
18 17 1 - 0 ! |
cope with missing header file io_timer.h |
unaligned access.patch | (download) |
src/core/adios_bp_v1.c |
65 35 30 - 0 ! |
use alignment-safe buffer handling. Currently we are using assignment to copy the contents of a variable of arbitrary type into a buffer, but this is not portable because the buffer address may not be aligned. Use memcpy() instead, which should be comparable performance but alignment-safe. |
python3.patch | (download) |
utils/gpp/ad_config.py |
3 2 1 - 0 ! |
make the python code python2-3 agnostic. Last-Updated:2015-05-02 |
py3.patch | (download) |
utils/gpp/type_mapper.py |
2 1 1 - 0 ! |
python3 changes Last-Updated: 2021-01-28 |
netcdf order.patch | (download) |
src/write/adios_nc4.c |
2 1 1 - 0 ! |
fix ftbfs; netcdf_par.h depends on netcdf.h to override externl |