Skip to content

Commit 1f585ae

Browse files
Merge branch 'fix_bugs_in_dist' of https://github.com/HydrogenSulfate/PaddleScience into fix_bugs_in_dist
2 parents b083fb8 + 6ad4ff9 commit 1f585ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_mesh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "==== Python Environment Verified ===="
88

99

1010
echo "==== Step 2: Checking CMake Environment ===="
11-
# Verify if cmake exists in current environment. If not, download a temporary version.
11+
# Always install a temporary version of CMake 3.23.0, regardless of existing installations.
1212
echo "Installing temporary CMake 3.23.0 ..."
1313
wget -c https://paddle-org.bj.bcebos.com/paddlescience/cmake-3.23.0-linux-x86_64.tar.gz
1414
tar -zxf cmake-3.23.0-linux-x86_64.tar.gz --checkpoint=.100 --totals

0 commit comments

Comments
 (0)