Skip to content

Commit 93d303b

Browse files
committed
Replace more usages of sage_setup
1 parent 81f0417 commit 93d303b

File tree

13 files changed

+14
-16
lines changed

13 files changed

+14
-16
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,6 @@ SAGE_ROOT Root directory (create by git clone)
489489
│ ├── sage-docbuild
490490
│ │ ├── sage_docbuild/
491491
│ │ └── setup.py
492-
│ ├── sage-setup
493-
│ │ ├── sage_setup/
494-
│ │ └── setup.py
495492
│ └── sagemath-standard
496493
│ ├── bin/
497494
│ ├── sage -> ../../src/sage
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bliss cysignals | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
1+
bliss cysignals | $(PYTHON_TOOLCHAIN) sagemath_environment cython pkgconfig $(PYTHON)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sagemath_objects | $(PYTHON_TOOLCHAIN) sagemath_environment sage_setup cython pkgconfig python_build $(PYTHON)
1+
sagemath_objects | $(PYTHON_TOOLCHAIN) sagemath_environment cython pkgconfig python_build $(PYTHON)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
coxeter3 | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
1+
coxeter3 | $(PYTHON_TOOLCHAIN) sagemath_environment cython pkgconfig $(PYTHON)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mcqd memory_allocator cysignals | $(PYTHON_TOOLCHAIN) sage_setup cython pkgconfig $(PYTHON)
1+
mcqd memory_allocator cysignals | $(PYTHON_TOOLCHAIN) cython pkgconfig $(PYTHON)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
meataxe cysignals | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
1+
meataxe cysignals | $(PYTHON_TOOLCHAIN) sagemath_environment cython pkgconfig $(PYTHON)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FORCE cysignals gmpy2 | $(PYTHON_TOOLCHAIN) sagemath_environment sage_setup cython pkgconfig python_build $(PYTHON)
1+
FORCE cysignals gmpy2 | $(PYTHON_TOOLCHAIN) sagemath_environment cython pkgconfig python_build $(PYTHON)
22

33
# FORCE: Always run the spkg-install script
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tdlib cysignals boost_cropped | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
1+
tdlib cysignals boost_cropped | $(PYTHON_TOOLCHAIN) sagemath_environment cython pkgconfig $(PYTHON)

tools/autogen/flint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Additional notes
3131
- macros in flint documentation are not converted into cython declarations
3232
(because they lack a signature). The cython signature of flint macros must be
3333
manually written down in the files contained
34-
`SAGE_SRC/sage/src/sage_setup/autogen/flint/macros`
34+
`tools/autogen/flint/macros`
3535
See https://github.com/flintlib/flint/issues/1529.

tools/autogen/flint/templates/flint_sage.pyx.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# distutils: extra_compile_args = -D_XPG6
22

33
# WARNING: src/sage/libs/flint/flint_sage.pyx is generated from
4-
# src/sage_setup/autogen/flint/templates/flint_sage.pyx.template;
4+
# tools/autogen/flint/templates/flint_sage.pyx.template;
55
# please make sure that you are modifying the correct file!
66
"""
77
Flint imports

0 commit comments

Comments
 (0)