Changeset 6f330f12


Ignore:
Timestamp:
Jan 17, 2019, 2:41:08 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
417fee0
Parents:
5e499fcd
Message:

[waf] fix hdf5 selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r5e499fcd r6f330f12  
    465465        ctx.define('HAVE_MEMCPY_HACKS', 1)
    466466
    467     if (ctx.options.enable_hdf5 != True):
     467    if (ctx.options.enable_hdf5 != False):
    468468        ctx.check_cfg(package='hdf5', args='--cflags --libs',
    469469                uselib_store='HDF5', mandatory=ctx.options.enable_hdf5)
Note: See TracChangeset for help on using the changeset viewer.