We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fd6af commit 61ace88Copy full SHA for 61ace88
constraints_pkgs.txt
@@ -11,7 +11,7 @@
11
# [alice@localhost sage]$ export MAKE="make -j16" SAGE_NUM_THREADS=16
12
# [alice@localhost sage]$ make all-sage-local
13
# [alice@localhost sage]$ export PIP_CONSTRAINT="$(pwd)/constraints_pkgs.txt"
14
-# [alice@localhost sage]$ ./sage -sh -c 'python3 -m build pkgs/sagemath-standard'
+# [alice@localhost sage]$ ./sage -sh -c 'python3 -m build -v -v pkgs/sagemath-standard'
15
#
16
# Non-example: Installing the built wheel using the same
17
# constraints file will fail because sagemath-standard is one
0 commit comments