sundials: fix missing comma in list (#48106)
This commit is contained in:
parent
a16350df69
commit
f4bfeb7ed8
@ -648,7 +648,8 @@ def filter_compilers(self):
|
|||||||
|
|
||||||
cxx_files = [
|
cxx_files = [
|
||||||
"arkode/CXX_parallel/Makefile",
|
"arkode/CXX_parallel/Makefile",
|
||||||
"arkode/CXX_serial/Makefile" "cvode/cuda/Makefile",
|
"arkode/CXX_serial/Makefile",
|
||||||
|
"cvode/cuda/Makefile",
|
||||||
"cvode/raja/Makefile",
|
"cvode/raja/Makefile",
|
||||||
"nvector/cuda/Makefile",
|
"nvector/cuda/Makefile",
|
||||||
"nvector/raja/Makefile",
|
"nvector/raja/Makefile",
|
||||||
|
Loading…
Reference in New Issue
Block a user