Skip to content

Commit 808a569

Browse files
committed
?
1 parent a29c661 commit 808a569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def extensions():
218218
name="firedrake.cython.supermeshimpl",
219219
language="c",
220220
sources=[os.path.join("firedrake", "cython", "supermeshimpl.pyx")],
221-
**(mpi_ + petsc_ + numpy_ + libsupermesh_)
221+
**(mpi_ + petsc_ + numpy_ + libsupermesh_ + spatialindex_)
222222
))
223223
# pyop2/sparsity.pyx: petsc, numpy,
224224
cython_list.append(Extension(

0 commit comments

Comments
 (0)