Set AuxiliaryFiles and UseCachedExampleOutput options to
authorDoug Torrance <dtorrance@debian.org>
Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)
committerDoug Torrance <dtorrance@debian.org>
Mon, 2 May 2022 00:14:15 +0000 (01:14 +0100)
Forwarded: not-needed
Last-Update: 2021-02-20

true for several packages whose examples are cached because
generating them has been known to cause build failures on various
architectures.  See debian/scripts/generate-examples.m2.

Gbp-Pq: Name use-cached-examples.patch

M2/Macaulay2/packages/Macaulay2Doc.m2

index c7256ca8fb7ff871ecb8596211cce2cd8103d721..0658223093f5222ef53853123bc91fbcf33cb496 100644 (file)
@@ -6,6 +6,7 @@
 newPackage ("Macaulay2Doc",
      InfoDirSection => "Macaulay2 and its packages", 
      AuxiliaryFiles => true,
+     UseCachedExampleOutput => true,
      Headline => "Macaulay2 documentation", 
      Authors => {
          {Name => "Daniel R. Grayson", Email => "dan@math.uiuc.edu", HomePage => "http://www.math.uiuc.edu/~dan/"},