Changeset ce09046
- Timestamp:
- Jan 17, 2019, 3:53:23 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- ccc888f
- Parents:
- 417fee0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r417fee0 rce09046 85 85 help_str = 'use CoreFoundation (darwin only) (auto)', 86 86 help_disable_str = 'do not use CoreFoundation framework') 87 add_option_enable_disable(ctx, 'blas', default = False,87 add_option_enable_disable(ctx, 'blas', default = None, 88 88 help_str = 'use BLAS acceleration library (no)', 89 89 help_disable_str = 'do not use BLAS library') 90 add_option_enable_disable(ctx, 'atlas', default = False,90 add_option_enable_disable(ctx, 'atlas', default = None, 91 91 help_str = 'use ATLAS acceleration library (no)', 92 92 help_disable_str = 'do not use ATLAS library')
Note: See TracChangeset
for help on using the changeset viewer.