Use applications provided by Debian packages.
authorDoug Torrance <dtorrance@piedmont.edu>
Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)
committerDoug Torrance <dtorrance@piedmont.edu>
Sun, 24 Jan 2021 13:57:47 +0000 (13:57 +0000)
Forwarded: not-needed
Last-Update: 2021-01-01

In particular:
* gfanInterface - fig2dev
* Posets - xdg-open for default pdf viewer

Gbp-Pq: Name use-debian-applications.patch

M2/Macaulay2/packages/Posets.m2
M2/Macaulay2/packages/gfanInterface.m2

index 2b82d27679275a44caf8f1fbda896e13985b334c..0b6eb99f273fec706240b90e5f75c97e0d783894 100644 (file)
@@ -21,7 +21,7 @@ newPackage select((
         Headline => "partially ordered sets (posets)",
        Keywords => {"Combinatorics"},
         Configuration => {
-            "DefaultPDFViewer" => "open", -- "open" for Macs and "evince" for Linux
+            "DefaultPDFViewer" => "xdg-open", -- "open" for Macs and "evince" for Linux
             "DefaultPrecompute" => true,
             "DefaultSuppressLabels" => true
             },
index eccd7817fb60ed423d6774e75cee07d0ca5e23e0..866d7a742ae47461ed261c0e9adfd13ccbb97a7c 100644 (file)
@@ -15,7 +15,7 @@ newPackage(
        Keywords => {"Interfaces"},
        Configuration => {
                "path" => "",
-               "fig2devpath" => "",
+               "fig2devpath" => "/usr/bin/",
                "keepfiles" => true,
                "verbose" => false,
                "cachePolyhedralOutput" => true