This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Commit 17f90d8 Matthias Koeppe
committed
1 parent 0dd9c50 commit 17f90d8 Copy full SHA for 17f90d8
File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,16 @@ all: sage
27
27
# # [sagelib-7.4.beta4] running install
28
28
# # [sagelib-7.4.beta4] error: install-base or install-platbase supplied, but installation scheme is incomplete
29
29
sage :
30
- (cd $( srcdir) && export SAGE_ROOT=/doesnotexist SAGE_SRC=/doesnotexist SAGE_SRC_ROOT=/doesnotexist SAGE_DOC_SRC=/doesnotexist SAGE_SCRIPTS_DIR=/doesnotexist SAGE_BUILD_DIR=/doesnotexist SAGE_CYTHONIZED=/doesnotexist SAGE_PKGS=$( abs_top_srcdir) /build/pkgs && python -u setup.py build --build-base=$( abs_builddir) /build-sagelib install)
30
+ (cd $( srcdir) \
31
+ && export SAGE_ROOT=/doesnotexist \
32
+ SAGE_SRC=/doesnotexist \
33
+ SAGE_SRC_ROOT=/doesnotexist \
34
+ SAGE_DOC_SRC=/doesnotexist \
35
+ SAGE_SCRIPTS_DIR=/doesnotexist \
36
+ SAGE_BUILD_DIR=/doesnotexist \
37
+ SAGE_CYTHONIZED=/doesnotexist \
38
+ SAGE_PKGS=$(abs_top_srcdir ) /build/pkgs \
39
+ && python -u setup.py build --build-base=$(abs_builddir ) /build-sagelib install)
31
40
32
41
clean :
33
42
@echo " Deleting Sage library build artifacts..."
You can’t perform that action at this time.
0 commit comments