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
|
molds (0.3.1-2) unstable; urgency=medium
* Team upload
[ Michael Banck ]
* debian/control (Vcs-Browser, Vcs-Svn): Updated.
[ Drew Parsons ]
* d/rules: drop excess from LIBSBASE (Closes: #1075979)
[ наб ]
* d/rules: cd;make -> $(MAKE) -C
* d/rules: allow failure from make clean
* Makefile seems to need mkdir -p src/obj
* Add hardening
[ Andreas Tille ]
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Rules-Requires-Root: no (routine-update)
* Drop fields with obsolete URLs.
* Update renamed lintian tag names in lintian overrides.
* watch file standard 4 (routine-update)
* d/rules: Use dh_-tools instead of $(MAKE)
* Add Homepage
* d/watch: At least report new version (even if this is not expected)
* d/copyright: DEP5
-- Andreas Tille <tille@debian.org> Sat, 09 Nov 2024 17:52:14 +0100
molds (0.3.1-1) unstable; urgency=medium
* New upstream release.
* Acknowledge NMU.
* debian/patches/makefile_flags.patch: Updated.
* debian/patches/testsuite_output.patch: Updated, one hunk applied upstream.
* debian/patches/testsuite_output.patch: Fixed patch to not filter out
everything.
* debian/control (Standards-Version): Bumped to 3.9.6.
-- Michael Banck <mbanck@debian.org> Sun, 26 Oct 2014 20:09:18 +0100
molds (0.3.0-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix build failure with GCC 4.9 (Katsuhiko Nishimra). Closes: #746884.
-- Matthias Klose <doko@debian.org> Sat, 09 Aug 2014 14:06:55 +0200
molds (0.3.0-3) unstable; urgency=low
* debian/control (Build-Depends): Added mpi-default-bin.
-- Michael Banck <mbanck@debian.org> Mon, 23 Dec 2013 11:10:57 +0100
molds (0.3.0-2) unstable; urgency=low
* debian/rules (CC): Reintroduced as mpicxx.
* debian/rules (override_dh_auto_test): Filter out warnings from OpenBLAS
rather than redirecting stderr to /dev/null.
* debian/patches/testsuite_output.patch: New patch, removes spurious "Max
Heap:" differences from output diffing.
-- Michael Banck <mbanck@debian.org> Mon, 23 Dec 2013 00:24:40 +0100
molds (0.3.0-1) unstable; urgency=low
* New upstream release (upstream tarball based on subversion revision 1586).
New features include:
- Hybrid MPI/OpenMP parallelization.
- GEDIIS algorithm added for geometry optimizations
- Mulliken population in excited states
- Unpaired electron population
* debian/patches/makefile_flags.patch: Updated.
* debian/control (Build-Depends): Added mpi-default-dev.
* debian/rules (CC): Removed.
* debian/control (Build-Depends): Added libboost-mpi-dev,
libboost-serialization-dev and libboost-thread-dev.
* debian/rules (override_dh_auto_build): Do not run depend target
explicitly.
* debian/rules (LIBS): Renamed to ...
* debian/rules (LIBSBASE): ... this.
* debian/rules (LIBSBASE): Added -lstdc++, -lm, -lmpi and -lmpi_cxx.
* debian/patches/lapacke_rpath.patch: Removed.
* debian/molds.install: Updated to renamed filename.
* debian/molds.links: New file, ship a compatibility symlink for the renamed
MolDS.out executable.
* debian/rules (override_dh_auto_clean): Remove test/temp.dat, if present.
* debian/rules (OMPI_MCA_orte_rsh_agent): New variable.
* debian/patches/makefile_flags.patch: Added -lboost_system to BOOST_LIBS
variable.
* debian/rules (override_dh_auto_test): Teporarily redirect stderr to
/dev/null to avoid very large amounts (> 1 million) of warnings from
OpenBLAS (see #684344).
* debian/molds.examples: New file, adding some test cases as exapmles.
-- Michael Banck <mbanck@debian.org> Sun, 22 Dec 2013 20:30:51 +0100
molds (0.2.0-1) unstable; urgency=low
* New upstream relesae (upstream tarball based on subversion revision 1157).
* debian/patches/makefile_flags.patch: Updated.
* debian/patches/lapacke_rpath.patch: Updated.
* debian/control (Build-Depends): Added libblas-dev.
* debian/rules (LIBS): New variable.
-- Michael Banck <mbanck@debian.org> Sat, 29 Dec 2012 19:52:03 +0100
molds (0.0~20120819-1) unstable; urgency=low
* Initial release (Closes: #685316).
-- Michael Banck <mbanck@debian.org> Sun, 19 Aug 2012 15:54:52 +0200
|