Skip to content

Commit fdd6edf

Browse files
committed
cmake: Tell cmake to use the HashDist stack.
1 parent 4a53e80 commit fdd6edf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ include(ExternalProject)
88
include(CMakeDependentOption)
99
include(FeatureSummary)
1010

11+
list(APPEND CMAKE_FIND_ROOT_PATH ${pfasst_SOURCE_DIR}/stack)
12+
1113
# Set default ExternalProject root directory
1214
set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_BINARY_DIR}/3rdparty)
1315

tools/hashdist/pfasst-stack.debian.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ parameters:
88
debug: false
99

1010
packages:
11-
gcc:
1211
mpi:
1312
use: mpich
1413
fftw:
@@ -18,6 +17,8 @@ packages:
1817
boost:
1918
toolset: gcc
2019
address_model: 64
20+
cmake:
21+
easylogging:
2122

2223
package_dirs:
2324
- pkgs

0 commit comments

Comments
 (0)