Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit a2f2a6e

Browse files
author
Ehsan Totoni
committed
fix hdf5 dep
1 parent fa6d9df commit a2f2a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def readme():
107107
depends=["hpat/_hpat_common.h", "hpat/_distributed.h",
108108
"hpat/_import_py.h", "hpat/io/_csv.h",
109109
"hpat/_datetime_ext.h"],
110-
libraries = hdf5_libs,
110+
libraries = [],
111111
include_dirs = ([HDF5_DIR+'/include',] + ind
112112
+ np_compile_args['include_dirs']),
113113
library_dirs = [HDF5_DIR+'/lib',] + lid,

0 commit comments

Comments
 (0)