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 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560
|
lammps (20250204+dfsg.1-2) unstable; urgency=medium
* [a7ad696] Move ipython dep to common section
-- Anton Gladky <gladk@debian.org> Mon, 03 Mar 2025 06:03:37 +0100
lammps (20250204+dfsg.1-1) unstable; urgency=medium
* [c755800] Add missing dependencies.
* [3abd2fc] Exclude doc/html.
* [4b6f0f6] Repack upstream version 20250204+dfsg.1.
-- Anton Gladky <gladk@debian.org> Sun, 02 Mar 2025 22:50:16 +0100
lammps (20250204+dfsg-1) unstable; urgency=medium
* [e5a6962] New upstream version 20250204+dfsg.
* [0202894] Refresh patches.
-- Anton Gladky <gladk@debian.org> Sat, 01 Mar 2025 21:17:38 +0100
lammps (20240207+dfsg-3) unstable; urgency=medium
* Team upload.
* debian/rules: Add the OpenMPI 5 variable to enable oversubscription.
-- Santiago Vila <sanvila@debian.org> Thu, 26 Dec 2024 20:20:00 +0100
lammps (20240207+dfsg-2) unstable; urgency=medium
* [e5b45dd] Fix autopkgtests
* [019570b] d/control: set Standards-Version to 4.7.0
-- Anton Gladky <gladk@debian.org> Fri, 13 Dec 2024 07:13:14 +0100
lammps (20240207+dfsg-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Add build-depend on python3-setuptools. Closes: #1080623
* Rebuild for pnetcdf6 , openmpi5 transitions. Closes: #1086007
* Set oversubscribe as an OpenMPI env variable in d/rules rather
than parameter to mpirun so mpich works. Closes: #1076465
-- Alastair McKinstry <mckinstry@debian.org> Thu, 12 Dec 2024 07:04:46 +0000
lammps (20240207+dfsg-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062514
-- Lukas Märdian <slyon@debian.org> Wed, 28 Feb 2024 16:51:42 +0000
lammps (20240207+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream feature release.
* remove lib/{latte,mscg,smd} from debian/copyright exclusion list
(no longer included in upstream source)
* Standards-Version: 4.6.2
-- Drew Parsons <dparsons@debian.org> Sun, 18 Feb 2024 16:27:44 +0100
lammps (20231121+dfsg-4) unstable; urgency=medium
* Team upload.
* python3-lammps Depends: liblammps-dev not liblammps0
since loads liblammps.so using CDLL (ctypes dlopen)
-- Drew Parsons <dparsons@debian.org> Sun, 31 Dec 2023 10:32:04 +0100
lammps (20231121+dfsg-3) unstable; urgency=medium
* Team upload.
* libpnetcdf-dev is supported only on 64-bit systems
[amd64 arm64 mips64el ppc64el riscv64 s390x ia64 ppc64 sparc64]
For loong64 support see Bug#1058578.
-- Drew Parsons <dparsons@debian.org> Sat, 30 Dec 2023 13:44:33 +0100
lammps (20231121+dfsg-2) unstable; urgency=medium
* Team upload.
* move python3-sphinx to general Build-Depends to allow
dh --with sphinxdoc to work in arch builds.
-- Drew Parsons <dparsons@debian.org> Sat, 30 Dec 2023 12:29:18 +0100
lammps (20231121+dfsg-1) unstable; urgency=medium
* Team upload.
* New upstream Feature Release 21 Nov 2023.
- html docs provides in upstream tarball, no need to rebuild
* create debian/watch monitoring the list of releases in
machine-readable format at
https://download.lammps.org/tars/releases/
(linked as "older versions" from
https://www.lammps.org/download.html)
* drop debian patch 10_enable_spglib.patch: spglib support is now
managed by cmake
* update debian patch 20_set_potentials_path.patch to keep reading
env variable LAMMPS_POTENTIALS as used in upstream code for custom
potential data sets. Use the default debian location
/usr/share/lammps/potentials if LAMMPS_POTENTIALS is not defined.
* use pybuild to build python module after library. Closes: #1054792.
- Build-Depends: pybuild-plugin-pyproject
- test using example demo.py (build time and debian/tests runtime)
- drop debian/python3-lammps.install
* install benchmarks in lammps-examples (/usr/share/lammps/bench)
- update debian patch do-not-install-potentials.patch to keep cmake
from installing bench files in order to enable arch-indep builds
(dh_install installs them from the source dir)
* update debian/copyright
- src/USER* dirs renamed
- lib/message/cslib no longer used
* remove generated python files. Closes: #1048351.
* update docs in lammps-doc
- rebuild HTML docs using sphinx. Closes: #988849.
- dh --with sphinxdoc and Build-Depends: libjs-sphinxdoc
- neverthless skip dh_sphinxdoc since sphinx and dh_sphinx are
broken for lammps docs. See Bug#1059621
- Build-Depends-Indep: python3-venc not virtualvenv,
python3-sphinxcontrib.jquery
- move existing upstream html to html.org. Closes: #1049827.
- update debian patch 30_build_docs.patch
- skip sphinxfortran (not available for debian)
- use local mathjax. Build-Depends: libjs-mathjax
(config=TeX-AMS-MML_HTMLorMML not MML_CHTML)
- provide Manual.pdf in lammps-doc
- register html and PDF docs with doc-base
- override lintian warning source-is-missing [doc/html/*.html]
Source is in doc/src.
- override dh_compress to not compress pdf files
* update build config options: use PKG_* instead of PKG_USER_*
Activate DIELECTRIC. Closes: #1050795.
* Build-Depends: libpnetcdf-dev (as well as libnetcdf-dev)
Lammps supports parallel NETCDF, though not parallel HDF5 (H5MD)
-- Drew Parsons <dparsons@debian.org> Sat, 30 Dec 2023 10:45:36 +0100
lammps (20220106.git7586adbb6a+ds1-2) unstable; urgency=medium
* [a623229] Switch off GPU
-- Anton Gladky <gladk@debian.org> Thu, 17 Mar 2022 19:23:11 +0100
lammps (20220106.git7586adbb6a+ds1-1) unstable; urgency=medium
* [b442ad0] New upstream version 20220106.git7586adbb6a+ds1
* [97b22c7] Update patches
* [b1930ce] Minor fixes
* [4a8cbcc] Apply cme fix dpkg
-- Anton Gladky <gladk@debian.org> Fri, 11 Mar 2022 17:00:02 +0100
lammps (20210122~gita77bb+ds1-4) unstable; urgency=medium
* [97c5ecd] Fix compilation
-- Anton Gladky <gladk@debian.org> Thu, 11 Nov 2021 22:10:36 +0100
lammps (20210122~gita77bb+ds1-3) unstable; urgency=medium
* [de1b3b8] Add tex-gyre to B-D. (Closes: #997418)
* [3ba7eec] Bump debhelper from old 12 to 13.
* [067811c] Update renamed lintian tag names in lintian overrides.
* [40a4e10] Update standards version to 4.6.0, no changes needed.
-- Anton Gladky <gladk@debian.org> Mon, 08 Nov 2021 22:59:09 +0100
lammps (20210122~gita77bb+ds1-2) unstable; urgency=medium
* [0d859c3] Compile against vtk9
* [c332a91] Ignore quilt dir
* [71bc0f1] Ignore debian/files
-- Anton Gladky <gladk@debian.org> Tue, 26 Jan 2021 19:41:12 +0100
lammps (20210122~gita77bb+ds1-1) unstable; urgency=medium
* [0fdcea2] Add gitlab-ci.yml
* [27f8ce0] Update get_orig script
* [237ce88] Update gitlab-ci.yml
* [673a7c7] New upstream version 0~20210122.gita77bb3073
* [a64d2c8] Refresh patches
* [97c9689] Update d-files
* [72d1d2f] Add sphinxdoc
-- Anton Gladky <gladk@debian.org> Sun, 24 Jan 2021 20:57:55 +0100
lammps (20200303+dfsg1-3) unstable; urgency=medium
* [4476c93] Drop downloading mathjax from internet. (Closes: #960745)
-- Anton Gladky <gladk@debian.org> Sat, 16 May 2020 20:59:56 +0200
lammps (20200303+dfsg1-2) unstable; urgency=medium
* [e847bc5] Add git to build-depends
* [d98d86a] Set Standards-Version to 4.5.0
* [f86ac75] Minor update of d/copyright
* [d5b40da] Remove use of githubredir
-- Anton Gladky <gladk@debian.org> Mon, 13 Apr 2020 18:54:55 +0200
lammps (20200303+dfsg1-1) unstable; urgency=medium
* [527333e] Update copyright file
* [1fe839a] Update download-scrupt
* [a0650a6] Refresh patches
* [68b28bc] Update d/copyright
* [712c691] Do not use sphinxdoc
* [bffc1f8] Add lintian-overrides, which seem to be false positive
* [e698d38] New upstream version 20200303+dfsg1
-- Anton Gladky <gladk@debian.org> Mon, 13 Apr 2020 13:57:08 +0200
lammps (20191120+dfsg1-2) unstable; urgency=medium
* [986614f] Remove PKG_MEAM and PKG_REAX options
* [b6ac058] Minor fixes in d/copyright and d/patches
* [67a37ea] Use secure URI in Homepage field.
* [46d7c3a] Enable PKG_KIM
-- Anton Gladky <gladk@debian.org> Wed, 15 Jan 2020 21:50:25 +0100
lammps (20191120+dfsg1-1) unstable; urgency=medium
* Team upload.
* New upstream patch release 20 November 2019.
* rename debian patches build_docs_direct.patch as build_docs.patch:
use system sphinx to build docs. Build-Depends: virtualenv.
-- Drew Parsons <dparsons@debian.org> Fri, 03 Jan 2020 11:25:33 +1100
lammps (20190919+dfsg2-2) unstable; urgency=medium
* Team upload.
* mark liblammps0 as Multi-Arch: same
-- Drew Parsons <dparsons@debian.org> Mon, 30 Dec 2019 10:35:45 +1100
lammps (20190919+dfsg2-1) unstable; urgency=medium
* Team upload.
* New upstream patch release 19 Sep 2019. Closes: #925729.
* move Files-Excluded to Source stanza of debian/copyright.
Enables mk-origtargz to removed unwanted files in upstream tarball
- drop examples/log.* (no longer present in upstream tarball)
- do not exclude doc/utils/sphinx-config from orig tarball.
Needed to build docs with `make html`.
sphinx-config/_themes/lammps_theme uses MIT licence.
* Standards-Version: 4.4.1
* debhelper compatibility level 12: debhelper-compat (= 12)
* Build-Depends: python3-all-dev. Closes: #936814.
* Build-Depends: libvtk7-dev, libhdf5-mpi-dev
* Build-Depends: libvtk7-qt-dev. Causes USER-VTK to build against
Qt5 (via vtkGUISupportQt).
* Debian patch build_docs_direct.patch eliminates virtualenv,
enabling `make html` to build docs directly. Uses python3 only.
* provide shared library in liblammps-dev, liblammps0
* provide python module in python3-lammps (with examples)
- Debian patch python_lib_soname.patch points the LAMMPS library
used in lammps.py at soversion .so.0 instead of .so.
Allows the python module to depend only on liblammps0, otherwise
liblammps-dev would also have to be installed.
* provide sample scripts and benchmarks in lammps-examples
- install in /usr/share/lammps to link to potentials.
Closes: #924189.
* emacs mode installed by lammps-data
* mark -doc, -data, -examples as Multi-Arch: foreign
* disable dh_dwz on liblammps.so.0 (elf_update failed)
* Debian patch fix_man.patch fixes section and space delimiter in
lammps.1.
-- Drew Parsons <dparsons@debian.org> Thu, 31 Oct 2019 21:51:12 +0800
lammps (0~20181211.gitad1b1897d+dfsg1-2) unstable; urgency=medium
* Team upload.
* Build-Depends: gfortran
Closes: #923466
-- Andreas Tille <tille@debian.org> Fri, 08 Mar 2019 07:18:57 +0100
lammps (0~20181211.gitad1b1897d+dfsg1-1) unstable; urgency=medium
* [63546ae] Fix typo in d/copyright
* [863405f] Update install-file
* [b47a528] Update patches
* [7466010] New upstream version 0~20181211.gitad1b1897d+dfsg1
-- Anton Gladky <gladk@debian.org> Thu, 20 Dec 2018 21:27:37 +0100
lammps (0~20180822.gitb47e49223+dfsg1-2) unstable; urgency=medium
* [803c676] Disable REAX because it causes segfault on mips*
* [88f9fca] Update Standards-Version to 4.2.1
-- Anton Gladky <gladk@debian.org> Thu, 13 Sep 2018 20:52:16 +0200
lammps (0~20180822.gitb47e49223+dfsg1-1) unstable; urgency=medium
[ Anton Gladky ]
* [ceb6296] Update patches
* [ffd7251] Add lammps-data binary
* [31838f8] Switch to cmake build system
* [50340be] Update d/copyright
* [86e8141] New upstream version 0~20180822.gitb47e49223+dfsg1
* [d3bd62d] Update address of FSF
* [9a1d41f] Update autopkgtests
* [24aefb7] Add NEWS-file
[ Andrius Merkys ]
* [d4bfbf3] Link against libsymspg-dev. (Closes: #901060)
-- Anton Gladky <gladk@debian.org> Wed, 05 Sep 2018 23:13:17 +0200
lammps (0~20180510.gitaa1d815fe-4) unstable; urgency=medium
* [3958d4e] Disable mpi-unit-test on armhf and armel
-- Anton Gladky <gladk@debian.org> Tue, 15 May 2018 18:24:32 +0200
lammps (0~20180510.gitaa1d815fe-3) unstable; urgency=medium
* [1f3a539] Disable mpi-unit-test on i386
-- Anton Gladky <gladk@debian.org> Sun, 13 May 2018 15:18:25 +0200
lammps (0~20180510.gitaa1d815fe-2) unstable; urgency=medium
* [dfd9a8b] Fix FTBFS on most platforms. (Closes: #896860)
-- Anton Gladky <gladk@debian.org> Sun, 13 May 2018 10:09:09 +0200
lammps (0~20180510.gitaa1d815fe-1) unstable; urgency=medium
[ Adrian Bunk ]
* [6692458] Fix FTBFS with TeX Live 2018
[ Anton Gladky ]
* [88573f8] New upstream version 0~20180510.gitaa1d815fe
* [452d2b9] Set compat-level 11
* [859ce26] Set Standards-Version to 4.1.4
* [569ae1d] Add htmldoc to build-depends
* [b1acdc8], [a8f70a1] Refresh patch
* [cc843f9] Update paths in d/rules and in doc-base
* [189066e] Remove deprecated autopkgtest field in d/control
-- Anton Gladky <gladk@debian.org> Sat, 12 May 2018 21:05:20 +0200
lammps (0~20161109.git9806da6-7) unstable; urgency=medium
* [ca7dc38] Better fix for the bug, fixed in previous upload.
(Thanks, Graham)
-- Anton Gladky <gladk@debian.org> Thu, 19 Jan 2017 19:06:24 +0100
lammps (0~20161109.git9806da6-6) unstable; urgency=medium
* [7dbb0cf] Do not fail on mpi-errors.
-- Anton Gladky <gladk@debian.org> Wed, 18 Jan 2017 21:32:19 +0100
lammps (0~20161109.git9806da6-5) unstable; urgency=medium
* [cbbbe25] Disable test on mips64el (unstable).
-- Anton Gladky <gladk@debian.org> Thu, 29 Dec 2016 23:13:34 +0100
lammps (0~20161109.git9806da6-4) unstable; urgency=medium
* [0c12ebd] Add mips64el to disable_auto_test_archs_mpi in d/rules.
-- Anton Gladky <gladk@debian.org> Thu, 29 Dec 2016 20:04:45 +0100
lammps (0~20161109.git9806da6-3) unstable; urgency=medium
[ Graham Inggs ]
* [f1a60b8] Replace deprecated OMPI_MCA_orte_rsh_agent with
OMPI_MCA_plm_rsh_agent
* [89af794] Allow stderr output in the autopkgtests
* [64c465d] Allow --oversubscribe for autopkgtests
-- Anton Gladky <gladk@debian.org> Wed, 28 Dec 2016 22:28:59 +0100
lammps (0~20161109.git9806da6-2) unstable; urgency=medium
* [c90dbc8] Respect build-indep.
-- Anton Gladky <gladk@debian.org> Sat, 12 Nov 2016 12:35:48 +0100
lammps (0~20161109.git9806da6-1) unstable; urgency=medium
* [7c868a1] Update get-script to clean it from VCS and other support-files.
* [7328d32] New upstream version 0~20161109.git9806da6
* [1c61fdb] Refresh patch.
* [f13ed88] Generate docs during build.
* [0bf08ca] Apply cme fix dpkg.
-- Anton Gladky <gladk@debian.org> Sat, 12 Nov 2016 07:39:16 +0100
lammps (0~20151117.gite3c4db7-3) unstable; urgency=medium
* [579bfa9] Respect --parallel option. (Closes: #805533)
* [24992fd] Remove duplicates in doc.
* [acdfe10] Minor fix in d/copyright.
-- Anton Gladky <gladk@debian.org> Sun, 06 Dec 2015 11:58:46 +0100
lammps (0~20151117.gite3c4db7-2) unstable; urgency=medium
* [ce58358] Update get_orig script.
* [7fe6df7] Remove embedded js-scripts.
-- Anton Gladky <gladk@debian.org> Wed, 18 Nov 2015 21:49:58 +0100
lammps (0~20151117.gite3c4db7-1) unstable; urgency=medium
* [879c7b4] Add libeigen3-dev to BD.
* [50e6397] Apply cme fix dpkg-control.
* [14e7d41] Update patch.
* [a00dbfc] Imported Upstream version 0~20151117.gite3c4db7
* [8f8aa65] Update d/copyright.
-- Anton Gladky <gladk@debian.org> Wed, 18 Nov 2015 21:02:52 +0100
lammps (0~20150313.gitfa668e1-1) unstable; urgency=medium
* Upload into unstable.
-- Anton Gladky <gladk@debian.org> Wed, 29 Apr 2015 23:44:49 +0200
lammps (0~20150313.gitfa668e1-1~exp1) experimental; urgency=medium
* [aad2273] Imported Upstream version 0~20150313.gitfa668e1
* [820b5c5] Refresh patches. Remove applied by upstream.
* [b303847] Update d/copyright.
* [5dc10e0] Minor fix in d/rules.
* [b833c3c] Set Standards-Version: 3.9.6. No changes.
* [0e947fe] Enable C++11.
-- Anton Gladky <gladk@debian.org> Sun, 15 Mar 2015 20:59:57 +0100
lammps (0~20140523.gite5e877d-1) unstable; urgency=medium
* [4c132dc] Grab source from GitHub page.
* [7811c49] Move mpi-default-bin to Depends.
* [4bd2ecb] Imported Upstream version 0~20140523.gite5e877d
* [7f4e9a8] Remove colloid autopkgtest.
-- Anton Gladky <gladk@debian.org> Sat, 24 May 2014 19:03:51 +0200
lammps (0~20140415.git42bb280-2) unstable; urgency=medium
* [eff3471] Update/fix autopkgtest.
-- Anton Gladky <gladk@debian.org> Sun, 18 May 2014 11:30:46 +0200
lammps (0~20140415.git42bb280-1) unstable; urgency=medium
* [f2930e3] Imported Upstream version 0~20140415.git42bb280
* [b05b302] Remove patch, applied by upstream.
* [12f95b6] Fix autotest.
* [cca8000] Replace deprecated MPI-flag in debian/rules.
-- Anton Gladky <gladk@debian.org> Wed, 16 Apr 2014 19:23:18 +0200
lammps (0~20140212.git32a5cd0-4) unstable; urgency=medium
* [db83dbb] Fix autotest (MPI error).
-- Anton Gladky <gladk@debian.org> Sat, 15 Feb 2014 21:49:51 +0100
lammps (0~20140212.git32a5cd0-3) unstable; urgency=medium
* [842e614] Fix autotest.
-- Anton Gladky <gladk@debian.org> Sat, 15 Feb 2014 09:42:10 +0100
lammps (0~20140212.git32a5cd0-2) unstable; urgency=medium
* [9fad448] Fix FTBFS on arch-only builds.
-- Anton Gladky <gladk@debian.org> Fri, 14 Feb 2014 07:39:31 +0100
lammps (0~20140212.git32a5cd0-1) unstable; urgency=medium
* [5127b33] Imported Upstream version 0~20140212.git32a5cd0
* [9c47579] Refresh patch.
* [b21f32c] Set Standards-Version: 3.9.5. No changes.
* [249a3f2] Set canonical VCS-fields.
* [85cb066] Add autotests.
* [bf2b96e] Remove executable bit in examples.
-- Anton Gladky <gladk@debian.org> Thu, 13 Feb 2014 22:38:05 +0100
lammps (0~20131119.git7162cf0-1) unstable; urgency=low
* [e65b919] Imported Upstream version 0~20131119.git7162cf0
* [f7bddd4] Fix some problems, introduced by upstream recently.
* [3616dfc] Use wrap-and-sort script.
* [7e92030] Ignore quilt dir
-- Anton Gladky <gladk@debian.org> Wed, 20 Nov 2013 22:41:36 +0100
lammps (0~20130503.gitd2adfba-1) unstable; urgency=low
* [4a7ac95] Imported Upstream version 0~20130503.gitd2adfba
* [2f578c3] Minor description update.
* [fdb3192] Use parallel build.
* [afade40] Add doc-base file.
-- Anton Gladky <gladk@debian.org> Tue, 07 May 2013 21:27:12 +0200
lammps (0~20130201.gitdf9c707-1) experimental; urgency=low
* [acf02f1] Imported Upstream version 0~20130201.gitdf9c707
* [9477729] Add -fopenmp option to compilation flags.
* [a422953] Use Standards-Version: 3.9.4. No changes.
* [3b9caec] Remove obsolete DM-Upload-Allowed flag.
* [84d264e] Remove parallel option due to high RAM-consumption.
-- Anton Gladky <gladk@debian.org> Sun, 03 Feb 2013 21:40:03 +0100
lammps (0~20121116.git9eeec79-1~exp1) experimental; urgency=low
* [8b791e7] Update git_orig-script. Use more effective xz-compression.
* [c4ee715] Imported Upstream version 0~20121116.git9eeec79
* [e9300f9] Update patch.
-- Anton Gladky <gladky.anton@gmail.com> Mon, 19 Nov 2012 18:55:39 +0100
lammps (0~20120615.gite442279-1) unstable; urgency=low
* [de9ec1f] Imported Upstream version 0~20120615.gite442279
* [864de63] Remove patch, applied by upstream.
-- Anton Gladky <gladky.anton@gmail.com> Mon, 18 Jun 2012 20:34:59 +0200
lammps (0~20120426.git67de404-1) unstable; urgency=low
* [cf6ee1b] Disable mpirun-test on some platforms, where it crashes.
* [b4a9875] Imported Upstream version 0~20120426.git67de404
* [8abc62b] Enable additional modules before compiling. (Closes: #670547)
-- Anton Gladky <gladky.anton@gmail.com> Fri, 27 Apr 2012 00:04:27 +0200
lammps (0~20120305.git5d7feb1-1) unstable; urgency=low
* [23cace5] Imported Upstream version 0~20120305.git5d7feb1
* [c2d8e83] Enable auto-test.
-- Anton Gladky <gladky.anton@gmail.com> Tue, 06 Mar 2012 20:03:14 +0100
lammps (0~20120228.git268a14f-1) unstable; urgency=low
* Initial Release. (Closes: #610622).
-- Anton Gladky <gladky.anton@gmail.com> Sat, 25 Feb 2012 22:49:48 +0100
|