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
Merge branch 'develop' into public/algebras/fp_algebras
* develop: (101 commits)
Updated Sage version to 6.1.beta2
fix latex
fix documentation
minor typography
Trac 13101: mark doctest as "long time"
trac 13101 better doctest
Trac 13101: Fix bug in enumerate_totallyreal_fields_all
sagemath#9706: review patch.
trac 9706: Propose new class structure
Symbolic Chebyshev polynomials: reviewer patch
trac 9706: Collective patch. Bugfixes, extensions, optimizations, documentation, doctests for chebyshev_T, chebyshev_U and base class for ortho polys
Fixing Whitespace errors
Use bash as SHELL for build/Makefile
allow numpy arrays in list_plot, line, points
Trac sagemath#12322: Add a doctest for the correct behavior introduced in trac sagemath#12737.
Trac sagemath#14186 coerce_binop errors with keyword arguments
trac sagemath#15553: Broken links in the doc of graph/ and numerical/
Improve handling of make targets sage, csage, extcode, scripts
Reorded all.py to match original (so fewer changes).
Fixed minor typo in cobminat/crystals/letters.pyx.
...
# on the one hand, programs needed for the build/install process of the
419
419
# Sage library (e.g. JINJA2), and on the
420
420
# other hand all dependencies for Cython files (e.g. PARI, NTL, MPIR).
421
-
sage: \
421
+
$(INST)/sage: \
422
422
$(INST)/$(ATLAS) \
423
423
$(INST)/$(CEPHES) \
424
424
$(INST)/$(CLIQUER) \
@@ -456,21 +456,25 @@ sage: \
456
456
$(INST)/$(SINGULAR) \
457
457
$(INST)/$(SYMMETRICA) \
458
458
$(INST)/$(ZNPOLY) \
459
-
csage
460
-
$(PIPE) '{ if [ -z "$(SAGE_INSTALL_FETCH_ONLY)" ]; then cd $(SAGE_SRC) && . ./bin/sage-env && time python setup.py install; fi; } 2>&1' 'tee -a $(SAGE_LOGS)/sage-$(SAGE_VERSION).log'
$(PIPE) '{ if [ -z "$(SAGE_INSTALL_FETCH_ONLY)" ]; then cd $(SAGE_SRC)/c_lib && . ../bin/sage-env && time scons -Q install; fi; } 2>&1' 'tee -a $(SAGE_LOGS)/csage-$(SAGE_VERSION).log'
473
+
if [ -z "$$SAGE_INSTALL_FETCH_ONLY" ]; then \
474
+
cd $(SAGE_SRC) && source bin/sage-env && cd c_lib && \
0 commit comments