From f3410a0b1d158177149a53d8bafaf5b1e20a1769 Mon Sep 17 00:00:00 2001
From: George Hartzell <hartzell@alerce.com>
Date: Wed, 7 Dec 2016 12:02:22 -0800
Subject: [PATCH] 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
---
 var/spack/repos/builtin/packages/texlive/package.py | 11 +++++++++--
 1 file 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.
-- 
GitLab