From: Richard Kreckel Date: Sun, 20 Dec 2015 16:56:09 +0000 (+0100) Subject: Remove reference to ftpthep.physik.uni-mainz.de. X-Git-Tag: ginac_1-6-6~1 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=7df5dc0757b89a25b96d9d56a0671ba99f468e40 Remove reference to ftpthep.physik.uni-mainz.de. Higgs is down, alas... --- diff --git a/GiNaC.spec.in b/GiNaC.spec.in index 3413d328..4c8ebca1 100644 --- a/GiNaC.spec.in +++ b/GiNaC.spec.in @@ -8,7 +8,7 @@ Version: %{version} Release: %{release} License: GPL Group: System Environment/Libraries -Source0: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/%{name}-%{version}.tar.bz2 +Source0: http://www.ginac.de/%{name}-%{version}.tar.bz2 URL: http://www.ginac.de/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Prefix: %{_prefix} diff --git a/INSTALL b/INSTALL index 4d0cf135..c41b69ef 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ PREREQUISITES ============= GiNaC requires the CLN library by Bruno Haible installed on your system. -It is available from . +It is available from . You will also need a decent ANSI-compliant C++-compiler. We recommend the C++ compiler from the GNU compiler collection, GCC >= 3.4. If you have a diff --git a/README b/README index 93003e72..90e549c3 100644 --- a/README +++ b/README @@ -7,9 +7,6 @@ the creation of integrated systems that embed symbolic manipulations together with more established areas of computer science (like computation-intense numeric applications, graphical interfaces, etc.) under one roof. -The official ftp site is: - ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ - The official web site is: http://www.ginac.de/ diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 93ed619f..26772372 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -484,10 +484,10 @@ required for the configuration, it can be downloaded from @uref{http://pkg-config.freedesktop.org}. Last but not least, the CLN library is used extensively and needs to be installed on your system. -Please get it from @uref{ftp://ftpthep.physik.uni-mainz.de/pub/gnu/} -(it is covered by GPL) and install it prior to trying to install -GiNaC. The configure script checks if it can find it and if it cannot -it will refuse to continue. +Please get it from @uref{http://www.ginac.de/CLN/} (it is licensed under +the GPL) and install it prior to trying to install GiNaC. The configure +script checks if it can find it and if it cannot, it will refuse to +continue. @node Configuration, Building GiNaC, Prerequisites, Installation