Skip to content

Commit

Permalink
Add wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 23, 2023
1 parent 636d0bb commit d0bfb19
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 @@ -13,7 +13,7 @@
Pybind11Extension(
"pyvpmr",
["src/VPMR.cpp"],
include_dirs=["eigen", "eigen/unsupported", "mpreal", "exprtk", "exprtk-custom-types"],
include_dirs=["eigen", "eigen/unsupported", "mpreal", "exprtk", "exprtk-custom-types", "usr/include"],
libraries=["mpfr", "gmp", "tbb"],
define_macros=[("PYVPMR", 1)],
),
Expand Down

0 comments on commit d0bfb19

Please sign in to comment.