diff options
author | George Hartzell <hartzell@alerce.com> | 2016-12-07 12:02:22 -0800 |
---|---|---|
committer | becker33 <becker33@llnl.gov> | 2016-12-07 12:02:22 -0800 |
commit | f3410a0b1d158177149a53d8bafaf5b1e20a1769 (patch) | |
tree | d84459ad74e18e700b04ccb946001f6807c3dabe /var | |
parent | 3088cb171ee5085cb07692c9dbaec36d900e4ee1 (diff) | |
download | spack-f3410a0b1d158177149a53d8bafaf5b1e20a1769.tar.gz spack-f3410a0b1d158177149a53d8bafaf5b1e20a1769.tar.bz2 spack-f3410a0b1d158177149a53d8bafaf5b1e20a1769.tar.xz spack-f3410a0b1d158177149a53d8bafaf5b1e20a1769.zip |
Update texlive digest value (#2514)
* Update texlive digest value
While the discussion in #2494 progresses, this changes fixes the digest
values so that builds succeeed.
* Add warning that texlive is not repeatably installable
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. |