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
|
bagel (0.0~git20170109-1) unstable; urgency=medium
* New upstream development snapshot. New features include:
+ Periodic HF via the Fast Multipole Method (FMM)
+ Non-Adiabatic Coupling Matrix Elements (NACMEs) for CASSCF and CASPT2.
* debian/patches/fix_linking_error.patch: Adjusted.
* debian/patches/skip_failing_testcases.patch: Refreshed.
* debian/patches/add_missing_file.patch: Removed, no longer needed.
* debian/patches/disable_large_integral_file.patch: Removed.
* debian/patches/skip_mrci.patch: Likewise.
* debian/rules (CXXFLAGS): Add -DZDOT_RETURN.
-- Michael Banck <mbanck@debian.org> Tue, 17 Jan 2017 20:20:33 +0100
bagel (0.0~git20161215-3) unstable; urgency=medium
* debian/patches/disable_large_integral_file.patch: Disable patch for now.
* debian/patches/skip_mrci.patch: Likewise.
-- Michael Banck <mbanck@debian.org> Fri, 06 Jan 2017 19:11:21 +0100
bagel (0.0~git20161215-2) unstable; urgency=medium
* debian/patches/skip_failing_testcases.patch: Refreshed and reactivated.
-- Michael Banck <mbanck@debian.org> Thu, 05 Jan 2017 09:45:32 +0100
bagel (0.0~git20161215-1) unstable; urgency=medium
* New upstream development snapshot.
* debian/patches/skip_mrci.patch: Refreshed.
* debian/patches/gcc6.patch: Removed, no longer needed.
* debian/patches/skip_failing_testcases.patch: Disabled for now.
* debian/patches/add_missing_file.patch: New patch, adds a missing file,
taken from upstream commit 3b537c4e.
-- Michael Banck <mbanck@debian.org> Sun, 01 Jan 2017 21:16:12 +0100
bagel (0.0~git20160507-3) unstable; urgency=medium
* debian/patches/gcc6.patch: Fix FTBFS with GCC 6. (Closes: #831086)
-- Graham Inggs <ginggs@debian.org> Sat, 06 Aug 2016 16:43:48 +0200
bagel (0.0~git20160507-2) unstable; urgency=medium
* debian/patches/skip_failing_testcases.patch: Readd hunk accidently removed
in the previous upload.
-- Michael Banck <mbanck@debian.org> Sun, 08 May 2016 20:55:18 +0200
bagel (0.0~git20160507-1) unstable; urgency=medium
* New upstream development snapshot. New features include:
+ Extended multistate CASPT2 (XMS-CASPT2) energies and gradients.
* debian/patches/skip_mrci.patch: Refreshed.
* debian/patches/disable_large_integral_file.patch: Likewise.
* debian/patches/add_missing_includes.patch: Updated.
* debian/patches/skip_failing_testcases.patch: Updated and added one more
test.
* debian/patches/install_all_basis_sets.patch: New patch, add previously
missing basis set files to Makefile.am.
* debian/rules (override_dh_auto_configure): Add --disable-scalapack to
configure options.
* debian/copyright: Changed base license from LGPL-3 to GPL-3.
* debian/control (Description): Added XMS-CASPT2 and FCI to capabilities.
-- Michael Banck <mbanck@debian.org> Sun, 08 May 2016 12:23:34 +0200
bagel (0.0~git20150902-3) unstable; urgency=medium
* debian/rules (dh): Disable parallel builds for buildds with limited RAM.
* debian/rules (dh): Do not build --with autotools-dev.
* debian/control (Build-Depends): Drop dependency on autotools-dev.
* debian/compat: Bump debhelper compatibility level to 9.
* debian/control (Build-Depends): Bump dependency on debhelper to >= 9.
* debian/control: Add myself to uploaders.
* debian/control: Use secure URI for Vcs-Browser.
* debian/copyright: Minor changes to make Lintian happy.
* debian/control: Bump Standards-Version to 3.9.8, no further changes.
-- Graham Inggs <ginggs@debian.org> Sat, 07 May 2016 21:26:20 +0200
bagel (0.0~git20150902-2) unstable; urgency=medium
* debian/patches/add_missing_includes.patch: New patch, fixes a build
failure, partly taken from upstream commit 8baa3058 (Closes: #822501).
-- Michael Banck <mbanck@debian.org> Wed, 04 May 2016 15:50:47 +0200
bagel (0.0~git20150902-1) unstable; urgency=medium
* Initial release (Closes: #797798)
-- Michael Banck <mbanck@debian.org> Sun, 17 Jan 2016 13:04:30 +0100
|