Skip to content

Commit 2a93384

Browse files
committed
macaulay2: Drop allow-older-gfan.patch
Now that gfan 0.8beta is available, then we can just depend on it rather than patching out the check for it. (Furthermore, we'll actually need it soon as the gfanInterface package is being updated to add 0.8-only features.)
1 parent a43c665 commit 2a93384

2 files changed

Lines changed: 1 addition & 38 deletions

File tree

repos/spack_repo/builtin/packages/macaulay2/allow-older-gfan.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

repos/spack_repo/builtin/packages/macaulay2/package.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,12 @@ class Macaulay2(AutotoolsPackage):
7474
depends_on("cohomcalg", type=("build", "run"))
7575
depends_on("csdp", type=("build", "run"))
7676
depends_on("gfan", type=("build", "run"))
77+
depends_on("gfan@0.8beta:", type=("build", "run"), when="@1.26.06:")
7778
depends_on("lrslib", type=("build", "run"))
7879
depends_on("msolve", type=("build", "run"))
7980
depends_on("nauty", type=("build", "run"))
8081
depends_on("topcom", type=("build", "run"))
8182

82-
# drop minimum version of gfan (0.8 can't be built w/ older compilers)
83-
patch("allow-older-gfan.patch", when="@1.26.06")
84-
8583
configure_directory = "M2"
8684

8785
def configure_args(self) -> List[str]:

0 commit comments

Comments
 (0)