Changeset 1e1fa8e


Ignore:
Timestamp:
Dec 29, 2021, 5:51:59 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[waf] always try to detect blas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    reb34c9f r1e1fa8e  
    100100            help_str = 'use CoreFoundation (darwin only) (auto)',
    101101            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,
    103103            help_str = 'use BLAS acceleration library (no)',
    104104            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,
    106106            help_str = 'use ATLAS acceleration library (no)',
    107107            help_disable_str = 'do not use ATLAS library')
Note: See TracChangeset for help on using the changeset viewer.