Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2023
1 parent 9dcd9a1 commit e713c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install_KLU_Sundials.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ def download_extract_library(url, download_dir):
suitesparse_src = os.path.join(download_dir, suitesparse_dir)
print("-" * 10, "Building SuiteSparse_config", "-" * 40)
make_cmd = [
"make",
"make",
"library",
"CMAKE_OPTIONS=\"-DCMAKE_INSTALL_PREFIX={}\"".format(install_dir),
]
'CMAKE_OPTIONS="-DCMAKE_INSTALL_PREFIX={}"'.format(install_dir),
]
install_cmd = [
"make",
"install",
Expand Down

0 comments on commit e713c88

Please sign in to comment.