-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
New modularized distributions sagemath-{sirocco,bliss,meataxe,mcqd,coxeter3,tdlib} #34346
Comments
comment:1
the Python distribution packages should go to |
New commits:
|
Commit: |
Dependencies: #32874 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed work issues from remove fes to none |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:27
No tox.ini for these distribution packages? |
comment:28
Good idea, I'll add them |
comment:29
and these lines (of if len(sys.argv) > 1 and (sys.argv[1] == "sdist" or sys.argv[1] == "egg_info"):
sdist = True
else:
sdist = False
if sdist:
cmdclass = {}
else:
...
lines that build source distribution ???
... When running
the "if condition" actually fails so that the sdist is actually built, but this seems just a good luck. Am I reading something wrong? |
comment:31
Replying to Kwankyu Lee:
Nice catch, indeed this test will go wrong when there are global options. |
comment:32
I'm getting rid of this test where it was copied from in #34858. |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
These are the python extension modules that depend on the optional packages sirocco, bliss, ...
We also add distros/conda.txt for some of these packages.
We should add this info to https://doc.sagemath.org/html/en/installation/conda.html#installing-all-of-sagemath-from-conda-not-for-development
Depends on #32874
Depends on #34761
Depends on #34858
Depends on #34855
CC: @saraedum @mkoeppe @slel @kiwifb @antonio-rojas @tornaria @dimpase
Component: refactoring
Author: Matthias Koeppe
Branch/Commit: u/mkoeppe/document_new_conda_packages_sagemath_sirocco_and_sagemath_bliss @
9686423
Issue created by migration from https://trac.sagemath.org/ticket/34346
The text was updated successfully, but these errors were encountered: