1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
tiledarray (1.0.0-1) unstable; urgency=medium
* New upstream release (Closes: #982712).
* debian/watch: Updated.
* debian/upstream/metadata: New file.
* debian/control (Build-Depends): Add libboost-serialization-dev and
libtas-dev.
* debian/control (Build-Depends): Bump libmadness-dev version to
0.10.1+git20200818.eee5fd9f-3.
* debian/patches/skip_valeev_group_cmake_toolkit.patch: New patch, skips
cloning the Valeev group cmake toolkit.
* debian/patches/external_madness_config.h_dir.patch: New patch, fixes the
location of madness' config.h header.
* debian/control (Build-Depends): Replaced debhelper with debhelper-compat (=
12).
* debian/compat: Removed.
* debian/rules: Enable parallel build of testsuite.
* debian/rules (override_dh_auto_test): Remove MPI execution of testsuite.
* debian/rules (override_dh_auto_build): Removed, and move building the
testsuite ...
* debian/rules (override_dh_auto_test): ... here.
* debian/rules (override_dh_auto_configure): Add TILEDARRAY_INSTALL_LIBDIR.
* debian/patches/cmake_pkg-config_location.patch: New patch, fixes the
pkgconfig install location to TILEDARRAY_INSTALL_LIBDIR/pkgconfig.
-- Michael Banck <mbanck@debian.org> Sun, 02 Jan 2022 17:46:05 +0100
tiledarray (0.6.0-5) unstable; urgency=medium
* debian/rules (BUILD_TYPE): New variable, set to `MinSizeRel' on mips64el
and to `none' (dh's default) otherwise.
* debian/rules (override_dh_auto_configure): Set CMAKE_BUILD_TYPE to
$BUILD_TYPE.
* debian/rules (override_dh_auto_test): No longer disable the testsuite on
mipsel64.
* debian/rules (EXCLUDE_TESTS): New variable, set to exclude the eigen_suite
tests on mips64el.
* debian/rules (override_dh_auto_test): Add logging output and use
$EXCLUDE_TESTS.
-- Michael Banck <mbanck@debian.org> Fri, 13 Jan 2017 23:38:33 +0100
tiledarray (0.6.0-4) unstable; urgency=medium
* debian/rules (override_dh_auto_configure): Add -DCMAKE_BUILD_TYPE=Release
to address linking errors on mips64el.
-- Michael Banck <mbanck@debian.org> Fri, 13 Jan 2017 10:29:28 +0100
tiledarray (0.6.0-3) unstable; urgency=medium
* debian/rules (override_dh_auto_test): Disable testsuite on mips64el.
-- Michael Banck <mbanck@debian.org> Tue, 10 Jan 2017 18:17:52 +0100
tiledarray (0.6.0-2) unstable; urgency=medium
* debian/rules: Add -mxgot to CXX_FLAGS on mips architectures, thanks to
Graham Inggs.
-- Michael Banck <mbanck@debian.org> Mon, 09 Jan 2017 15:00:19 +0100
tiledarray (0.6.0-1) unstable; urgency=medium
* New upstream release.
* debian/patches/madness_to_version_0.10.patch: Removed, no longer needed.
* debian/patches/madness_fix_includes.patch: Likewise.
* debian/patches/boost1.59.patch: Likewise.
* debian/control (Build-Depends): Replaced mpi-default-dev and
mpi-default-bin with libmpich-dev and mpich.
* debian/rules: Do not include /usr/share/mpi-default-dev/debian_defaults
anymore.
* debian/rules (override_dh_auto_configure): Add TA_ERROR="throw" and
ENABLE_SHARED_LIBRARIES=OFF to cmake configure flags.
* debian/control (Build-Depends): Added pkg-config.
* debian/rules (override_dh_auto_configure): Add CMAKE_CXX_FLAGS and
CMAKE_EXE_LINKER_FLAGS variables to cmake configure flags, set by
pkg-config.
* debian/control (Build-Depends): Bump libmadness-dev version to
0.10.1~gite4aa500e-10 (Closes: #848781).
* debian/control (Build-Depends): Added libtbb-dev.
-- Michael Banck <mbanck@debian.org> Sun, 01 Jan 2017 11:57:28 +0100
tiledarray (0.4.4-2) unstable; urgency=medium
[ Daniel Leidert ]
* Add debian/watch
[ Graham Inggs]
* Fix FTBFS with Boost >= 1.59 (Closes: #835279)
* Use secure URI for Vcs-Browser
* Switch from OMPI_MCA_orte_rsh_agent to OMPI_MCA_plm_rsh_agent
* Bump Standards-Version to 3.9.8, no changes
-- Graham Inggs <ginggs@debian.org> Thu, 25 Aug 2016 17:34:10 +0200
tiledarray (0.4.4-1) unstable; urgency=medium
* Initial upload (Closes: #794695).
-- Michael Banck <mbanck@debian.org> Fri, 07 Aug 2015 17:48:34 +0200
|