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
|
tiledarray (0.6.0-5.2) unstable; urgency=medium
* Non-maintainer upload.
* Build with less debug info on 32bit to workaround
the virtual address space limitation.
* Fix the accidental disabling of compiler optimization
on mips* in 0.6.0-2.
* Remove flags from the pkg-config Cflags/Libs that don't
belong there.
-- Adrian Bunk <bunk@debian.org> Sun, 24 Jun 2018 13:38:23 +0300
tiledarray (0.6.0-5.1) unstable; urgency=medium
* Non-maintainer upload.
* Add patch from Juhani Numminen to fix FTBFS with gcc 7.
(Closes: #853682)
-- Adrian Bunk <bunk@debian.org> Fri, 20 Apr 2018 23:20:04 +0300
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
|