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, c++11 has been updated via 75eb4d8abee66a844c9d1b23f1e001c860e8de7d (commit) via 8dda8683c5f461ac62a31c65823baf232843f228 (commit) via 1185da6b5c369a018bcb9597674c49e64eabf106 (commit) from 4d63df7aa608598e01279d6ec95aea6f023109e1 (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 75eb4d8abee66a844c9d1b23f1e001c860e8de7d Author: Richard Kreckel <kreckel@ginac.de> Date: Mon Apr 4 20:42:12 2016 +0200 [build] Install compiler.h header file. Some header files need the deprecated macro. (Looking forward to C++14.) commit 8dda8683c5f461ac62a31c65823baf232843f228 Author: Richard Kreckel <kreckel@ginac.de> Date: Mon Apr 4 09:05:50 2016 +0200 Install ginac-excompiler in $LIBEXECDIR, not in $BINDIR. ...and make the GiNaC library aware of where it is installed. The ginac-excompiler script is only invoked by GiNaC::compile_ex(...) and serves no purpose on its own. In compliance with the FHS, it should be installed in $LIBEXECDIR, not in $BINDIR. This also disburdens distribution packagers from having to provide a manpage (which may be required for all programs in $BINDIR). The location for $LIBEXECDIR defaults to ${prefix}/libexec/. It may be overwritten at configuration time. (Many distributions want to set it to ${prefix}/lib/ginac/.) commit 1185da6b5c369a018bcb9597674c49e64eabf106 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Apr 3 17:46:47 2016 +0200 [build] Ship FindLibDL.cmake, it's needed by CMakeLists.txt. ----------------------------------------------------------------------- Summary of changes: CMakeLists.txt | 4 ++++ Makefile.am | 3 ++- doc/tutorial/ginac.texi | 6 +++--- ginac/CMakeLists.txt | 3 ++- ginac/Makefile.am | 5 +++-- ginac/excompiler.cpp | 2 +- tools/CMakeLists.txt | 4 ++-- tools/Makefile.am | 4 ++-- 8 files changed, 19 insertions(+), 12 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations