Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Jun 3, 2023
1 parent 80c2249 commit 3c29ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -31,9 +31,9 @@
extra_compile_args=["-Ilibs", "-Iinclude", "-Iqasmtools/include",
"-Ipyqpp/include",
"-I" + eigen_path,
"-DTYPE_IDX_DEFAULT",
"-DTYPE_BIGINT_DEFAULT",
"-DTYPE_FP_DEFAULT"],
"-DQPP_IDX_DEFAULT",
"-DQPP_BIGINT_DEFAULT",
"-DQPP_FP_DEFAULT"],
cxx_std=17,
include_pybind11=False,
),
Expand Down

0 comments on commit 3c29ee4

Please sign in to comment.