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
|
libint2 (2.6.0-13) unstable; urgency=medium
[ Adrian Bunk ]
* debian/rules: Add all non-i386 32bit ports architectures to the -g0 list
* debian/rules: Build with -Os on mips/mipsel
-- Michael Banck <mbanck@debian.org> Mon, 22 Feb 2021 08:34:08 +0100
libint2 (2.6.0-12) unstable; urgency=medium
* debian/control (libint2-2): Added Breaks on cp2k (<< 8.1-8).
-- Michael Banck <mbanck@debian.org> Sun, 21 Feb 2021 18:21:25 +0100
libint2 (2.6.0-11) unstable; urgency=medium
* debian/rules (override_dh_auto_configure,prepare_sourcedir): Fix
CXX_OPTFLAGS variable handling.
-- Michael Banck <mbanck@debian.org> Mon, 01 Feb 2021 14:16:28 +0100
libint2 (2.6.0-10) unstable; urgency=medium
* debian/rules: Compile the libint generator with minimal debugging on slower
architectures and add armhf/armel to that architecture list.
-- Michael Banck <mbanck@debian.org> Mon, 01 Feb 2021 12:29:11 +0100
libint2 (2.6.0-9) unstable; urgency=medium
* debian/rules (override_dh_auto_test): Run dh_auto_test instead of make
directly.
* debian/rules: Set LMAX to 5 except on mips-based architectures.
* debian/rules: Add --param ggc-min-expand=20 to DEB_CXXFLAGS_MAINT_APPEND on
mips-based architectures.
-- Michael Banck <mbanck@debian.org> Sat, 30 Jan 2021 15:32:20 +0100
libint2 (2.6.0-8) unstable; urgency=medium
* debian/patches/makefile_reorder_build.patch: New patch, reorders building
of the libint compiler so that the most complicated source file is built
towards the beginning.
* debian/patches/makefile_fix_distclean.patch: New patch, fixes the Makefile
distclean target not to delete files shipped in the tarballs.
* debian/rules (override_dh_auto_clean): Run dh_auto_clean again, followed by
removing some uncleaned files.
* debian/patches/fix_testsuite.patch: New patch, fixes building the
testsuite, taken from upstream commit 36e61e6b.
* debian/rules (override_dh_auto_configure): Overhaul angular momentum
settings, reverting --with-max-am to 4.
* debian/rules (UPSTREAM_VERSION): New variable.
* debian/rules (prepare_sourcedir): New target that configures and builds the
libint compiler, then generates the source files and exports a tarball and
finally extracts that tarball as sourcedir.
* debian/rules: Use sourcedir as source dir throughout.
* debian/patches/fortran_bindings.patch: Removed, no longer needed.
* debian/patches/fix_generated_source_for_32bit_builds.patch: New patch (not
applied by dpkg-source), fixing the generated source on 32bit arches.
* debian/rules (prepare_sourcedir): Apply above patch on 32bit arches to
sourcedir.
-- Michael Banck <mbanck@debian.org> Wed, 27 Jan 2021 23:09:33 +0100
libint2 (2.6.0-7) unstable; urgency=medium
* debian/rules (override_dh_auto_configure): Revert --with-max-am to 5.
-- Michael Banck <mbanck@debian.org> Wed, 20 Jan 2021 09:44:17 +0100
libint2 (2.6.0-6) unstable; urgency=medium
* debian/rules (override_dh_auto_configure): Increase angular momentum
configure options by one.
-- Michael Banck <mbanck@debian.org> Mon, 18 Jan 2021 22:23:14 +0100
libint2 (2.6.0-5) unstable; urgency=medium
* debian/rules (override_dh_auto_test): No longer ignore testsuite failures.
* debian/rules (override_dh_auto_configure): Reduce --with-opt-am to 2 and
add --with-max-am=5.
-- Michael Banck <mbanck@debian.org> Sun, 17 Jan 2021 18:24:46 +0100
libint2 (2.6.0-4) unstable; urgency=medium
* debian/patches/unsilence_make.patch: New patch, makes the compiler command
line and output no longer be surpressed.
* debian/rules (override_dh_auto_configure): Add --with-cxxgen-optflags
option including -Wall compile flag.
-- Michael Banck <mbanck@debian.org> Mon, 12 Oct 2020 12:20:06 +0200
libint2 (2.6.0-3) unstable; urgency=medium
* debian/patches/fix_testsuite_32bit.patch: New patch, fixes building the
testsuite on 32bit arches.
* debian/rules (override_dh_auto_test): Add -k make flag.
-- Michael Banck <mbanck@debian.org> Sun, 11 Oct 2020 23:40:25 +0200
libint2 (2.6.0-2) unstable; urgency=medium
* debian/salsa-ci.yml: New file.
* debian/rules (override_dh_auto_test): Fix testsuite invocation.
* debian/rules (CPPFLAGS): New variable, include /usr/include/eigen3
directory.
-- Michael Banck <mbanck@debian.org> Tue, 14 Jan 2020 20:52:23 +0100
libint2 (2.6.0-1) unstable; urgency=medium
* New upstream release.
* debian/control (Vcs-Browser, Vcs-Svn): Updated.
* debian/compat: Bumped to 10.
* debian/control (Build-Depends): Added libeigen3-dev, gfortran and python3.
* debian/rules (override_dh_auto_configure): Set --enable-eri et al. to 1
instead of yes.
* debian/rules (override_dh_auto_configure): Add --with-cmakedir, set to
/usr/share/cmake/libint2.
* debian/libint2-dev.install: Install cmake file.
* debian/patches/fortran_bindings.patch: New patch, hacks up
export/fortran/Makefile to allow building the Fortran module.
* debian/rules (override_dh_auto_build, +override_dh_auto_install): New
targets, build and install the Fortran module.
* debian/rules (override_dh_auto_configure): Add --with-opt-am=3,
--enable-generic-code and --disable-unrolling options.
* debian/compat: Bumped to 10.
* debian/rules: Run autogen.sh via dh_autoreconf.
* debian/libint2-2.install, debian/libint2-dev.install: Adjust for multiarch
directories.
-- Michael Banck <mbanck@debian.org> Tue, 27 Aug 2019 15:42:47 +0200
libint2 (2.3.0~beta3-2) unstable; urgency=medium
* Upload to unstable.
-- Michael Banck <mbanck@debian.org> Fri, 20 Jan 2017 20:39:49 +0100
libint2 (2.3.0~beta3-1) experimental; urgency=medium
* New upstream prerelease.
* debian/patches/revert_GaussianGmEvalScratch_changes.patch: Removed, no
longer needed.
* debian/libint2-dev.install: Install pkgconfig file, thanks to Katsuhiko
Nishimra.
-- Michael Banck <mbanck@debian.org> Thu, 19 Jan 2017 19:18:55 +0100
libint2 (2.1.0-3) unstable; urgency=medium
* debian/patches/revert_GaussianGmEvalScratch_changes.patch: New patch,
revert a library change which broke the mpqc3 build.
-- Michael Banck <mbanck@debian.org> Sat, 08 Oct 2016 14:04:10 +0200
libint2 (2.1.0-2) unstable; urgency=medium
* Acknowledge NMU.
* debian/rules (override_dh_auto_configure): Disable g12 option.
-- Michael Banck <mbanck@debian.org> Sun, 02 Oct 2016 08:27:16 +0200
libint2 (2.1.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Call autogen.sh before configure
* build-depend on libgmp-dev, libboost-dev
* Don't call dh_auto_clean in clean target; it calls make distclean on
an unconfigured system and screws sources. Closes: #823803
-- Alastair McKinstry <mckinstry@debian.org> Sun, 11 Sep 2016 14:47:38 +0100
libint2 (2.1.0-1) unstable; urgency=medium
* New upstream release.
* debian/rules (override_dh_auto_configure): Enabled eri, eri2, eri3 and g12
options in configure.
-- Michael Banck <mbanck@debian.org> Sun, 08 May 2016 19:47:23 +0200
libint2 (2.1.0~beta2-2) unstable; urgency=medium
* debian/control (libint2-dev/Depends): Added Depends on libint2-2.
-- Michael Banck <mbanck@debian.org> Sun, 14 Feb 2016 11:28:04 +0100
libint2 (2.1.0~beta2-1) unstable; urgency=low
* Initial upload of libint2.
-- Michael Banck <mbanck@debian.org> Sun, 30 Aug 2015 02:08:01 +0200
|