Changes between Version 12 and Version 13 of BuildWithNumScons

Show
Ignore:
Timestamp:
09/16/09 10:22:28 (4 years ago)
Author:
cdavid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildWithNumScons

    v12 v13  
    3333NPY_SEPARATE_COMPILATION=1 CFLAGS="-DDEBUG -Wall -Wextra" python setupscons.py scons -i --jobs=3 
    3434}}} 
     35 
     36Building only one subpackage: this is mainly useful with scipy: 
     37 
     38{{{ 
     39python setupscons.py scons --package-list=scipy.signal 
     40}}}