[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-382-g47522fc

Alexei Sheplyakov git at ginac.de
Fri Jul 27 21:24:18 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".

The branch, master has been updated
       via  47522fcd15579cade744182eb0c714331ca230c7 (commit)
       via  dab7b85132ee3a0def2e450e9a236f53354bf258 (commit)
       via  af3801eb5e40bb3717bf207470252172a0af2559 (commit)
      from  bf0d26572edecc37d98aec715e14fbd71a8c0315 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 47522fcd15579cade744182eb0c714331ca230c7
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date:   Fri Jul 27 22:04:54 2012 +0300

    Make FindCLN actually work without pkg-config.

commit dab7b85132ee3a0def2e450e9a236f53354bf258
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date:   Fri Jul 27 21:56:40 2012 +0300

    Trick CTest so the test suite runs when cross-compiling.
    
    The test suite can be run in some cross-compilation setups (say, MinGW
    on Linux). Howerver CTest's add_test command does not add the .exe
    suffix on its own, as a result `make test' fails. Let's help add_test a bit.

commit af3801eb5e40bb3717bf207470252172a0af2559
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date:   Fri Jul 27 21:55:35 2012 +0300

    Work around Tex Live 2012 versus doxygen problem.
    
    TeX Live 2012 seems to dislike files produces by doxygen (1.8.x.y).
    In particular, makeindex(1) program creates invalid index entries like
    
    \hyperpage{NNN_}
    
    (note the trailing underscore in the page number). This breaks automatic
    builds and is very annoying. This patch works around the problem by
    post-processing the generated *.ind file. This hack is a bit crude, however
    it gets the job done (a proper fix is welcome, though).

-----------------------------------------------------------------------

Summary of changes:
 check/CMakeLists.txt        |    2 +-
 cmake/modules/FindCLN.cmake |    2 +-
 doc/CMakeLists.txt          |    2 ++
 doc/reference/Makefile.am   |    1 +
 scripts/fixupind.py         |   30 ++++++++++++++++++++++++++++++
 5 files changed, 35 insertions(+), 2 deletions(-)
 create mode 100755 scripts/fixupind.py


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list