Skip to content

Commit 0ae6f6d

Browse files
committed
Pass MAKE to cddlib configure script (autotools)
We need gmake, so the default may not work on non-GNU systems, e.g., illumos. [ci skip]
1 parent 04a8515 commit 0ae6f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

M2/libraries/cddlib/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VERSION = 0.94m
99
# https://www.inf.ethz.ch/personal/fukudak/cdd_home/
1010
URL = https://macaulay2.com/Downloads/OtherSourceCode
1111
ALLOPTIONS = SUBDIRS="lib-src" gmpdir=/nowhere
12-
CONFIGOPTIONS = $(ALLOPTIONS)
12+
CONFIGOPTIONS = $(ALLOPTIONS) MAKE="$(MAKE)"
1313

1414
# we build mpir as gmp statically, so we can't make a shared library here
1515
CONFIGOPTIONS += --disable-shared

0 commit comments

Comments
 (0)