Changeset 1e1fa8e
- Timestamp:
- Dec 29, 2021, 5:51:59 PM (3 years ago)
- Branches:
- feature/crepe
- Children:
- 49688ef
- Parents:
- eb34c9f
- git-author:
- Paul Brossier <piem@piem.org> (01/17/19 15:53:23)
- git-committer:
- Paul Brossier <piem@piem.org> (12/29/21 17:51:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
reb34c9f r1e1fa8e 100 100 help_str = 'use CoreFoundation (darwin only) (auto)', 101 101 help_disable_str = 'do not use CoreFoundation framework') 102 add_option_enable_disable(ctx, 'blas', default = False,102 add_option_enable_disable(ctx, 'blas', default = None, 103 103 help_str = 'use BLAS acceleration library (no)', 104 104 help_disable_str = 'do not use BLAS library') 105 add_option_enable_disable(ctx, 'atlas', default = False,105 add_option_enable_disable(ctx, 'atlas', default = None, 106 106 help_str = 'use ATLAS acceleration library (no)', 107 107 help_disable_str = 'do not use ATLAS library')
Note: See TracChangeset
for help on using the changeset viewer.