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