summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/paradiseo/enable_eoserial.patch
blob: 8b3ccfeb84d87641a1170fd402931f783c0b0e46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/eo/src/CMakeLists.txt b/eo/src/CMakeLists.txt
index b2b445a..d45ddc7 100644
--- a/eo/src/CMakeLists.txt
+++ b/eo/src/CMakeLists.txt
@@ -47,7 +47,7 @@ install(DIRECTORY do es ga gp other utils
 add_subdirectory(es)
 add_subdirectory(ga)
 add_subdirectory(utils)
-#add_subdirectory(serial)
+add_subdirectory(serial) # Required when including <paradiseo/eo/utils/eoTimer.h> , which is need by <paradiseo/eo/mpi/eoMpi.h>
 
 if(ENABLE_PYEO)
   add_subdirectory(pyeo)