[Debian-astro-commits] [gyoto] branch master updated (6f60fd0 -> a095db1)

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Sat Dec 10 19:33:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

thibaut pushed a change to branch master
in repository gyoto.

      from  6f60fd0   Update mpirun calling sequence
      adds  153aaf5   Update INSTALL.Gyoto and move is to INSTALL.Gyoto.md
      adds  ea49cda   Update INSTAL.Gyoto.md
      adds  5ec7cc1   Update INSTALL.Gyoto.md
      adds  eeaf746   Update documentation
      adds  e465185   gyoto: Support -np option in Open MPI
      adds  9c37464   Support colon syntax for mpirun
      adds  63b5bf6   Commit autoreconf products and update git-post-merge script
      adds  72ad9b0   Fix copy constructor of Page-Thorne disk
      adds  d6bb1a0   plugins/null: don't use mpic++; don't use LORENE.
      adds  22263b9   Merge branch 'stable'
      adds  ebb0ef1   plugins/null/configure: check for MPICXX and CXX from gyoto.pc
      adds  00d66f0   Introduce localpkglibdir to install plug-ins
      adds  ec9c4b8   Merge tag '1.1.1'
      adds  4046b51   Merge branch 'stable'
      adds  e6c6ddf   Merge branch 'stable'
      adds  8224700   Merge branch 'master' into stable
      adds  fe84646   New Metric: ChernSimons
      adds  0c18e20   New Metric: RezzollaZhidenko
      adds  5c9fdfd   Issue a useful message when a plug-in cannot be loaded
      adds  561872a   Allow loading plug-in from path
      adds  78818a4   NumericalMetricLorene is mature
      adds  59f31b2   Enhance user documentation about known bugs and to-do list
      adds  ca95a5d   Update README and rename it README.md
      adds  f4b3057   fixup README.md
      adds  ee0010f   Add link to homepage in README.md
      adds  925fe15   Use AM_INIT_AUTOMAKE([foreign]) in configure.ac
      adds  65af14b   New Astrobj: DeformedTorus
      adds  b350fd5   Rename property ModifCS to DzetaCS in Metric::ChernSimons
      adds  ed3f291   New Astrobj: DynamicalDiskBolometric
      adds  031d973   Fix memory management in DynamicalDisk
      adds  e349992   New Astrobj: EquatorialHotSpot
      adds  a187bcf   New Astrobj: InflateStar
      adds  4811d8d   New convenience macros in GyotoProperty.h
      adds  9d68e18   New Astrobj: OscilTorus
      adds  eb11765   Correct style in Deformed Torus
      adds  b041345   Rename the breathing modes in OscilTorus
      adds  22d3e7f   Releasing 1.1.2
       new  28784c7   Merge tag '1.1.2' into debian
       new  a095db1   gyoto (1.1.2-1) unstable; urgency=low

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUGS.md                                            |  47 ++
 ChangeLog                                          | 256 ++++++++++-
 INSTALL.Gyoto                                      | 207 ---------
 INSTALL.Gyoto.md                                   | 263 +++++++++++
 Makefile.in                                        |  16 +-
 NEWS                                               |   9 +
 README                                             |  64 ---
 README.Developers                                  |  13 +-
 README.SIGFPE                                      |  24 -
 README.md                                          |  69 +++
 TODO.md                                            |  21 +
 bin/Makefile.am                                    |   4 +-
 bin/Makefile.in                                    |   8 +-
 bin/gyoto-mpi-worker.C                             |   3 +-
 bin/gyoto.1                                        |  22 +-
 bin/gyoto.C                                        |  19 +-
 configure                                          |   4 +-
 configure.ac                                       |   6 +-
 debian/changelog                                   |   7 +
 debian/gyoto-bin.docs                              |   2 +-
 debian/gyoto-doc.docs                              |   2 +-
 debian/gyoto.docs                                  |   2 +-
 ...-moving-star.xml => example-moving-star-CS.xml} |   3 +-
 doc/examples/example-oscil-torus.xml               |  68 +++
 include/Gyoto.h                                    |  57 ++-
 include/GyotoChernSimons.h                         |  58 +++
 include/GyotoDeformedTorus.h                       |  77 ++++
 include/GyotoDynamicalDiskBolometric.h             |  79 ++++
 include/GyotoEquatorialHotSpot.h                   |  92 ++++
 include/GyotoInflateStar.h                         | 106 +++++
 include/GyotoOscilTorus.h                          | 117 +++++
 include/GyotoProperty.h                            |  52 +++
 include/GyotoRezzollaZhidenko.h                    |  78 ++++
 include/GyotoScenery.h                             |  24 +-
 lib/ChernSimons.C                                  | 349 +++++++++++++++
 lib/DeformedTorus.C                                | 323 ++++++++++++++
 lib/DynamicalDisk.C                                | 135 +++++-
 lib/DynamicalDiskBolometric.C                      | 159 +++++++
 lib/EquatorialHotSpot.C                            | 231 ++++++++++
 lib/InflateStar.C                                  | 139 ++++++
 lib/Makefile.am                                    |  10 +-
 lib/Makefile.in                                    |  45 +-
 lib/NumericalMetricLorene.C                        |   2 +-
 lib/OscilTorus.C                                   | 490 +++++++++++++++++++++
 lib/Register.C                                     |  39 +-
 lib/RezzollaZhidenko.C                             | 358 +++++++++++++++
 lib/Scenery.C                                      |  14 +-
 lib/StdPlug.C                                      |  21 +-
 python/gyoto_std.i                                 |  17 +-
 python/gyoto_std_swig.h                            |   8 +
 python/tests_std/test_ChernSimons.py               |  13 +
 python/tests_std/test_DeformedTorus.py             |  16 +
 python/tests_std/test_DynamicalDiskBolometric.py   |  12 +
 python/tests_std/test_EquatorialHotSpot.py         |  18 +
 python/tests_std/test_InflateStar.py               |  16 +
 python/tests_std/test_OscilTorus.py                |  17 +
 python/tests_std/test_RezzollaZhidenko.py          |  19 +
 yorick/gyoto.i                                     |   2 +-
 58 files changed, 3934 insertions(+), 398 deletions(-)
 create mode 100644 BUGS.md
 delete mode 100644 INSTALL.Gyoto
 create mode 100644 INSTALL.Gyoto.md
 delete mode 100644 README
 delete mode 100644 README.SIGFPE
 create mode 100644 README.md
 create mode 100644 TODO.md
 copy doc/examples/{example-moving-star.xml => example-moving-star-CS.xml} (95%)
 create mode 100644 doc/examples/example-oscil-torus.xml
 create mode 100644 include/GyotoChernSimons.h
 create mode 100644 include/GyotoDeformedTorus.h
 create mode 100644 include/GyotoDynamicalDiskBolometric.h
 create mode 100644 include/GyotoEquatorialHotSpot.h
 create mode 100644 include/GyotoInflateStar.h
 create mode 100644 include/GyotoOscilTorus.h
 create mode 100644 include/GyotoRezzollaZhidenko.h
 create mode 100644 lib/ChernSimons.C
 create mode 100644 lib/DeformedTorus.C
 create mode 100644 lib/DynamicalDiskBolometric.C
 create mode 100644 lib/EquatorialHotSpot.C
 create mode 100644 lib/InflateStar.C
 create mode 100644 lib/OscilTorus.C
 create mode 100644 lib/RezzollaZhidenko.C
 create mode 100644 python/tests_std/test_ChernSimons.py
 create mode 100644 python/tests_std/test_DeformedTorus.py
 create mode 100644 python/tests_std/test_DynamicalDiskBolometric.py
 create mode 100644 python/tests_std/test_EquatorialHotSpot.py
 create mode 100644 python/tests_std/test_InflateStar.py
 create mode 100644 python/tests_std/test_OscilTorus.py
 create mode 100644 python/tests_std/test_RezzollaZhidenko.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list