Changeset df692c7


Ignore:
Timestamp:
Dec 29, 2021, 5:51:59 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Children:
eb34c9f
Parents:
02e5a2e
git-author:
Paul Brossier <piem@piem.org> (01/17/19 14:41:08)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 17:51:59)
Message:

[waf] fix hdf5 selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r02e5a2e rdf692c7  
    524524        ctx.define('HAVE_MEMCPY_HACKS', 1)
    525525
    526     if (ctx.options.enable_hdf5 != True):
     526    if (ctx.options.enable_hdf5 != False):
    527527        ctx.check_cfg(package='hdf5', args='--cflags --libs',
    528528                uselib_store='HDF5', mandatory=ctx.options.enable_hdf5)
Note: See TracChangeset for help on using the changeset viewer.