Changeset 6f330f12
- Timestamp:
- Jan 17, 2019, 2:41:08 PM (6 years ago)
- Branches:
- feature/crepe_org
- Children:
- 417fee0
- Parents:
- 5e499fcd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified wscript ΒΆ
r5e499fcd r6f330f12 465 465 ctx.define('HAVE_MEMCPY_HACKS', 1) 466 466 467 if (ctx.options.enable_hdf5 != True):467 if (ctx.options.enable_hdf5 != False): 468 468 ctx.check_cfg(package='hdf5', args='--cflags --libs', 469 469 uselib_store='HDF5', mandatory=ctx.options.enable_hdf5)
Note: See TracChangeset
for help on using the changeset viewer.