-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
texlive: Add spkg-configure.m4 and system package information; remove install script #31529
Comments
comment:1
To build the documentation in all languages I think we need
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Dependencies: #31163 |
New commits:
|
Commit: |
Work Issues: merge updated #31163 |
comment:9
as far as I am concerned it's almost ready - I'd only ask for spkg-install printing something meaningul. |
comment:10
This would need info whether the package is involved in building the binary distribution. |
comment:11
I don't think our binary builds ship TeX. |
comment:12
Stalled in |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed work issues from merge updated #31163 to none |
Changed dependencies from #31163 to none |
comment:17
The file
It does not appear to be used anywhere. |
comment:18
In the def install_packages():
package_list_txt = os.path.join(
os.path.dirname(__file__),
'package-list.txt'
)
with open(package_list_txt) as f:
package_list = f.read()
... |
comment:57
Should add the Gentoo stuff before it gets reviewed. New commits:
|
Changed author from Matthias Koeppe, Dima Pasechnik, Antonio Rojas to Matthias Koeppe, Dima Pasechnik, Antonio Rojas, François Bissey |
This comment has been minimized.
This comment has been minimized.
Changed reviewer from Sébastien Labbé to Sébastien Labbé, Matthias Koeppe |
comment:62
Let's get this in |
Changed reviewer from Sébastien Labbé, Matthias Koeppe to Sébastien Labbé, Matthias Koeppe, Dima Pasechnik |
comment:63
good to go |
comment:64
Thanks! |
comment:65
Replying to @kiwifb:
I think gentoo.txt needs
|
comment:66
darn missed that. It is a dependency of |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:68
@sheerluck can you double check my last commit and if everything is in right order put the ticket back to positive review. You can also add your name to the reviewer field if you wish. |
comment:69
|
Changed reviewer from Sébastien Labbé, Matthias Koeppe, Dima Pasechnik to Sébastien Labbé, Matthias Koeppe, Dima Pasechnik, Andrey Belgorodski |
Changed keywords from none to texlive, spkg-configure.m4 |
Right now presence of tex is not tested, and texlive is included in system packages of
_recommended
.In this ticket, we associate the tex system package with
texlive
instead.We also test presence of latex packages that are needed for building the sage pdf documentation and make
texlive
a dependency ofsagemath_doc_pdf
.We remove the install script due to lack of use and maintenance (#21922). Installing tex should not be the concern of SageMath.
CC: @slel @jhpalmieri @vbraun @videlec @seblabbe @kiwifb @antonio-rojas @tornaria
Component: packages: optional
Keywords: texlive, spkg-configure.m4
Author: Matthias Koeppe, Dima Pasechnik, Antonio Rojas, François Bissey
Branch/Commit:
7a1a1fe
Reviewer: Sébastien Labbé, Matthias Koeppe, Dima Pasechnik, Andrey Belgorodski
Issue created by migration from https://trac.sagemath.org/ticket/31529
The text was updated successfully, but these errors were encountered: