You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with #95 breaks on the private SouthPoleTelescope/spt3g_software repo:
[ 79%] Building CXX object todfilter/CMakeFiles/todfilter.dir/src/fftutils.cpp.o
/github/actions-runner/_work/spt3g_software/spt3g_software/todfilter/src/fftutils.cpp: In function ‘void fft_filter_mem_friendly(const G3TimestreamMap&, const G3VectorComplexDouble&, G3TimestreamMap&, bool, G3MapDoubleConstPtr)’:
/github/actions-runner/_work/spt3g_software/spt3g_software/todfilter/src/fftutils.cpp:307:30: error: use of deleted function ‘G3TimestreamMap& G3TimestreamMap::operator=(const G3TimestreamMap&)’
out_data = G3TimestreamMap();
^
In file included from /github/actions-runner/_work/spt3g_software/spt3g_software/todfilter/include/todfilter/numericutils.h:9,
from /github/actions-runner/_work/spt3g_software/spt3g_software/todfilter/src/fftutils.cpp:3:
/github/actions-runner/_work/spt3g_software/spt3g_software/core/include/core/G3Timestream.h:176:7: note: ‘G3TimestreamMap& G3TimestreamMap::operator=(const G3TimestreamMap&)’ is implicitly declared as deleted because ‘G3TimestreamMap’ declares a move constructor or move assignment operator
class G3TimestreamMap : public G3FrameObject,
^~~~~~~~~~~~~~~
/github/actions-runner/_work/spt3g_software/spt3g_software/todfilter/src/fftutils.cpp: In function ‘void fft_filter_mem_friendly_w_multi_filters(G3TimestreamMap&, G3VectorDouble&, G3MapVectorComplexDouble&, G3TimestreamMap&)’:
/github/actions-runner/_work/spt3g_software/spt3g_software/todfilter/src/fftutils.cpp:433:43: error: use of deleted function ‘G3TimestreamMap& G3TimestreamMap::operator=(const G3TimestreamMap&)’
filtered_ts_map = G3TimestreamMap();
^
At global scope:
cc1plus: error: unrecognized command line option ‘-Wno-self-assign-overloaded’ [-Werror]
cc1plus: error: unrecognized command line option ‘-Wno-constant-conversion’ [-Werror]
cc1plus: error: unrecognized command line option ‘-Wno-deprecated-register’ [-Werror]
cc1plus: error: unrecognized command line option ‘-Wno-unknown-warning-option’ [-Werror]
cc1plus: all warnings being treated as errors
gmake[2]: *** [todfilter/CMakeFiles/todfilter.dir/build.make:115: todfilter/CMakeFiles/todfilter.dir/src/fftutils.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:10[88](https://github.com/SouthPoleTelescope/spt3g_software/actions/runs/4684229589/jobs/8300157535#step:7:89): todfilter/CMakeFiles/todfilter.dir/all] Error 2
gmake: *** [Makefile:141: all] Error 2
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
Building with #95 breaks on the private SouthPoleTelescope/spt3g_software repo:
The text was updated successfully, but these errors were encountered: