diff options
-rw-r--r-- | math/concorde/Makefile | 3 | ||||
-rw-r--r-- | math/concorde/pkg-descr | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile index 927342f..bd6b14e 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -9,7 +9,8 @@ PORTNAME= concorde PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math parallel -MASTER_SITES= ftp://ftp.caam.rice.edu/pub/software/keck/ +MASTER_SITES= http://www.math.princeton.edu/tsp/concorde/ \ + ftp://ftp.caam.rice.edu/pub/software/keck/ DISTNAME= co991215 EXTRACT_SUFX= .tgz diff --git a/math/concorde/pkg-descr b/math/concorde/pkg-descr index eaaf615..6ad7175 100644 --- a/math/concorde/pkg-descr +++ b/math/concorde/pkg-descr @@ -1,6 +1,6 @@ Concorde (99.12.15 release) This is the initial full release of Concorde. More data about Concorde is available from the Concorde page at -http://www.caam.rice.edu/keck/concorde.html. +http://www.math.princeton.edu/tsp/concorde.html. Concorde is a computer code for the traveling salesman problem (TSP) and some related network optimization problems. The code is written @@ -17,4 +17,4 @@ functions are thread-safe for prgramming in shared-memory parallel environments; the main TSP solver includes code for running over networks of unix workstations. -WWW: http://www.caam.rice.edu/keck/concorde/ +WWW: http://www.math.princeton.edu/tsp/concorde.html |