- Timestamp:
- Jul 20, 2018, 5:37:43 AM (7 years ago)
- Branches:
- Candidate_v1.6.1
- Children:
- a844d8
- Parents:
- 209f4c
- git-author:
- Frederik Heber <frederik.heber@…> (07/06/18 09:33:09)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/20/18 05:37:43)
- Location:
- debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r209f4c r425516 1 molecuilder (1.6.1-1) UNRELEASED; urgency=low 2 3 * Added ChemicalSpaceEvaluator Action to assess stability of all possible 4 molecules that match a given Graph6 string using fragmentation method 5 principles. 6 * Python Interface supports (and recommends using) named parameters. 7 Moreover, save-session will write scripts with named parameters. 8 * GUI displays forces and velocities as additional vectors per atom. 9 * AutomationFragmentationAction checks whether workers are still busy and 10 aborts when all workers have crashed. 11 * JobMarket: is now robust when worker or server is killed by signal. 12 * JobMarket: Added GetNumbersOfWorkerOperation. 13 * ForceAnnealing/StructreOptimization Action can now take the bond graph 14 information into account and significantly speed up optimization up to a 15 factor of 3. 16 * added molecular dynamics and structure optimization integration tests. 17 * FIX: recreated and fixed guicheck tests. 18 * StretchBondAction now takes the bond graph into account. 19 * Added examples test case with many ways of translation atoms, see blog 20 post. 21 * enhanced precision of tremolo format making it the recommended file format 22 to use! 23 * Tremolo file format now supports multiple time steps. 24 * DOCU: Updated userguide on empirical potential using HomologyGraph. 25 * Added SelectAtomByName action. 26 * DOCU: several fixes to userguide. 27 * FIX: GUI again reacts to WorldTime changes, i.e. time slider. 28 * changed email address to sent bug reports to. 29 * Added AtomRandomPerturbation to randomly displace atoms. 30 * DOCU: explained wait() necessity in python scripts. 31 * StepWorldTime now uses a single argument. 32 * FIX: Status messages are now always pushed to log, even when logging is 33 captured in GUI. 34 * RotateToPAS has working undo/redo. 35 * Added RotateAroundBond action for rotating molecule around specific bond. 36 * Added very powerful GeometryObjects to use as any vector object or for 37 simply measuring distances and angles in the GUI. 38 * CodePatterns, fix: Chronos is thread-safe, and protecting Verbosity. 39 * fixes: regression tests ports between 11024 and 19999. 40 * builds on Ubuntu 16.04 41 * MemDebug is now disabled by default. 42 43 -- Frederik Heber <heber@molecuilder.com> Fri, 02 Mar 2017 23:45:24 +0100 44 1 45 molecuilder (1.6.0-1) UNRELEASED; urgency=low 2 46 -
debian/control
r209f4c r425516 8 8 libboost-graph-dev (>=1.46), libboost-system-dev (>=1.46), 9 9 libboost-filesystem-dev (>=1.46), libboost-iostreams-dev (>=1.46), 10 libboost-python-dev (>=1.46), python (>=2.7), python-dev (>=2.7), libgsl0-dev,11 liblapack-dev (>= 3.3.1), units, libcppunit-dev (>=1.12),12 lib qt4-dev (>=4.8.5), libqt4-3d-dev (>=1.0), libqwt5-qt4-dev (>=5.2.2),13 doxygen (>=1.7.6), graphviz (>= 2.26.3)10 libboost-python-dev (>=1.46), python (>=2.7), python-dev (>=2.7), 11 python-numpy, libgsl0-dev, liblapack-dev (>= 3.3.1), units, 12 libcppunit-dev (>=1.12), libqt4-dev (>=4.8.5), libqt4-3d-dev (>=1.0), 13 libqwt5-qt4-dev (>=5.2.2), doxygen (>=1.7.6), graphviz (>= 2.26.3) 14 14 Build-Conflicts: autoconf2.13, automake1.4 15 15 Standards-Version: 3.9.3 -
debian/rules
r209f4c r425516 4 4 include /usr/share/cdbs/1/class/autotools.mk 5 5 6 DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug --disable-valgrind --enable-qtgui-capture-log --enable-action-thread --enable-jobmarket --enable-vmg --with-vmg-mpi --enable-python --enable-qtgui --enable-qwt --enable-levmar --with-default-parallel=none CXX='mpic++' CC='mpicc' F 77='mpif77' --with-Qt-bin=/usr/share/qt4/bin --with-qwt-include=/usr/include/qwt-qt4 --with-qwt-libdir=/usr/lib --enable-production6 DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug --disable-valgrind --enable-qtgui-capture-log --enable-action-thread --enable-jobmarket --enable-vmg --with-vmg-mpi --enable-python --enable-qtgui --enable-qwt --enable-levmar --with-default-parallel=none CXX='mpic++' CC='mpicc' FC='mpif90' --with-Qt-bin=/usr/share/qt4/bin --with-qwt-include=/usr/include/qwt-qt4 --with-qwt-libdir=/usr/lib --enable-production 7 7 8 8 DEB_MAKE_CHECK_TARGET = check
Note:
See TracChangeset
for help on using the changeset viewer.