Skip to content

Commit

Permalink
Move config.h to SZ_extra
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Nov 25, 2022
1 parent 8d0746a commit 78c00b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ def prefix(directory, files):
sz_dir = os.path.join("src", "SZ", "sz")
sz_sources = glob(os.path.join(sz_dir, "src", "*.c"))
sz_include_dirs = [os.path.join(sz_dir, "include"), sz_dir]
sz_include_dirs += glob('src/SZ/')
sz_include_dirs += glob('src/SZ_extra/')
sz_depends = glob('src/SZ/sz/include/*.h')
sz_depends += glob('src/SZ/sz/*.h')

Expand Down
File renamed without changes.

0 comments on commit 78c00b8

Please sign in to comment.