Skip to content

Commit 08dd549

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent 4ba2651 commit 08dd549

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

script/app-cp2k/customize.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ def preprocess(i):
1616

1717
if "+LIBRARY_PATH" not in env:
1818
env["+LIBRARY_PATH"] = []
19-
19+
2020
if "+PATH" not in env:
2121
env["+PATH"] = []
22-
22+
2323
aocc_lib_path = env['MLC_AOCC_LIB_PATH']
2424
blas_lib_path = os.path.join(env['MLC_BLAS_INSTALL_PATH'], "lib")
2525
blas_bin_path = os.path.join(env['MLC_BLAS_INSTALL_PATH'], "bin")
@@ -29,9 +29,9 @@ def preprocess(i):
2929

3030
env['+LD_LIBRARY_PATH'].append(os.path.abspath(blas_lib_path))
3131
env['+LIBRARY_PATH'].append(os.path.abspath(blas_lib_path))
32-
#print(env)
32+
# print(env)
3333
env['+PATH'].append(os.path.abspath(blas_bin_path))
34-
34+
3535
return {'return': 0}
3636

3737

0 commit comments

Comments
 (0)