diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-12-09 15:34:07 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-12-09 15:34:07 +0000 |
commit | 1e92919667697a35d54ba2d139cf58ec02ca5380 (patch) | |
tree | 6aa2a5b8a59df6189651e650edbba4f3339d9db4 /math/lll_spect | |
parent | 2c46fe3314cbbf5e16012f3c77e95c2a571f80ef (diff) | |
download | ports-1e92919667697a35d54ba2d139cf58ec02ca5380.tar.gz ports-1e92919667697a35d54ba2d139cf58ec02ca5380.zip |
Notes
Diffstat (limited to 'math/lll_spect')
-rw-r--r-- | math/lll_spect/Makefile | 2 | ||||
-rw-r--r-- | math/lll_spect/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/lll_spect/Makefile b/math/lll_spect/Makefile index 4f865b24c45e..d6c1d38b9115 100644 --- a/math/lll_spect/Makefile +++ b/math/lll_spect/Makefile @@ -7,7 +7,7 @@ PORTNAME= lll_spect DISTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://random.mat.sbg.ac.at/results/karl/spectraltest/LLLSpectralTest/ +MASTER_SITES= LOCAL/bf DISTFILES= lll_spect.C lll_search.C examples.txt DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= diff --git a/math/lll_spect/pkg-descr b/math/lll_spect/pkg-descr index 0ce46ba5007f..288be09eac13 100644 --- a/math/lll_spect/pkg-descr +++ b/math/lll_spect/pkg-descr @@ -4,5 +4,3 @@ vector is replaced by an approximation obtained with the Lenstra-Lenstra-Lovasz basis reduction algorithm, which can be calculated in polynomial time. The code is able to test in up to 24 dimensions, and includes an example of how to use the test to search for good LCG parameters. - -WWW: http://random.mat.sbg.ac.at/results/karl/spectraltest/lll.html |