Skip to content

Commit 0066e49

Browse files
committed
Debugging test
1 parent 08e77f2 commit 0066e49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install_KLU_Sundials.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ def install_sundials():
112112

113113
vcpkg_dir = os.environ.get("VCPKG_ROOT_DIR", None)
114114
if vcpkg_dir:
115+
print(f"\n\n ROOT DIR {vcpkg_dir} \n\n")
115116
cmake_args.append(f"-DVCPKG_ROOT_DIR={vcpkg_dir}")
117+
else:
118+
print("\n\n ROOT DIR UNDEFINED \n\n")
116119

117120
# try to find OpenMP on Mac
118121
if platform.system() == "Darwin":

0 commit comments

Comments
 (0)