We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a53e80 commit fdd6edfCopy full SHA for fdd6edf
CMakeLists.txt
@@ -8,6 +8,8 @@ include(ExternalProject)
8
include(CMakeDependentOption)
9
include(FeatureSummary)
10
11
+list(APPEND CMAKE_FIND_ROOT_PATH ${pfasst_SOURCE_DIR}/stack)
12
+
13
# Set default ExternalProject root directory
14
set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_BINARY_DIR}/3rdparty)
15
tools/hashdist/pfasst-stack.debian.yaml
@@ -8,7 +8,6 @@ parameters:
debug: false
packages:
- gcc:
mpi:
use: mpich
fftw:
@@ -18,6 +17,8 @@ packages:
18
17
boost:
19
toolset: gcc
20
address_model: 64
+ cmake:
21
+ easylogging:
22
23
package_dirs:
24
- pkgs
0 commit comments