File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
MY_SCONS_HELP = """\
5
5
SCons rules for compiling and installing pyobjcryst.
6
- SCons build is much faster when run with parallel jobs (-j4).
7
- Usage: scons [target] [var=value]
8
6
9
- Targets:
7
+ Compile and install the pyobjcryst Python extension.
8
+ For faster builds, run with parallel jobs, e.g.:
9
+ scons -j4
10
+
11
+ Usage:
12
+ scons [target] [var=value]
10
13
11
- module build Python extension module _pyobjcryst.so [default]
12
- install install to default Python package location
13
- develop copy extension module to src/pyobjcryst/ directory
14
- test execute unit tests
14
+ Targets:
15
+ (default) Build the Python extension module `_pyobjcryst.so` (or `.pyd` on Windows)
16
+ dev install extension module into ` src/pyobjcryst/` (development mode)
17
+ test Run pytest on the package with the installed extension
15
18
16
19
Build configuration variables:
17
20
%s
You can’t perform that action at this time.
0 commit comments