We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29c661 commit 808a569Copy full SHA for 808a569
1 file changed
setup.py
@@ -218,7 +218,7 @@ def extensions():
218
name="firedrake.cython.supermeshimpl",
219
language="c",
220
sources=[os.path.join("firedrake", "cython", "supermeshimpl.pyx")],
221
- **(mpi_ + petsc_ + numpy_ + libsupermesh_)
+ **(mpi_ + petsc_ + numpy_ + libsupermesh_ + spatialindex_)
222
))
223
# pyop2/sparsity.pyx: petsc, numpy,
224
cython_list.append(Extension(
0 commit comments