Changeset bef979a
- Timestamp:
- Apr 23, 2016, 8:47:22 PM (9 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e22356e
- Parents:
- d0cb3d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rd0cb3d8 rbef979a 103 103 ctx.load('gnu_dirs') 104 104 105 # check for common headers 106 ctx.check(header_name='stdlib.h') 107 ctx.check(header_name='stdio.h') 108 ctx.check(header_name='math.h') 109 ctx.check(header_name='string.h') 110 ctx.check(header_name='limits.h') 111 ctx.check(header_name='getopt.h') 112 ctx.check(header_name='unistd.h') 113 105 114 target_platform = Options.platform 106 115 if ctx.options.target_platform: … … 175 184 ctx.options.enable_atlas = False 176 185 177 # check for required headers178 ctx.check(header_name='stdlib.h')179 ctx.check(header_name='stdio.h')180 ctx.check(header_name='math.h')181 ctx.check(header_name='string.h')182 ctx.check(header_name='limits.h')183 184 186 # check support for C99 __VA_ARGS__ macros 185 187 check_c99_varargs = '''
Note: See TracChangeset
for help on using the changeset viewer.