Changeset ce09046


Ignore:
Timestamp:
Jan 17, 2019, 3:53:23 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
ccc888f
Parents:
417fee0
Message:

[waf] always try to detect blas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r417fee0 rce09046  
    8585            help_str = 'use CoreFoundation (darwin only) (auto)',
    8686            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,
    8888            help_str = 'use BLAS acceleration library (no)',
    8989            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,
    9191            help_str = 'use ATLAS acceleration library (no)',
    9292            help_disable_str = 'do not use ATLAS library')
Note: See TracChangeset for help on using the changeset viewer.