From e4b1500b8731a09fc18165daae511172d305aef4 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Keck <Jean-Baptiste.Keck@imag.fr>
Date: Thu, 13 Jun 2019 00:14:00 +0200
Subject: [PATCH] fix with new docker image

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 43c563a99..de3f2cf53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -152,7 +152,7 @@ find_python_module(graph_tool   REQUIRED)
 find_python_module(pyopencl     REQUIRED)
 find_python_module(pyfftw       REQUIRED)
 find_python_module(gpyfft       REQUIRED)
-#find_python_module(backports.weakref REQUIRED) # python-backports.weakref
+find_python_module(backports.weakref REQUIRED) # python-backports.weakref
 #find_python_module(backports.functools-lru-cache REQUIRED) # python-backports.functools-lru-cache
 # --- MPI ---
 if(USE_MPI)
-- 
GitLab