Changes between Version 12 and Version 13 of BuildWithNumScons
- Timestamp:
- 09/16/09 10:22:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildWithNumScons
v12 v13 33 33 NPY_SEPARATE_COMPILATION=1 CFLAGS="-DDEBUG -Wall -Wextra" python setupscons.py scons -i --jobs=3 34 34 }}} 35 36 Building only one subpackage: this is mainly useful with scipy: 37 38 {{{ 39 python setupscons.py scons --package-list=scipy.signal 40 }}}
