/[debichem]/unstable/nwchem/debian/changelog
ViewVC logotype

Contents of /unstable/nwchem/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3497 - (hide annotations) (download)
Sat Mar 31 11:09:54 2012 UTC (14 months, 2 weeks ago) by mbanck
File size: 4653 byte(s)
Set distribution to unreleased
1 mbanck 3497 nwchem (6.1-4) UNRELEASED; urgency=low
2    
3     *
4    
5     -- Michael Banck <mbanck@debian.org> Sat, 31 Mar 2012 13:08:42 +0200
6    
7 mbanck 3495 nwchem (6.1-3) unstable; urgency=low
8 mbanck 3260
9 mbanck 3261 * debian/testsuite: Removed cosmo_trichloroethene, as it takes much longer
10     than the others tests and does not provide any obvious additional coverage
11     compared to cosmo_h2o.
12 mbanck 3263 * debian/control (Description): Overhauled.
13 mbanck 3494 * debian/control (Build-Depends): Switch from texlive-latex-base to
14     texlive-latex-recommended (Closes: #666315).
15 mbanck 3260
16 mbanck 3495 -- Michael Banck <mbanck@debian.org> Sat, 31 Mar 2012 12:04:19 +0200
17 mbanck 3260
18 mbanck 3258 nwchem (6.1-2) unstable; urgency=low
19 mbanck 3249
20 mbanck 3250 * debian/patches/05_avoid_inline_assembler.patch: New patch, avoids the
21     inlining of assembler on architectures other than i386 and amd64.
22 mbanck 3251 * debian/patches/02_makefile_flags.patch: Updated to also set peigs/DEFS to
23     useful values, avoids unconditional use of ifort as fortran compiler on
24     ia64.
25 mbanck 3255 * debian/patches/06_statfs_kfreebsd.patch: New patch, fixes header files for
26     statfs definitions on kfreebsd-*.
27 mbanck 3256 * debian/patches/07_ga_target_force_linux.patch: New patch, forces the
28     Global Arrays TARGET variable to LINUX on s390*.
29 mbanck 3257 * debian/patches/08_lapack_constants_headers.patch: New patch, fixes
30     platform definitions so that the lapack symbols get defined.
31 mbanck 3249
32 mbanck 3258 -- Michael Banck <mbanck@debian.org> Sat, 11 Feb 2012 19:38:26 +0100
33 mbanck 3249
34 mbanck 3247 nwchem (6.1-1) unstable; urgency=low
35 mbanck 3035
36 mbanck 3234 * New upstream release.
37    
38 dleidert-guest 3198 [ Michael Banck ]
39 mbanck 3242 * debian/patches/02_makefile_flags.patch: Updated.
40     * debian/patches/02_makefile_flags.patch: Use internal blas and lapack code.
41     * debian/patches/02_makefile_flags.patch: Define GCC4 for LINUX and LINUX64
42     (Closes: #632611 and LP: #791308).
43     * debian/control (Build-Depends): Added openssh-client.
44     * debian/rules (USE_SCALAPACK, SCALAPACK): Removed variables (Closes:
45     #654658).
46     * debian/rules (LIBDIR, USE_MPIF4, ARMCI_NETWORK): New variables.
47     * debian/TODO: New file.
48 mbanck 3243 * debian/control (Build-Depends): Removed libblas-dev, liblapack-dev and
49     libscalapack-mpi-dev.
50 mbanck 3245 * debian/patches/04_show_testsuite_diff_output.patch: New patch, shows the
51     diff output for failed tests.
52     * debian/patches/series: Adjusted.
53 mbanck 3246 * debian/testsuite: Optionally run all tests if "all" is passed as option.
54     * debian/rules: Run debian/testsuite with "all" if DEB_BUILD_OPTIONS
55     contains "checkall".
56 mbanck 3035
57 dleidert-guest 3198 [ Daniel Leidert ]
58     * debian/control: Used wrap-and-sort. Added Vcs-Svn and Vcs-Browser fields.
59     (Priority): Moved to extra according to policy section 2.5.
60     (Standards-Version): Bumped to 3.9.2.
61     (Description): Fixed a typo.
62     * debian/watch: Added.
63 mbanck 3244 * debian/patches/03_hurd-i386_define_path_max.patch: Added.
64 dleidert-guest 3202 - Define MAX_PATH if not defines to fix FTBFS on hurd.
65     * debian/patches/series: Adjusted.
66 dleidert-guest 3198
67 mbanck 3247 -- Michael Banck <mbanck@debian.org> Thu, 09 Feb 2012 20:02:41 +0100
68 mbanck 3035
69 mbanck 3033 nwchem (6.0-2) unstable; urgency=low
70 mbanck 2948
71 mbanck 2949 * debian/control (Description): Overhaul, specifying the various NWChem
72     features.
73 mbanck 2950 * debian/nwchem.links: Renamed to...
74     * debian/nwchem-data.links: ... this.
75 mbanck 2951 * debian/nwchem-data.links: Added a symlink for the pseudo-potential
76     library.
77 mbanck 2952 * debian/nwchem-data.dirs: New file.
78 mbanck 2953 * debian/testsuite: Add some more tests.
79 mbanck 2954 * debian/control (Build-Depends): Added mpi-default-dev.
80     * debian/rules (USE_MPI, USE_MPIF, LIBMPI, MPI_LIB, MPI_INCLUDE): New
81     variables.
82 mbanck 2955 * debian/rules (CCSDTQ): New variable, gets set if DEB_BUILD_OPTIONS
83     includes "ccsdtq".
84 mbanck 2956 * debian/rules (override_dh_auto_build): Do not touch stamp file.
85 mbanck 2957 * debian/nwchem.install: Do not ship the programmer's manual for now.
86 mbanck 2958 * debian/rules (override_dh_auto_test): Do not abort build on testsuite
87     failures.
88 mbanck 2963 * debian/control (Build-Depends): Added libblas-dev, liblapack-dev,
89     libscalapack-mpi-dev and libblacs-mpi-dev,.
90     * debian/rules (HAS_BLAS, BLASOPT, USE_SCALAPACK, SCALAPACK, BLACS): New
91     variables.
92 mbanck 3019 * debian/patches/02_makefile_flags.patch: New patch, force gfortran defaults
93     to all applicable architectures.
94 mbanck 3026 * debian/control (Build-Depends): Added mpi-default-bin.
95     * debian/control (nwchem/Depends): Added mpi-default-bin.
96 mbanck 3028 * debian/rules (override_dh_clean): Remove src/tools/lib and QA/scratchdir
97     directories as well.
98 mbanck 3029 * debian/rules: Include /usr/share/mpi-default-dev/debian_defaults.
99     * debian/rules (SCALAPACK, BLACS): Use $(ARCH_DEFAULT_MPI_IMPL) variable to
100     specify library names.
101 mbanck 2948
102 mbanck 3033 -- Michael Banck <mbanck@debian.org> Wed, 28 Sep 2011 00:28:20 +0200
103 mbanck 2948
104 mbanck 2757 nwchem (6.0-1) unstable; urgency=low
105    
106     * Initial upload (Closes: #598728).
107    
108     -- Michael Banck <mbanck@debian.org> Mon, 25 Apr 2011 10:15:12 +0200

  ViewVC Help
Powered by ViewVC 1.1.5