sundials: fix missing comma in list (#48106)

This commit is contained in:
Wouter Deconinck 2024-12-14 07:38:01 -06:00 committed by GitHub
parent a16350df69
commit f4bfeb7ed8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",