-
-
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 via setup.py (scripts, console_scripts) #21569
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
+1 |
comment:6
Normally this shouldn't be dependent on those tickets, and I can't think of any reason it would be. But I've come not to expect normalcy with sage. |
This comment has been minimized.
This comment has been minimized.
comment:8
In #22731 comment 28, it is proposed to move scripts to |
comment:10
I'm taking care of this task in #21559. |
Reviewer: Dima Pasechnik |
Currently the scripts in
src/bin
are installed bybuild/make/Makefile
.As part of #21507, for those scripts that should be considered part of
sagelib
, the installation should be done bysrc/setup.py
instead, using the scripts and console-scripts features.(Example, received from was: https://github.com/sagemathinc/smc/tree/master/src/smc_pyutil. See, in particular, the console_scripts section of setup.py: https://github.com/sagemathinc/smc/blob/master/src/smc_pyutil/setup.py#L58)
(Those scripts that don't belong into
src/bin
are moved tobuild/bin
by #21559.See also: #21570: Move non-scripts of
src/bin/
elsewhere (and also move their install location; #21707: Split sage-env into sage-build-env and sage-env)CC: @williamstein @vbraun @jdemeyer @embray @kiwifb @nexttime @tobihan @saraedum @dimpase @isuruf @fchapoton
Component: build
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/21569
The text was updated successfully, but these errors were encountered: