Commit c69a62b 1 parent 6be9ba0 commit c69a62b Copy full SHA for c69a62b
File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 38
38
# of which is the names of the dependencies of <packagename> as read
39
39
# from the build/<packagename>/dependencies file.
40
40
#
41
- # - SAGE_NORMAL_PACKAGES - lists the names of packages that are installed
42
- # by the "normal" method (using the sage-spkg program to download and
43
- # extract the source tarball, and run the relevant scripts from
44
- # build/<packagename>/spkg-*.
41
+ # - SAGE_NORMAL_PACKAGES - lists the names of packages that are of source type
42
+ # "normal" or "wheel".
45
43
#
46
- # - SAGE_PIP_PACKAGES - lists the names of packages with the "pip" type
44
+ # - SAGE_PIP_PACKAGES - lists the names of packages with the "pip" source type,
47
45
# which are installed by directly invoking the pip command.
48
46
#
49
47
# - SAGE_SCRIPT_PACKAGES - lists the names of packages with the "script"
50
- # type which are installed by running a custom script, which may
51
- # download additional source files.
52
- #
48
+ # source type, which are installed by running a custom script, which may
49
+ # download additional source files, and the "dummy" source type.
53
50
54
51
dnl ==========================================================================
55
52
dnl define PKG_CHECK_VAR for old pkg-config < 0.28; see Trac #29001
You can’t perform that action at this time.
0 commit comments