Installing troubles (on cluster) #3955
Replies: 5 comments 3 replies
-
Apologies for the confusion! In general, the instructions on macaulay2.com are quite out-of-date. The best place to get installation instructions is the wiki: https://github.com/Macaulay2/M2/wiki. As for your specific questions:
|
Beta Was this translation helpful? Give feedback.
-
Also, since you're building on a cluster you may want to manually raise maxNumThreads here: M2/M2/Macaulay2/system/supervisor.cpp Lines 15 to 16 in 2cb101f |
Beta Was this translation helpful? Give feedback.
-
Following this, |
Beta Was this translation helpful? Give feedback.
-
Did |
Beta Was this translation helpful? Give feedback.
-
Yes, any time there's an error in the configure step, there's some troubleshooting to do. :) There are lots of examples of successful runs of configure on the GitHub Actions page. It's interesting that it says that Boost::Regex is available but that it couldn't find it. There should be a file named |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
Finding it real hard to install this on the cluster. ( as of 25/08/2025)
2a. Note that the common .tar file download page, then has tar file only for
1.17
,1.16
, and1.9.2
, so can only install the corresponding Macaulays?make
->make: *** No targets specified and no makefile found. Stop
. -> SO -> Renamed Makefile.in to makefile ->make: *** No rule to make target 'include/config.Makefile'. Stop
. Why the several levels of complexity, or am I missing something?tar xzf Macaulay2-whatever
!!!, why is that? (Also where is that, as there are now several links that I have opened and cannot back to "this website" where the instructions suggest to find the INSTALL file. !!Beta Was this translation helpful? Give feedback.
All reactions