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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
|
madness (0.10.1+git20200818.eee5fd9f-3) unstable; urgency=medium
* debian/rules (override_dh_auto_test): Remove DEB_BUILD_OPTIONS=nocheck
support, no longer needed.
* debian/rules (override_dh_auto_test): Add --no-parallel.
* debian/patches/set_madness_revision_eee5fd9f.patch: New patch, stamps the
git snapshot revision into config.h header.
-- Michael Banck <mbanck@debian.org> Sun, 02 Jan 2022 17:20:22 +0100
madness (0.10.1+git20200818.eee5fd9f-2) unstable; urgency=medium
[ Adrian Bunk ]
* debian/patches/0001-Fix-madness-PNO-get_average_rank-on-32bit.patch: New
patch, fixes FTBFS failure on 32bit architectures.
* debian/patches/default_cxx_abi.patch: New patch, set fallback default C++
ABI.
-- Michael Banck <mbanck@debian.org> Fri, 05 Feb 2021 11:16:17 +0100
madness (0.10.1+git20200818.eee5fd9f-1) unstable; urgency=medium
* New upstream git snapshot.
* debian/patches/cmake_installdir.patch: Updated.
* debian/patches/relax_tbb_version_check.patch: Likewise.
* debian/patches/cmake_mraplot_install.patch: Removed, no longer needed.
* debian/patches/disable_pie.patch: Likewise.
* debian/patches/cmake-syntax.patch: Likewise.
* debian/rules (override_dh_auto_install): Run install-madness-libraries and
install-madness-config targets explicitly.
* debian/libmadness-dev.install: Install /usr/include/madness.h as well.
* debian/rules (override_dh_auto_test): Strip test executables before running
tests in order to cut down used disk space.
-- Michael Banck <mbanck@debian.org> Fri, 01 Jan 2021 19:27:59 +0100
madness (0.10.1~gite4aa500e-11) experimental; urgency=medium
[ Debichem Team ]
* Team upload.
* Build using Python 3 (Closes: #943167).
* Update Standards-Version to 4.4.1 (no changes required).
* Add Rules-Requires-Root: no.
* Add patch to fix cmake syntax error.
-- Stuart Prescott <stuart@debian.org> Fri, 10 Jan 2020 01:21:29 +1100
madness (0.10.1~gite4aa500e-10) unstable; urgency=medium
* debian/patches/disable_pie.patch: New patch, disables PIE, taken from
upstream commit f625ad51.
* debian/rules (DEB_BUILD_MAINT_OPTIONS): Comment out variable again.
-- Michael Banck <mbanck@debian.org> Fri, 30 Dec 2016 18:02:11 +0100
madness (0.10.1~gite4aa500e-9) unstable; urgency=medium
* debian/rules (override_dh_auto_test): Reenable tests on i386 again.
* debian/rules (DEB_BUILD_MAINT_OPTIONS): Disable pie.
-- Michael Banck <mbanck@debian.org> Fri, 30 Dec 2016 01:16:31 +0100
madness (0.10.1~gite4aa500e-8) unstable; urgency=medium
* debian/control (Build-Depends): Added libxc-dev.
* debian/patches/cmake_mraplot_install.patch: New patch, excludes the mraplot
utility from being exported as a CMake target.
-- Michael Banck <mbanck@debian.org> Thu, 29 Dec 2016 16:00:05 +0100
madness (0.10.1~gite4aa500e-7) unstable; urgency=medium
* debian/libmadness-dev.install: No longer include the pkgconfig file, as it
is not created/installed by the CMake build.
* debian/patches/cmake_installdir.patch: New patch, installs the cmake module
files under MADNESS_INSTALL_LIBDIR.
* debian/changelog (Build-Depends): Add libtbb-dev.
* debian/patches/relax_tbb_version_check.patch: New patch, relaxes the
version requirement for TBB.
-- Michael Banck <mbanck@debian.org> Thu, 29 Dec 2016 10:31:54 +0100
madness (0.10.1~gite4aa500e-6) unstable; urgency=medium
* debian/rules (override_dh_auto_configure): Set MADNESS_INSTALL_LIBDIR
rather than CMAKE_INSTALL_LIBDIR.
-- Michael Banck <mbanck@debian.org> Wed, 28 Dec 2016 21:22:25 +0100
madness (0.10.1~gite4aa500e-5) unstable; urgency=medium
* debian/rules (DEB_HOST_MULTIARCH): New variable.
* debian/rules (override_dh_auto_configure): Set CMAKE_INSTALL_LIBDIR.
-- Michael Banck <mbanck@debian.org> Wed, 28 Dec 2016 18:58:14 +0100
madness (0.10.1~gite4aa500e-4) unstable; urgency=medium
* debian/control (Build-Depends): Replaced autoconf, automake and
autotools-dev with cmake and python.
* debian/rules: Overhaul for CMake.
* debian/rules: Removed parallel flag for dh.
-- Michael Banck <mbanck@debian.org> Wed, 28 Dec 2016 15:50:10 +0100
madness (0.10.1~gite4aa500e-3) unstable; urgency=medium
* debian/rules (override_dh_auto_clean): Remove some more leftover files.
* debian/control (Build-Depends): Added pkg-config.
* debian/patches/revert-225c3977.patch: Removed, no longer needed.
* debian/control (Build-Depends): Replaced mpi-default-dev and
mpi-default-bin with libmpich-dev.
* debian/rules: No longer include /usr/share/mpi-default-dev/debian_defaults.
* debian/rules (override_dh_auto_configure): Pass MPI link libraries via LIBS
variable.
-- Michael Banck <mbanck@debian.org> Tue, 27 Dec 2016 16:22:57 +0100
madness (0.10.1~gite4aa500e-2) unstable; urgency=medium
* debian/patches/blaslapack_handle_empty_LIBS.patch: New patch, avoids
leading whitespace in LIBS variabls, as cmake chokes on it when seeing it
exported in madness-config.cmake.
-- Michael Banck <mbanck@debian.org> Mon, 26 Dec 2016 13:38:56 +0100
madness (0.10.1~gite4aa500e-1) unstable; urgency=medium
* New upstream snapshot.
* debian/patches/revert-225c3977.patch: New patch, reverts commit 225c3977,
which causes trouble with autogen.sh.
-- Michael Banck <mbanck@debian.org> Thu, 22 Dec 2016 13:47:29 +0100
madness (0.10.1~git327e406c-1) unstable; urgency=medium
* New upstream snapshot.
* debian/patches/cmake_config.patch: Removed, no longer needed.
* debian/patches/non_intel_asm_fix.patch: Likewise.
* debian/patches/fix_cblas_definitions.patch: Likewise.
* debian/patches/fix_glibc_2.23.patch: Likewise.
-- Michael Banck <mbanck@debian.org> Wed, 21 Dec 2016 23:13:26 +0100
madness (0.10-8) unstable; urgency=medium
* debian/rules (override_dh_auto_test): Remove comma from
make filter function. (Closes: #831546)
-- Graham Inggs <ginggs@debian.org> Sun, 17 Jul 2016 18:50:16 +0200
madness (0.10-7) unstable; urgency=medium
* debian/patches/fix_glibc_2.23.patch: Cherrypick patch from upstream to use
std::isnan from cmath and fix FTBFS, thanks Logan Rosen. (Closes: #818812)
* debian/rules (OMPI_MCA): Replace obsolete orte_rsh_agent with plm_rsh_agent.
* debian/rules (override_dh_auto_test): Disable tests on armel and i386.
* debian/*: Fix various issues in copyright, unusual spacing in control,
wrap-and-sort.
* debian/control: Use secure URI for Vcs-Browser.
* debian/control: Add myself to Uploaders.
* debian/control: Bump Standards-Version to 3.9.8, no further changes.
-- Graham Inggs <ginggs@debian.org> Sat, 16 Jul 2016 14:03:33 +0200
madness (0.10-6) unstable; urgency=medium
* debian/rules: Pass --disable-optimal to configure unless `custom' is set in
DEB_BUILD_OPTIONS. This prevents regular packages being built with
-march=native.
* debian/control (Build-Depends): Added mpi-default-bin.
-- Michael Banck <mbanck@debian.org> Mon, 18 Jan 2016 10:54:39 +0100
madness (0.10-5) unstable; urgency=medium
* debian/rules (override_dh_auto_test): Set OMPI_MCA_orte_rsh_agent
environment variable to make test suite run in a chroot without
errors from OpenMPI.
-- Michael Banck <mbanck@debian.org> Sun, 17 Jan 2016 21:09:22 +0100
madness (0.10-4) unstable; urgency=medium
[ Michael Banck ]
* debian/control (Build-Depends): Replaced libopenmpi-dev with
mpi-default-dev.
* debian/rules (/usr/share/mpi-default-dev/debian_defaults): New included
file.
* debian/rules: Allow for parallel building, patch by Aron Xu
(Closes: #798246).
* debian/rules (override_dh_auto_test): Print testuite results if one or more
tests fail.
* debian/patches/fix_cblas_definitions.patch: New patch, fixes cblas
definitions, taken from upstream commit b244daad.
[ Daniel Leidert ]
* debian/watch: Added.
-- Michael Banck <mbanck@debian.org> Sun, 17 Jan 2016 16:48:21 +0100
madness (0.10-3) unstable; urgency=medium
* debian/libmadness-dev.install: Update to reflect CMake config file
directory change.
-- Michael Banck <mbanck@debian.org> Mon, 03 Aug 2015 10:44:40 +0200
madness (0.10-2) unstable; urgency=medium
* debian/copyright: Updated for previously missed gtest code, thanks to
Thorsten Alteholz.
* debian/control (Vcs-Browser, Vcs-Svn): Fixed URLs.
* debian/rules (override_dh_auto_test): Skip tests if nocheck is set in
$(DEB_BUILD_OPTIONS).
* debian/control (Description): Fix typo.
* debian/patches/cmake_config.patch: New patch, fixes the CMake config file
and installs it to the expected directory.
* debian/patches/non_intel_asm_fix.patch: New patch, works around unportable
assembler code, taken from upstream commit f679f8f5 (Closes: #794278).
* debian/rules (override_dh_auto_clean): Remove files generated by
autogen.sh.
-- Michael Banck <mbanck@debian.org> Mon, 03 Aug 2015 00:42:51 +0200
madness (0.10-1) unstable; urgency=medium
* Initial upload (Closes: #658299).
-- Michael Banck <mbanck@debian.org> Sun, 05 Jul 2015 11:27:13 +0200
|