Skip to content

Commit

Permalink
Remove macro
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Oct 7, 2024
1 parent 6fb3636 commit 8f83514
Showing 1 changed file 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 @@ -14,7 +14,7 @@
# Common configurations
FAISS_ROOT = "faiss" # relative to the setup.py file

DEFINE_MACROS = [("FINTEGER", "int")]
# DEFINE_MACROS = [("FINTEGER", "int")]
INCLUDE_DIRS = [
np.get_include(), FAISS_ROOT, os.path.join(FAISS_INSTALL_PREFIX, "include")]
LIBRARY_DIRS: List[str] = [os.path.join(FAISS_INSTALL_PREFIX, "lib")]
Expand Down

0 comments on commit 8f83514

Please sign in to comment.