Skip to content

Commit fda9635

Browse files
committed
Fix non-alphanumeric package export in TropicalToric
needsPackage now checks for that package names are alphanumeric, which was causing the build to fail.
1 parent 9f7f3d3 commit fda9635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

M2/Macaulay2/packages/TropicalToric.m2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ newPackage(
1414
PackageExports => {
1515
"NormalToricVarieties",
1616
"Tropical",
17-
"Package$gfanInterface"
17+
"gfanInterface"
1818
},
1919
PackageImports => {
2020
"FourierMotzkin"

0 commit comments

Comments
 (0)