diff --git a/python/dune/perftool/pdelab/localoperator.py b/python/dune/perftool/pdelab/localoperator.py
index 5cafcc04eceb55aabb67a83f779b17568cec1abf..702e8ff9a81c8af52f15fe0c38bded1a5b9086f3 100644
--- a/python/dune/perftool/pdelab/localoperator.py
+++ b/python/dune/perftool/pdelab/localoperator.py
@@ -473,7 +473,7 @@ def generate_kernel(integrals):
 
     # Construct an options object
     from loopy import Options
-    opt = Options(ignore_boostable_into_field=True)
+    opt = Options(ignore_boostable_into=True)
 
     # Create the kernel
     from loopy import make_kernel, preprocess_kernel
diff --git a/python/loopy b/python/loopy
index dfecf6a789b1bb6a605908dedb2f5177ec94d5d2..2e562728b81caed706a1304fdffd64e86286bae4 160000
--- a/python/loopy
+++ b/python/loopy
@@ -1 +1 @@
-Subproject commit dfecf6a789b1bb6a605908dedb2f5177ec94d5d2
+Subproject commit 2e562728b81caed706a1304fdffd64e86286bae4