[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-155-ge342f91
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 e342f91c239e89839fdbe643957595b5f598c628 (commit) via 375a7aa1f13fa6061c278eb2c2447fd91521b45d (commit) via 6488232432c883422104915c65b89f194fc0c2ee (commit) via d625a28c3def007a9d2d5108141a6f6a4889bf9d (commit) via 44fa38df264efa7a87beb59afc4664595de8ab48 (commit) from 556ea59d4be5f0e2e8d3760501b8b9cb8587c1ec (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 e342f91c239e89839fdbe643957595b5f598c628 Author: Paul Irofti <bulibuta@sdf.lonestar.org> Date: Tue Nov 4 17:55:34 2008 +0300 Equip ginac-examples.texi with directory entry for info. commit 375a7aa1f13fa6061c278eb2c2447fd91521b45d Author: Alexei Sheplyakov <varg@theor.jinr.ru> Date: Mon Nov 3 19:17:16 2008 +0300 [portability] GiNaC::compile_ex works on OpenBSD now. * acinclude.m4: check for dlopen() in libdl and in libc itself. Thanks to Paul Irofti for a bug report and a suggestion. commit 6488232432c883422104915c65b89f194fc0c2ee Author: Alexei Sheplyakov <varg@theor.jinr.ru> Date: Mon Nov 3 17:34:29 2008 +0300 [build] Set correct rpath for linking with CLN... ... so users won't get 'error while loading shared libraries: no such file or directory'. Also embed rpath into pkg-config meta data, so g++ `pkg-config --cflags --libs ginac` foo.cc actually works without any additional effort from the user side. commit d625a28c3def007a9d2d5108141a6f6a4889bf9d Author: Alexei Sheplyakov <varg@theor.jinr.ru> Date: Thu Oct 23 17:48:14 2008 +0400 [bugfix] integer_cra: check if arguments contain at least 2 moduli While at it, also fix exam_cra so it does not produce pointless inputs. commit 44fa38df264efa7a87beb59afc4664595de8ab48 Author: Alexei Sheplyakov <varg@theor.jinr.ru> Date: Tue Oct 21 10:09:33 2008 +0400 exam_cra: explicitly #include <limits>. This should make g++ 4.3 happy. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 + acinclude.m4 | 29 ++- check/exam_cra.cpp | 5 +- config/config.rpath | 614 ++++++++++++++++++++++++++++++++++++ configure.ac | 9 +- debian/rules | 1 + doc/examples/ginac-examples.texi | 5 + ginac.pc.in | 2 +- ginac/polynomial/cra_garner.cpp | 3 + m4/lib-ld.m4 | 110 +++++++ m4/lib-link.m4 | 644 ++++++++++++++++++++++++++++++++++++++ m4/lib-prefix.m4 | 185 +++++++++++ 12 files changed, 1598 insertions(+), 11 deletions(-) create mode 100755 config/config.rpath create mode 100644 m4/lib-ld.m4 create mode 100644 m4/lib-link.m4 create mode 100644 m4/lib-prefix.m4 hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de