We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there all, I try to compile spirit on ubuntu 22.04 with CUDA support with gcc 11.4, but I get make error like below:
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: 435 | function(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’ /usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’: 530 | operator=(_Functor&& __f) | ^ /usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’ make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:314: core/CMakeFiles/Spirit.dir/src/engine/Vectormath.cpp.o] Error 1 make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:188: core/CMakeFiles/Spirit.dir/src/engine/Eigenmodes.cpp.o] Error 1 make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:216: core/CMakeFiles/Spirit.dir/src/engine/Sparse_HTST.cpp.o] Error 1 make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:202: core/CMakeFiles/Spirit.dir/src/engine/HTST.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:653: core/CMakeFiles/Spirit.dir/all] Error 2 make: *** [Makefile:166: all] Error 2
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:314: core/CMakeFiles/Spirit.dir/src/engine/Vectormath.cpp.o] Error 1
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:188: core/CMakeFiles/Spirit.dir/src/engine/Eigenmodes.cpp.o] Error 1
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:216: core/CMakeFiles/Spirit.dir/src/engine/Sparse_HTST.cpp.o] Error 1
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:202: core/CMakeFiles/Spirit.dir/src/engine/HTST.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:653: core/CMakeFiles/Spirit.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there all,
I try to compile spirit on ubuntu 22.04 with CUDA support with gcc 11.4, but I get make error like below:
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:314: core/CMakeFiles/Spirit.dir/src/engine/Vectormath.cpp.o] Error 1
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:188: core/CMakeFiles/Spirit.dir/src/engine/Eigenmodes.cpp.o] Error 1
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:216: core/CMakeFiles/Spirit.dir/src/engine/Sparse_HTST.cpp.o] Error 1
make[2]: *** [core/CMakeFiles/Spirit.dir/build.make:202: core/CMakeFiles/Spirit.dir/src/engine/HTST.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:653: core/CMakeFiles/Spirit.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
The text was updated successfully, but these errors were encountered: