Skip to content

Commit

Permalink
try to fix eigen path again
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Jan 12, 2024
1 parent 674f288 commit 805d2fb
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 @@ -9,9 +9,9 @@

if sys.platform == "darwin":
include_dirs.append("/opt/local/include/eigen3")
include_dirs.append("/usr/local/include/eigen3")
elif sys.platform in ("linux", "linux2"):
include_dirs.append("/usr/include/eigen3")
include_dirs.append("/usr/local/include/eigen3")

ext_modules = intree_extensions(["mat_neuron/_model.cpp"])
for module in ext_modules:
Expand Down

0 comments on commit 805d2fb

Please sign in to comment.