-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install src/bin scripts by sagelib's setup.py, not make #21559
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
+1 Also |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:6
update milestone 8.3 -> 8.4 |
This comment has been minimized.
This comment has been minimized.
comment:8
As the Sage-8.8 release milestone is pending, we should delete the sage-8.8 milestone for tickets that are not actively being worked on or that still require significant work to move forward. If you feel that this ticket should be included in the next Sage release at the soonest please set its milestone to the next release milestone (sage-8.9). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: |
Author: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:60
I run into problems unless I make this change: diff --git a/src/setup.py b/src/setup.py
index 9970525cf9..85a32a5962 100755
--- a/src/setup.py
+++ b/src/setup.py
@@ -162,7 +162,6 @@ code = setup(name = 'sage',
'bin/sage-rebaseall.sh',
'bin/sage-rst2sws',
'bin/sage-rst2txt',
- 'bin/sage-rsyncdist',
'bin/sage-run',
'bin/sage-run-cython',
'bin/sage-startuptime.py', |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:63
Needs review |
comment:64
Looks okay to me. |
Reviewer: John Palmieri, François Bissey |
comment:65
Thanks! |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Changed branch from u/mkoeppe/change-src-bin-installation to |
This ticket cleans up how the contents of
src/bin
are installed. One of its goals is to make thesagelib
installation done bysrc/setup.py
self-contained regarding the scripts that it needs at runtime.Previous tickets moved some of the scripts to
build/bin
(no longer installed inSAGE_LOCAL
).In follow-up tickets,
src/bin
could be cleaned up more.src/setup.py
for beginnings of a categorization.src/bin/sage-env-config
as part ofsage_conf
sage_setup
withsetuptools
as a prerequisite for building/installing sagelib, install sage-the-distribution scripts as "scripts"Depends on #29111
CC: @jdemeyer @vbraun @embray @isuruf @jhpalmieri @kiwifb @kcrisman @orlitzky @antonio-rojas @dimpase
Component: build
Author: Matthias Koeppe
Branch/Commit:
19d7f67
Reviewer: John Palmieri, François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/21559
The text was updated successfully, but these errors were encountered: