diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/texlive/package.py | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/texlive/package.py b/var/spack/repos/builtin/packages/texlive/package.py index 36b3fad2f6..b7e14e1a8b 100644 --- a/var/spack/repos/builtin/packages/texlive/package.py +++ b/var/spack/repos/builtin/packages/texlive/package.py @@ -32,9 +32,16 @@ class Texlive(Package): homepage = "http://www.tug.org/texlive" - # pull from specific site because the texlive mirrors do not all + # Pull from specific site because the texlive mirrors do not all # update in synchrony. - version('live', '6d171d370f3a2f2b936b9b0c87e8d0fe', + # + # BEWARE: TexLive updates their installs frequently (probably why + # they call it *Live*...). There is no good way to provide a + # repeatable install of the package. We try to keep up with the + # digest values, but don't be surprised if this package is + # briefly unbuildable. + # + version('live', 'bdc04d216c87a195cb29f9f21ae84f3d', url="http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz") # There does not seem to be a complete list of schemes. |