Skip to content

Commit e4c580a

Browse files
committed
update occt version
1 parent 2a4b20c commit e4c580a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prepare_node.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
#
55
##########################################################################################
6-
export OCCT_PACKAGE=occt-7.1.0
6+
export OCCT_PACKAGE=occt-7.2.0
77
if [ `uname` == "Darwin" ];then
88
export OCCT_TARFILE=${OCCT_PACKAGE}-osx.tgz
99
else
@@ -13,14 +13,14 @@ fi
1313
echo "-------------------------- OCCT TAR FILE ${OCCT_TARFILE}"
1414
ls ${OCCT_TARFILE}
1515
if [ ! -f "${OCCT_TARFILE}" ]; then
16-
wget -q https://github.com/OpenWebCAD/occt_builder/releases/download/v7.1.0/${OCCT_TARFILE}
16+
wget -q https://github.com/OpenWebCAD/occt_builder/releases/download/7.2.0/${OCCT_TARFILE}
1717
fi
1818
if [ ! -d "${OCCT_PACKAGE}" ]; then
1919
echo "extracting package ${OCCT_TARFILE}"
2020
tar -xf ${OCCT_TARFILE}
2121
fi
2222

23-
export LD_LIBRARY_PATH=`pwd`/occt-7.1.0/lib:$LD_LIBRARY_PATH
23+
export LD_LIBRARY_PATH=`pwd`/occt-7.2.0/lib:$LD_LIBRARY_PATH
2424

2525
grep -i "#define OCC_VERSION_COMPLETE" ${OCCT_PACKAGE}/include/opencascade/Standard_Version.hxx ;
2626
lscpu ;

0 commit comments

Comments
 (0)