[adios] 02/04: Merge tag 'upstream/1.9.0' into debian/master
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Aug 18 15:58:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository adios.
commit d1472edad1352b131ad8fcb44adfcb73e4e15ef1
Merge: f1b6f4c 5935942
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Fri Aug 14 15:40:56 2015 +0100
Merge tag 'upstream/1.9.0' into debian/master
CMakeLists.txt | 69 +-
INSTALL | 4 +-
Makefile.am | 3 +-
Makefile.in | 11 +-
NEWS | 22 +
adios_config.flags.cmake | 39 +
cmake_init | 4 +-
config.h.cmake | 9 -
config.h.in | 9 -
config/ac_dataspaces.m4 | 6 +-
config/ac_fastbit.m4 | 2 +-
configure | 384 +-
configure.ac | 52 +-
debian/changelog | 6 +
examples/C/Makefile.in | 3 +
examples/C/arrays/CMakeLists.txt | 1 +
examples/C/arrays/Makefile.am | 2 +-
examples/C/arrays/Makefile.in | 7 +-
examples/C/attributes/CMakeLists.txt | 1 +
examples/C/attributes/Makefile.am | 2 +-
examples/C/attributes/Makefile.in | 7 +-
examples/C/attributes/attributes_read.c | 37 +-
examples/C/flexpath_arrays/Makefile.in | 3 +
.../global_range_select/CMakeLists.txt | 1 +
.../global_range_select/Makefile.am | 2 +-
.../global_range_select/Makefile.in | 7 +-
.../flexpath_arrays/process_select/CMakeLists.txt | 1 +
.../C/flexpath_arrays/process_select/Makefile.am | 2 +-
.../C/flexpath_arrays/process_select/Makefile.in | 7 +-
examples/C/global-array-time/CMakeLists.txt | 1 +
examples/C/global-array-time/Makefile.am | 2 +-
examples/C/global-array-time/Makefile.in | 7 +-
examples/C/global-array/CMakeLists.txt | 1 +
examples/C/global-array/Makefile.am | 2 +-
examples/C/global-array/Makefile.in | 7 +-
examples/C/global-array/adios_global.xml | 2 +-
examples/C/global-array/no_xml_write_byid.c | 24 +-
examples/C/icee_arrays/Makefile.in | 3 +
examples/C/icee_arrays/array/CMakeLists.txt | 1 +
examples/C/icee_arrays/array/Makefile.am | 2 +-
examples/C/icee_arrays/array/Makefile.in | 7 +-
examples/C/manual/CMakeLists.txt | 1 +
examples/C/manual/Makefile.am | 2 +-
examples/C/manual/Makefile.in | 7 +-
examples/C/query/CMakeLists.txt | 1 +
examples/C/query/Makefile.am | 2 +-
examples/C/query/Makefile.in | 7 +-
examples/C/read_all/CMakeLists.txt | 1 +
examples/C/read_all/Makefile.am | 2 +-
examples/C/read_all/Makefile.in | 7 +-
examples/C/scalars/CMakeLists.txt | 1 +
examples/C/scalars/Makefile.am | 2 +-
examples/C/scalars/Makefile.in | 7 +-
examples/C/schema/CMakeLists.txt | 1 +
examples/C/schema/Makefile.am | 2 +-
examples/C/schema/Makefile.in | 7 +-
examples/C/stat/CMakeLists.txt | 1 +
examples/C/stat/Makefile.am | 2 +-
examples/C/stat/Makefile.in | 7 +-
examples/C/transforms/CMakeLists.txt | 1 +
examples/C/transforms/Makefile.am | 2 +-
examples/C/transforms/Makefile.in | 8 +-
examples/Fortran/Makefile.in | 3 +
examples/Fortran/arrays/CMakeLists.txt | 2 +-
examples/Fortran/arrays/Makefile.am | 2 +-
examples/Fortran/arrays/Makefile.in | 6 +-
examples/Fortran/global-array-time/CMakeLists.txt | 2 +-
examples/Fortran/global-array-time/Makefile.am | 2 +-
examples/Fortran/global-array-time/Makefile.in | 6 +-
examples/Fortran/global-array/CMakeLists.txt | 2 +-
examples/Fortran/global-array/Makefile.am | 2 +-
examples/Fortran/global-array/Makefile.in | 6 +-
.../Fortran/global-array/no_xml_write_byid.F90 | 21 +
examples/Fortran/scalars/CMakeLists.txt | 2 +-
examples/Fortran/scalars/Makefile.am | 2 +-
examples/Fortran/scalars/Makefile.in | 6 +-
examples/Fortran/schema/CMakeLists.txt | 2 +-
examples/Fortran/schema/Makefile.am | 2 +-
examples/Fortran/schema/Makefile.in | 6 +-
examples/Makefile.in | 3 +
examples/coupling/coupling_reader_2D.F90 | 4 +-
examples/coupling/coupling_writer_2D.F90 | 4 +-
examples/staging/stage_write/genarray_stream.F90 | 4 +-
.../stage_write_varyingsize/decompose_block.o | Bin 0 -> 9968 bytes
.../stage_write_varyingsize/genarray_varying | Bin 0 -> 5254828 bytes
.../stage_write_varyingsize/genarray_varying.F90 | 4 +-
.../stage_write_varyingsize/genarray_varying.o | Bin 0 -> 92096 bytes
.../genarray_varying_comm.mod | 122 +
.../staging/stage_write_varyingsize/stage_write | Bin 0 -> 4501675 bytes
.../staging/stage_write_varyingsize/stage_write.o | Bin 0 -> 55448 bytes
examples/staging/stage_write_varyingsize/utils.o | Bin 0 -> 23680 bytes
runconf | 68 +-
src/CMakeLists.txt | 5 +-
src/Makefile.am | 38 +-
src/Makefile.in | 1207 +-
src/core/adios.c | 19 +-
src/core/adios_bp_v1.c | 248 +-
src/core/adios_bp_v1.h | 17 +-
src/core/adios_internals.c | 520 +-
src/core/adios_internals.h | 33 +-
src/core/adios_internals_mxml.c | 165 +-
src/core/adios_logger.h | 8 +
src/core/adios_read.c | 10 +
src/core/adios_read_hooks.c | 15 +-
src/core/adios_transport_hooks.c | 17 +-
src/core/adios_transport_hooks.h | 4 +-
src/core/adiosf.c | 110 +-
src/core/adiosf_defs_mod.f90 | 2 +
src/core/adiosf_write_mod.f90 | 290 +-
src/core/bp_types.h | 13 +-
src/core/bp_utils.c | 238 +-
src/core/bp_utils.h | 7 +-
src/core/common_adios.c | 213 +-
src/core/common_adios.h | 5 +-
src/core/common_read.c | 214 +-
src/core/common_read.h | 3 +
src/core/transforms/adios_transforms_common.c | 4 +-
src/core/transforms/adios_transforms_write.c | 21 +-
src/core/util.c | 38 +
src/core/util.h | 6 +
src/public/adios.h | 16 +-
src/public/adios_link.h | 28 +
src/public/adios_read_ext.h | 94 +-
src/public/adios_read_v1.h | 1 +
src/public/adios_read_v2.h | 53 +-
src/public/adios_schema.h | 18 +-
src/public/adios_selection.h | 25 +-
src/public/adios_types.h | 4 +
src/public/adios_version.h | 41 +
src/public/adios_version.h.in | 41 +
src/query/common_query.c | 46 +-
src/query/fastbit_adios.c | 295 +-
src/query/fastbit_adios.h | 29 +-
src/query/query_alac.c | 83 +-
src/query/query_fastbit.c | 2234 +-
src/query/query_utils.c | 7 +
src/query/query_utils.h | 3 +-
src/read/read_bp.c | 84 +-
src/read/read_bp_staged.c | 6 +-
src/read/read_dataspaces.c | 2 +
src/read/read_dimes.c | 2 +
src/read/read_flexpath.c | 642 +-
src/read/read_icee.c | 3 +-
src/transforms/adios_transform_alacrity_write.c | 4 +-
src/transforms/adios_transform_aplod_write.c | 4 +-
src/transforms/adios_transform_bzip2_write.c | 4 +-
src/transforms/adios_transform_isobar_write.c | 4 +-
src/transforms/adios_transform_szip_write.c | 4 +-
src/transforms/adios_transform_template_write.c | 4 +-
src/transforms/adios_transform_zlib_write.c | 4 +-
src/write/adios_dataspaces.c | 10 +-
src/write/adios_datatap.c | 2 +-
src/write/adios_dimes.c | 10 +-
src/write/adios_flexpath.c | 345 +-
src/write/adios_icee.c | 4 +-
src/write/adios_mpi.c | 40 +-
src/write/adios_mpi_amr.c | 458 +-
src/write/adios_mpi_bgq.c | 155 +-
src/write/adios_mpi_lustre.c | 61 +-
src/write/adios_nc4.c | 26 +-
src/write/adios_nssi.c | 2 +-
src/write/adios_phdf5.c | 26 +-
src/write/adios_posix.c | 110 +-
src/write/adios_posix1.c | 27 +-
src/write/adios_var_merge.c | 34 +-
tests/C/CMakeLists.txt | 1 +
tests/C/Makefile.am | 2 +-
tests/C/Makefile.in | 7 +-
tests/C/fgr_tests/CMakeLists.txt | 1 +
tests/C/fgr_tests/Makefile.am | 2 +-
tests/C/fgr_tests/Makefile.in | 7 +-
.../C/flexpath_tests/1D_arr_global/CMakeLists.txt | 1 +
tests/C/flexpath_tests/1D_arr_global/Makefile.am | 2 +-
tests/C/flexpath_tests/1D_arr_global/Makefile.in | 8 +-
.../1D_arr_global_noxml/CMakeLists.txt | 1 +
.../flexpath_tests/1D_arr_global_noxml/Makefile.am | 2 +-
.../flexpath_tests/1D_arr_global_noxml/Makefile.in | 8 +-
tests/C/flexpath_tests/Makefile.in | 3 +
.../global_range_select/CMakeLists.txt | 1 +
.../flexpath_tests/global_range_select/Makefile.am | 2 +-
.../flexpath_tests/global_range_select/Makefile.in | 8 +-
tests/C/flexpath_tests/maya_append/CMakeLists.txt | 1 +
tests/C/flexpath_tests/maya_append/Makefile.am | 2 +-
tests/C/flexpath_tests/maya_append/Makefile.in | 8 +-
tests/C/flexpath_tests/maya_noxml/CMakeLists.txt | 1 +
tests/C/flexpath_tests/maya_noxml/Makefile.am | 2 +-
tests/C/flexpath_tests/maya_noxml/Makefile.in | 8 +-
tests/C/flexpath_tests/scalar/CMakeLists.txt | 1 +
tests/C/flexpath_tests/scalar/Makefile.am | 2 +-
tests/C/flexpath_tests/scalar/Makefile.in | 8 +-
tests/C/query/Makefile.in | 3 +
tests/C/query/alacrity/CMakeLists.txt | 1 +
tests/C/query/alacrity/Makefile.am | 2 +-
tests/C/query/alacrity/Makefile.in | 6 +-
tests/C/query/common/CMakeLists.txt | 1 +
tests/C/query/common/Makefile.am | 2 +-
tests/C/query/common/Makefile.in | 6 +-
tests/C/query/fastbit/CMakeLists.txt | 1 +
tests/C/query/fastbit/Makefile.am | 4 +-
tests/C/query/fastbit/Makefile.in | 8 +-
tests/C/query/fastbit/fastbit_tests.c | 262 +-
tests/Fortran/CMakeLists.txt | 2 +-
tests/Fortran/Makefile.am | 2 +-
tests/Fortran/Makefile.in | 6 +-
tests/Makefile.in | 3 +
tests/bp_read/CMakeLists.txt | 2 +-
tests/bp_read/Makefile.am | 2 +-
tests/bp_read/Makefile.in | 7 +-
tests/bp_read/bp_read_f.F90 | 4 +-
tests/bp_read/bp_read_f_v1.F90 | 4 +-
tests/genarray/CMakeLists.txt | 2 +-
tests/genarray/Makefile.am | 2 +-
tests/genarray/Makefile.in | 6 +-
tests/genarray/copyarray.F90 | 4 +-
tests/genarray/copyarray2D.F90 | 4 +-
tests/genarray/genarray.F90 | 4 +-
tests/genarray/genarray2D.F90 | 4 +-
tests/suite/Makefile.in | 3 +
tests/suite/programs/CMakeLists.txt | 1 +
tests/suite/programs/Makefile.am | 10 +-
tests/suite/programs/Makefile.in | 226 +-
tests/suite/programs/adios_transforms.xml | 2 +-
tests/suite/programs/adios_transforms_read_write.c | 3 +-
tests/suite/programs/big_file.c | 8 +-
tests/suite/programs/blocks.c | 4 +-
tests/suite/programs/build_standard_dataset.c | 3 +-
tests/suite/programs/connect_to_space_subset.c | 2 +-
tests/suite/programs/examples/Makefile.am | 1 +
.../suite/programs/examples}/Makefile.in | 12 +-
.../programs/examples/attributes/CMakeLists.txt | 34 +
.../suite/programs/examples/attributes/Makefile.am | 27 +
.../programs/examples}/attributes/Makefile.in | 88 +-
.../programs/examples/attributes/attributes_C.xml | 34 +
.../examples/attributes/attributes_read_C.c | 46 +-
.../examples/attributes/attributes_write_C.c | 53 +
.../programs/examples/global_array/CMakeLists.txt | 64 +
.../programs/examples/global_array/Makefile.am | 83 +
.../programs/examples/global_array}/Makefile.in | 339 +-
.../examples/global_array/global_array_C.xml | 1 -
.../examples/global_array/global_array_F.xml | 21 +
.../global_array_aggregate_by_color_C.c | 72 +-
.../examples/global_array/global_array_read_C.c | 90 +
.../global_array/global_array_read_byid_noxml_C.c | 103 +
.../global_array/global_array_read_noxml_C.c | 102 +
.../examples/global_array/global_array_write_C.c | 52 +
.../examples/global_array/global_array_write_F.F90 | 50 +
.../global_array/global_array_write_byid_noxml_C.c | 30 +-
.../global_array_write_byid_noxml_F.F90 | 23 +-
.../global_array/global_array_write_noxml_C.c | 65 +-
.../global_array/global_array_write_noxml_F.F90 | 74 +-
.../examples/global_array_time/CMakeLists.txt | 47 +
.../examples/global_array_time/Makefile.am | 52 +
.../examples/global_array_time}/Makefile.in | 208 +-
.../global_array_time/global_array_time_C.xml | 27 +
.../global_array_time/global_array_time_F.xml | 31 +
.../global_array_time_read_as_file_C.c | 105 +
.../global_array_time_read_as_stream_C.c | 123 +
.../global_array_time/global_array_time_write_C.c | 58 +
.../global_array_time_write_F.F90 | 70 +
.../programs/examples/local_array/CMakeLists.txt | 33 +
.../programs/examples/local_array/Makefile.am | 24 +
.../programs/examples/local_array}/Makefile.in | 89 +-
.../examples/local_array/local_array_C.xml | 16 +
.../examples/local_array/local_array_read_C.c | 84 +
.../examples/local_array/local_array_write_C.c | 52 +
.../suite/programs/examples/scalars/CMakeLists.txt | 45 +
tests/suite/programs/examples/scalars/Makefile.am | 52 +
.../suite/programs/examples/scalars}/Makefile.in | 197 +-
.../suite/programs/examples/scalars/scalars_C.xml | 29 +
.../suite/programs/examples/scalars/scalars_F.xml | 30 +
.../programs/examples/scalars/scalars_read_C.c | 111 +
.../programs/examples/scalars/scalars_read_F.F90 | 102 +
.../programs/examples/scalars/scalars_write_C.c | 82 +
.../programs/examples/scalars/scalars_write_F.F90 | 62 +
tests/suite/programs/hashtest.c | 4 +-
tests/suite/programs/many_vars.c | 27 +-
tests/suite/programs/path_test.c | 2 +-
tests/suite/programs/reuse_dim.c | 2 +-
tests/suite/programs/selections.c | 2 +-
tests/suite/programs/set_path.c | 2 +-
tests/suite/programs/set_path_var.c | 2 +-
tests/suite/programs/transforms_writeblock_read.c | 1 +
tests/suite/programs/two_groups.c | 8 +-
tests/suite/programs/write_alternate.c | 4 +-
tests/suite/reference/attributes_bpls.txt | 16 +-
tests/suite/reference/attributes_read.txt | 12 +-
tests/suite/reference/global_array_bpls.txt | 22 +-
tests/suite/reference/global_array_no_xml_bpls.txt | 430 +-
.../suite/reference/global_array_no_xml_f_bpls.txt | 38 +-
tests/suite/reference/global_array_time_bpls.txt | 12 +-
...read.txt => global_array_time_read_as_file.txt} | 0
.../reference/global_array_time_read_as_stream.txt | 153 +
.../{arrays_bpls.txt => local_array_C_bpls.txt} | 10 +-
.../{arrays_read.txt => local_array_C_read.txt} | 0
tests/suite/reference/no_xml_write_byid_bpls.txt | 432 +-
tests/suite/reference/no_xml_write_byid_f_bpls.txt | 40 +-
tests/suite/reference/scalars_write_bpls.txt | 24 +-
.../suite/reference/transforms_read_write_bpls.txt | 22 +-
tests/suite/test.sh | 13 +-
tests/suite/tests/01_scalars.sh | 36 +-
tests/suite/tests/02_attributes.sh | 29 +-
tests/suite/tests/03_arrays.sh | 40 +-
tests/suite/tests/04_global_array.sh | 51 +-
tests/suite/tests/05_global_array_time.sh | 77 +-
tests/suite/tests/07_global_array_no_xml.sh | 52 +-
tests/suite/tests/08_amr_write_read.sh | 4 +
tests/suite/tests/09_amr_write_read_2vars.sh | 3 +
tests/suite/tests/13_write_byid.sh | 50 +-
tests/suite/tests/16_transform_write_read.sh | 2 +-
tests/suite/tests/18_aggregation_by_color.sh | 14 +-
tests/suite/tests/19_query.sh | 2 +-
toolchain/cray/README.md | 2 +
utils/CMakeLists.txt | 2 +
utils/Makefile.am | 2 +-
utils/Makefile.in | 8 +-
utils/adios_lint/CMakeLists.txt | 2 +-
utils/adios_lint/Makefile.am | 2 +-
utils/adios_lint/Makefile.in | 6 +-
utils/bp2ascii/CMakeLists.txt | 2 +-
utils/bp2ascii/Makefile.am | 2 +-
utils/bp2ascii/Makefile.in | 6 +-
utils/bp2ascii/bp2ascii.c | 2 +-
utils/bp2bp/CMakeLists.txt | 1 +
utils/bp2bp/Makefile.am | 2 +-
utils/bp2bp/Makefile.in | 7 +-
utils/bp2h5/CMakeLists.txt | 1 +
utils/bp2h5/Makefile.am | 2 +-
utils/bp2h5/Makefile.in | 7 +-
utils/bp2ncd/CMakeLists.txt | 2 +-
utils/bp2ncd/Makefile.am | 2 +-
utils/bp2ncd/Makefile.in | 6 +-
utils/bp2ncd/bp2ncd.c | 8 +-
utils/bpdiff/CMakeLists.txt | 1 +
utils/bpdiff/Makefile.am | 2 +-
utils/bpdiff/Makefile.in | 7 +-
utils/bpdump/CMakeLists.txt | 2 +-
utils/bpdump/Makefile.am | 2 +-
utils/bpdump/Makefile.in | 6 +-
utils/bpdump/bpdump.c | 74 +-
utils/bpls/CMakeLists.txt | 1 +
utils/bpls/Makefile.am | 2 +-
utils/bpls/Makefile.in | 7 +-
utils/bpls/bpls.c | 70 +-
utils/bpmeta/CMakeLists.txt | 2 +-
utils/bpmeta/Makefile.am | 2 +-
utils/bpmeta/Makefile.in | 6 +-
utils/bpmeta/bpmeta.c | 11 +-
utils/bprecover/CMakeLists.txt | 12 +
utils/bprecover/Makefile.am | 17 +
utils/{bpmeta => bprecover}/Makefile.in | 53 +-
utils/{bpdump/bpdump.c => bprecover/bprecover.c} | 890 +-
utils/bpsplit/CMakeLists.txt | 2 +-
utils/bpsplit/Makefile.am | 2 +-
utils/bpsplit/Makefile.in | 6 +-
utils/bpsplit/bpappend.c | 4 +-
utils/bpsplit/bpgettime.c | 2 +-
utils/bpsplit/bpsplit.c | 2 +-
utils/fastbit/CMakeLists.txt | 2 +-
utils/fastbit/Makefile.am | 2 +-
utils/fastbit/Makefile.in | 7 +-
utils/fastbit/adios_index_fastbit.c | 538 +-
utils/gpp/Makefile.in | 3 +
utils/list_methods/CMakeLists.txt | 2 +-
utils/list_methods/Makefile.am | 2 +-
utils/list_methods/Makefile.in | 6 +-
utils/skel/Makefile.in | 3 +
utils/skel/etc/Makefile.in | 3 +
utils/skel/src/Makefile.in | 3 +
utils/skeldump/CMakeLists.txt | 2 +-
utils/skeldump/Makefile.am | 2 +-
utils/skeldump/Makefile.in | 6 +-
wrappers/matlab/adiosload.m | 33 +
wrappers/matlab/posix_method.bp | Bin 0 -> 1257 bytes
.../matlab/posix_method.bp.dir/posix_method.bp.0 | Bin 0 -> 10373 bytes
wrappers/matlab/two_groups19.bp | 1 +
wrappers/matlab/xgc.diagnosis.bp | 1 +
wrappers/numpy/MANIFEST.in | 2 +
wrappers/numpy/README | 85 +
wrappers/numpy/adios.cpp | 25255 +++++++++++++-----
wrappers/numpy/adios.pyx | 1013 +-
wrappers/numpy/adios_mpi.cpp | 25257 ++++++++++++++-----
wrappers/numpy/adios_mpi.pyx | 1013 +-
wrappers/numpy/conf/__init__.py | 0
wrappers/numpy/conf/mpiconfig.py | 363 +
wrappers/numpy/conf/mpidistutils.py | 1534 ++
wrappers/numpy/conf/mpiregexes.py | 75 +
wrappers/numpy/conf/mpiscanner.py | 342 +
wrappers/numpy/doc/Makefile | 192 +
wrappers/numpy/doc/source/build.rst | 55 +
wrappers/numpy/doc/source/conf.py | 290 +
wrappers/numpy/doc/source/index.rst | 28 +
wrappers/numpy/doc/source/quick.rst | 143 +
wrappers/numpy/doc/source/ref.rst | 32 +
wrappers/numpy/example/staging/README | 2 +-
wrappers/numpy/example/staging/adios_read.py | 2 +-
wrappers/numpy/example/staging/adios_write.py | 5 +-
wrappers/numpy/setup.cfg | 2 +
wrappers/numpy/setup.py | 44 +-
wrappers/numpy/setup_mpi.py | 107 +-
wrappers/numpy/test/common.py | 20 +
.../numpy/test/test_adios_timestep_unittest.py | 110 +
wrappers/numpy/test/test_adios_unittest.py | 110 +
wrappers/numpy/test/test_adios_write_unittest.py | 54 +
wrappers/numpy/test/test_adios_writer_unittest.py | 124 +
wrappers/numpy/tests/test_adios.py | 7 +-
.../tests/{test_adios.py => test_adios_matplot.py} | 5 +
wrappers/numpy/tests/test_adios_mpi.py | 9 +-
wrappers/numpy/tests/test_adios_mpi_writer.py | 51 +
wrappers/numpy/tests/test_adios_timestep.py | 2 +-
wrappers/numpy/tests/test_adios_writer.py | 43 +
410 files changed, 55567 insertions(+), 17901 deletions(-)
diff --cc debian/changelog
index 597f263,0000000..1688901
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,226 -1,0 +1,232 @@@
++adios (1.9.0-1) UNRELEASED; urgency=medium
++
++ * New upstream release
++
++ -- Alastair McKinstry <mckinstry at debian.org> Fri, 14 Aug 2015 15:41:09 +0100
++
+adios (1.8.0-5) unstable; urgency=medium
+
+ * Stay on netcdf-dev only in unstable before netcdf-fortran transition.
+ Closes: #790230.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 31 Jul 2015 02:59:21 +0100
+
+adios (1.8.0-4~exp1) unstable; urgency=medium
+
+ * Patch from Steve Langasek for python3.5 transition. Closes: #793449
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 24 Jul 2015 08:13:01 +0100
+
+adios (1.8.0-3) experimental; urgency=medium
+
+ * Build against libnetcdff-dev for netcdf-transition.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 13 Jul 2015 13:27:51 +0100
+
+adios (1.8.0-2) unstable; urgency=medium
+
+ * Ensure CFLAGS are included in build
+ * Add Breaks/Replaces/Provides to handle move of /etc/skel.py
+ Closes: #789663.
+ * Put Vcs-Git: reference in canonical anonscm.debian.org form
+ * Make examples multiarch safe by fixing @host@, @build@ in Makefiles
+ to call dpkg-architecture at runtime. Closes: #789464
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 01 Jul 2015 17:07:14 +0100
+
+adios (1.8.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Standards-Version: 3.9.6.
+ * Work with both parallel and serial HDF5.
+ * Enable glib support
+ * adios_config: Fix typo: pkgconfig -> pkg-config
+ * No longer ship FindADIOS.cmake; recommend pkg-config instead.
+ Closes: #784766.
+ * Re-enable tests for big-endian systems on sid
+ * Add Vcs-git: pointing to debian-science repo.
+ * Move bash_completions to /usr/share/bash-completion/completions
+ * Patch to fix stricter automake error checking
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 19 Jun 2015 15:08:17 +0100
+
+adios (1.7.0-2) unstable; urgency=medium
+
+ * PATH not inherited correctly. export it.
+ * Cope with python3.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 17 Jun 2014 08:45:36 +0100
+
+adios (1.7.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Add adios.pc pkgconfig file. adios_config now uses this.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 16 Jun 2014 23:06:38 +0100
+
+adios (1.6.0-7) unstable; urgency=medium
+
+ * Use python3-all-dev to build on all python3 versions.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 23 May 2014 03:02:48 +0100
+
+adios (1.6.0-6) unstable; urgency=medium
+
+ * Fix typo that broke build of python2.7 wrapper. Closes: #749009.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 22 May 2014 11:58:23 +0100
+
+adios (1.6.0-5) unstable; urgency=medium
+
+ * Don't depend on infiniband on hurd, kfreebsd-*
+ * Build with serial HDF5 by default; building with mpicc.openmpi collides
+ with mpipublic.h internally.
+ * Prime CMakeCache.txt with PYTHON_MPI4PY_INCLUDE_DIR so it is found
+ on all archs to fix FTBFS.
+ * Add initial bash_completion.d completions.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 22 May 2014 07:02:04 +0100
+
+adios (1.6.0-4) unstable; urgency=medium
+
+ * Add python-adios, python3-adios wrapper packages.
+ * Add infiniband, bzip2, libz as 'transports'
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 19 May 2014 15:05:17 +0100
+
+adios (1.6.0-3) unstable; urgency=medium
+
+ * Ensure makefile doesn't fail on shell conditional in debian/rules
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 28 Mar 2014 21:36:36 +0000
+
+adios (1.6.0-2) unstable; urgency=medium
+
+ * Disable tests on big-endian platforms due to upstream test bug.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 28 Mar 2014 18:38:22 +0000
+
+adios (1.6.0-1) unstable; urgency=medium
+
+ * New upstream. Closes: #732276, #727312.
+ * Ship in xz format.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 18 Feb 2014 00:36:53 +0000
+
+adios (1.5.0-1) unstable; urgency=medium
+
+ * New upstream.
+ * Standards-Version: 3.9.5
+ * Include latest config.{sub,guess}
+ * New watch file.
+ * Create libadios-bin for binaries.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 09 Dec 2013 15:21:31 +0000
+
+adios (1.4.1-1) unstable; urgency=low
+
+ * New upstream.
+ * update config.{sub,guess} for the AArch64 port. Closes: #727312.
+ * Make python code python2-3 agnostic.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 24 Oct 2013 19:27:47 +0100
+
+adios (1.3-11) unstable; urgency=low
+
+ * Comment out lustre support (and remove dependency) as Wheezy will not
+ ship with lustre-dev. Closes: #699262.
+ * Standards-Version: 3.9.4. No changes required.
+ * Update debhelper dependency to 9 for multiarch.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 29 Jan 2013 16:18:53 +0000
+
+adios (1.3-10) unstable; urgency=low
+
+ * Patch from Simon Ruderich for hardening flags. Closes: #663925, #663978.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 21 Mar 2012 10:20:55 +0000
+
+adios (1.3-9) unstable; urgency=low
+
+ * Move to Standards-Version: 3.9.3. No changes required.
+ * Fixes to build with hardening flags.
+ * Patch from Pino Toscano to fix FTBFS on Hurd. Closes: #660562.
+ * Fix netcdf linking. Closes: #662995
+ * Change to Multiarch: foreign now we ship arch-dependent binaries
+ in libadios-dev.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Fri, 09 Mar 2012 17:34:24 +0000
+
+adios (1.3-8) unstable; urgency=low
+
+ * Add -Wl,--as-needed to remove unnecessary dependencies.
+ * Mult-Arch support.
+ - No longer ship adios_config.flags. Instead recommend users use
+ pkg-config, which Does The Right Thing in multi-arch.
+ - adios_
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 14 Sep 2011 15:43:29 +0100
+
+adios (1.3-7) unstable; urgency=low
+
+ * Rename gpp to adiosxml2h. (Will be renamed by upstream in next release)
+ Closes: #639257.
+ * Move DH_COMPAT=8
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 25 Aug 2011 18:17:09 +0100
+
+adios (1.3-6) unstable; urgency=low
+
+ * LAM uses mpicc.lam, not mpicc.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 16 Aug 2011 17:18:36 +0100
+
+adios (1.3-5) unstable; urgency=low
+
+ * MPI_IN_PLACE patch is needed for adiso_mpi_lustre.c too, even though
+ Lustre is not used in LAM environment. Sigh.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 16 Aug 2011 09:57:26 +0100
+
+adios (1.3-4) unstable; urgency=low
+
+ * Patch to stop compilation with dummy MPI if real parallel HDF5 is used.
+ Closes: #637893.
+ * make use of MPI_IN_PLACE conditional on MPI_IN_PLACE existing,
+ as its not present in LAM MPI. Also, conditionally use mpicc.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 15 Aug 2011 17:57:34 +0100
+
+adios (1.3-3) unstable; urgency=low
+
+ * Make lustre support conditional to intel,amd64, powerpc archs.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 15 Aug 2011 16:56:23 +0100
+
+adios (1.3-2) unstable; urgency=low
+
+ * Set CC=mpicc to ensure new C code gets built with MPI.
+ Closes: #637714.
+ * Add lustre support.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 14 Aug 2011 16:12:14 +0100
+
+adios (1.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Ignore -little flag in configure to support SH4.
+ Thanks to Nobuhiro Iwamatsu; Closes: #635908.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 09 Aug 2011 20:32:58 +0100
+
+adios (1.2.1-2) unstable; urgency=low
+
+ * Use MPIFC=mpif77 during build, to work on LAM-based MPI systems.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Sun, 10 Jul 2011 00:33:10 +0100
+
+adios (1.2.1-1) unstable; urgency=low
+
+ * Initial release. (Closes: #624371).
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 27 Apr 2011 19:16:12 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git
More information about the debian-science-commits
mailing list