Skip to content
Snippets Groups Projects
Unverified Commit 561f6d6c authored by Mosè Giordano's avatar Mosè Giordano Committed by GitHub
Browse files

swfft: Add patch to make it build (#17196)

parent 6fdf5913
Branches
Tags
No related merge requests found
--- a/TimingStats.h
+++ b/TimingStats.h
@@ -56,7 +56,7 @@
#define HACC_TIMINGSTATS_H
#include <math.h>
-
+#include <stdio.h>
#include <mpi.h>
// lightweight timing statistics from MPI_Wtime() calls
......@@ -21,6 +21,10 @@ class Swfft(MakefilePackage):
depends_on('mpi')
depends_on('fftw')
# fix error
# TimingStats.h:94:35: error: 'printf' was not declared in this scope
patch('include-stdio_h.patch')
tags = ['proxy-app', 'ecp-proxy-app']
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment