Skip to content

Commit

Permalink
Fixing c++ issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Jul 2, 2020
1 parent 7255a05 commit 47b367a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yt/utilities/lib/cyoctree_raytracing.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# distutils: language = c++
# distutils: extra_compile_args=["-std=c++11"]
"""This is a wrapper around the C++ class to efficiently cast rays into an octree.
It relies on the seminal paper by J. Revelles,, C.Ureña and M.Lastra.
"""
Expand Down
2 changes: 2 additions & 0 deletions yt/utilities/lib/cyoctree_raytracing.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# distutils: language = c++
# distutils: extra_compile_args=["-std=c++11"]
"""This is a wrapper around the C++ class to efficiently cast rays into an octree.
It relies on the seminal paper by J. Revelles,, C.Ureña and M.Lastra.
"""
Expand Down
1 change: 1 addition & 0 deletions yt/utilities/lib/image_samplers.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# distutils: extra_link_args = OMP_ARGS
# distutils: libraries = STD_LIBS
# distutils: sources = FIXED_INTERP
# distutils: language = c++
"""
Image sampler definitions
Expand Down
1 change: 1 addition & 0 deletions yt/utilities/lib/marching_cubes.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# distutils: include_dirs = LIB_DIR
# distutils: libraries = STD_LIBS
# distutils: sources = FIXED_INTERP
# distutils: language = c++
"""
Marching cubes implementation
Expand Down
1 change: 1 addition & 0 deletions yt/utilities/lib/partitioned_grid.pyx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# distutils: sources = FIXED_INTERP
# distutils: include_dirs = LIB_DIR
# distutils: libraries = STD_LIBS
# distutils: language = c++
"""
Image sampler definitions
Expand Down

0 comments on commit 47b367a

Please sign in to comment.