Skip to content

Commit

Permalink
fix uint64_t issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Dec 20, 2024
1 parent 10bcb31 commit 86ad5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libgeoda
Submodule libgeoda updated 1 files
+6 −1 sa/BatchLISA.h
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
'-w',
'-std=c++14',
'-fvisibility=hidden',
'-D__USE_PTHREAD__' # use pthread!!! on *nix
'-D__USE_PTHREAD__', # use pthread!!! on *nix
'-Wno-enum-constexpr-conversion' # disable enumeration warnings
]

###########################################################
Expand Down

0 comments on commit 86ad5ad

Please sign in to comment.