Skip to content

Commit

Permalink
fixing pycylon
Browse files Browse the repository at this point in the history
  • Loading branch information
nirandaperera committed Sep 12, 2024
1 parent f083ad3 commit 3d3e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pycylon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
extra_compile_args = []
extra_link_args = []

std_version = '-std=c++14'
std_version = '-std=c++17'
extra_compile_args.extend([std_version, '-DARROW_METADATA_V4 -DNEED_EXCLUSIVE_SCAN'])
extra_compile_args.append('-DOMPI_SKIP_MPICXX=1')

Expand Down

0 comments on commit 3d3e28b

Please sign in to comment.