We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6934cc6 commit d10af01Copy full SHA for d10af01
install_KLU_Sundials.py
@@ -198,7 +198,9 @@ def install_suitesparse():
198
triplet = os.environ.get("VCPKG_DEFAULT_TRIPLET", None)
199
feat_flags = os.environ.get("VCPKG_FEATURE_FLAGS", None)
200
if vcpkg_dir:
201
- vcpkg_install_dir = str(pathlib.Path(__file__).parent.resolve() / "vcpkg_installed" / triplet)
+ vcpkg_install_dir = str(
202
+ pathlib.Path(__file__).parent.resolve() / "vcpkg_installed" / triplet
203
+ )
204
cmake_options += (
205
f" -DVCPKG_ROOT_DIR={vcpkg_dir}"
206
f" -DVCPKG_DEFAULT_TRIPLET={triplet}"
0 commit comments