Skip to content

Commit 0c8dfcb

Browse files
committed
Replace more usages of sage_setup
1 parent 81f0417 commit 0c8dfcb

File tree

14 files changed

+15
-17
lines changed

14 files changed

+15
-17
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-
sirocco cypari cysignals mpfr | $(PYTHON_TOOLCHAIN) sage_setup sagemath_environment cython pkgconfig $(PYTHON)
1+
sirocco cypari cysignals mpfr | $(PYTHON_TOOLCHAIN) sagemath_environment cython pkgconfig $(PYTHON)
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.

0 commit comments

Comments
 (0)