File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33#
44#
55# #########################################################################################
6- export OCCT_PACKAGE=occt-7.1 .0
6+ export OCCT_PACKAGE=occt-7.2 .0
77if [ ` uname` == " Darwin" ]; then
88export OCCT_TARFILE=${OCCT_PACKAGE} -osx.tgz
99else
1313echo " -------------------------- OCCT TAR FILE ${OCCT_TARFILE} "
1414ls ${OCCT_TARFILE}
1515if [ ! -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}
1717fi
1818if [ ! -d " ${OCCT_PACKAGE} " ]; then
1919 echo " extracting package ${OCCT_TARFILE} "
2020 tar -xf ${OCCT_TARFILE}
2121fi
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
2525grep -i " #define OCC_VERSION_COMPLETE" ${OCCT_PACKAGE} /include/opencascade/Standard_Version.hxx ;
2626lscpu ;
You can’t perform that action at this time.
0 commit comments