Closed barrywardell closed 2 years ago
This sort of logic is difficult to achieve in a Makefile. Should we be thinking about using autoconf or similar? That also has the advantage that it is more familiar to people than editing the makefile fragment.
Original date: 2013-08-19 Original author: Ian Hinder
This was fixed in 20df41bbc2f0f142452ce6f4365ff9edc0550073. The fix was to use the path required by Mathematica 9 and 10, so compiling with earlier versions requires MLINKDIR to be set in make.defs.
Original date: 2015-02-26 Original author: Barry Wardell
Mathematica 9 requires
instead of
in the Makefile. We should use whichever of these exists.