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 33
44MY_SCONS_HELP = """\
55 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]
86
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]
1013
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
1518
1619Build configuration variables:
1720%s
You can’t perform that action at this time.
0 commit comments