changeset 6654 | 3d28e8910703 |
parent 6370 | 0a0b6bf5fdfd |
child 6747 | 9dccf3624839 |
6653:d06d7b84d8b4 | 6654:3d28e8910703 |
---|---|
153 'system-thread.h', |
153 'system-thread.h', |
154 'system-condition.h', |
154 'system-condition.h', |
155 ]) |
155 ]) |
156 |
156 |
157 if bld.env['ENABLE_GSL']: |
157 if bld.env['ENABLE_GSL']: |
158 core.uselib = 'GSL GSLCBLAS M' |
158 core.uselib = core.uselib + ' GSL GSLCBLAS M' |
159 core.source.extend(['rng-test-suite.cc']) |
159 core.source.extend(['rng-test-suite.cc']) |