Skip to content

Commit e713c88

Browse files
style: pre-commit fixes
1 parent 9dcd9a1 commit e713c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install_KLU_Sundials.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def download_extract_library(url, download_dir):
7171
suitesparse_src = os.path.join(download_dir, suitesparse_dir)
7272
print("-" * 10, "Building SuiteSparse_config", "-" * 40)
7373
make_cmd = [
74-
"make",
74+
"make",
7575
"library",
76-
"CMAKE_OPTIONS=\"-DCMAKE_INSTALL_PREFIX={}\"".format(install_dir),
77-
]
76+
'CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX={}"'.format(install_dir),
77+
]
7878
install_cmd = [
7979
"make",
8080
"install",

0 commit comments

Comments
 (0)