You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
As previously discussed, I would like to use this infrastructure to release GAP (which is also distributed with SAGE).
As an initial step, I was thinking about making a directory 'sagemath', and moving files relating specifically to sage into that directory, then editing the Makefile to have a variable (which can be changed) which uses this variable as a base.
As a concrete suggestion, I'm thinking about changing:
I was thinking something a bit more ambitious, though maybe more ambitious than I have time for...
A lot of this machinery can work in general for creating an InnoSetup installer for some software that relies on Cygwin. All the Sage-specific Makefile rules can be moved out to separate files. Likewise the .iss file can be modularized a bit (.iss scripts will tend to be fairly application-specific, but there are a lot of bits in SageMath.iss that solve generic problems related to packaging Cygwin).
I'm having a look. One practical question, is there a "known good" target I can run to get a sage release? 'develop' seems currently broken (not sure if the issue is known, thought I would start just getting a good installer).
I wanted to make some small cleanups/changes, but obviously don't want to break building sage while I'm doing it.
As previously discussed, I would like to use this infrastructure to release GAP (which is also distributed with SAGE).
As an initial step, I was thinking about making a directory 'sagemath', and moving files relating specifically to sage into that directory, then editing the Makefile to have a variable (which can be changed) which uses this variable as a base.
As a concrete suggestion, I'm thinking about changing:
To something like:
Before I started doing that, I wanted to check if that was OK. The other option would be to just change to "PATCHES?=patches".
The text was updated successfully, but these errors were encountered: