]> www.ginac.de Git - ginac.git/commitdiff
Remove reference to ftpthep.physik.uni-mainz.de.
authorRichard Kreckel <kreckel@ginac.de>
Sun, 20 Dec 2015 16:56:09 +0000 (17:56 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 20 Dec 2015 19:53:36 +0000 (20:53 +0100)
Higgs is down, alas...

GiNaC.spec.in
INSTALL
README
doc/tutorial/ginac.texi

index 3413d328c84250dbd937a73ed090c3966e0ad6c4..4c8ebca1c3ffc314a979e9e59e827a3432b5b13a 100644 (file)
@@ -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 4d0cf1353b9b5eaa5a17bcf3387906337ba58ae5..c41b69ef1cf8c269264577003e1f0865c1a1c1a4 100644 (file)
--- 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 <ftp://ftpthep.physik.uni-mainz.de/pub/gnu/>.
+It is available from <http://www.ginac.de/CLN/>.
 
 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 93003e728819bcc6bef552d683bb935661c84fce..90e549c362beadf3b9e726a9d69bbc965b6464f5 100644 (file)
--- 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/
 
index 93ed619ffc4c87b0e82de5b4fdaed6119d9e930f..26772372c88b0d6a36017023e9235ced16d8aeb7 100644 (file)
@@ -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