File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : macos-latest
1818 env :
19- boost_version : 1.78 .0
20- BOOST_ROOT : ${{ github.workspace }}/deps/boost_1_78_0
19+ boost_version : 1.83 .0
20+ BOOST_ROOT : ${{ github.workspace }}/deps/boost_1_83_0
2121 RIME_PLUGINS : ${{ inputs.rime_plugins }}
2222 steps :
2323 - name : Checkout last commit
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : windows-latest
1515 env :
16- boost_version : 1.78 .0
17- BOOST_ROOT : ${{ github.workspace }}\deps\boost_1_78_0
16+ boost_version : 1.83 .0
17+ BOOST_ROOT : ${{ github.workspace }}\deps\boost_1_83_0
1818 RIME_PLUGINS : ${{ inputs.rime_plugins }}
1919 steps :
2020 - name : Checkout last commit
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Set shell variable `BOOST_ROOT` to the path to `boost_<version>` directory prior
3838to building librime.
3939
4040``` sh
41- export BOOST_ROOT=" $( pwd) /deps/boost_1_78_0 "
41+ export BOOST_ROOT=" $( pwd) /deps/boost_1_83_0 "
4242```
4343
4444** Option 2:** Install Boost libraries from Homebrew.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rem Customize your build environment and save the modified copy to env.bat
33set RIME_ROOT=%CD%
44
55rem REQUIRED: path to Boost source directory
6- if not defined BOOST_ROOT set BOOST_ROOT=%RIME_ROOT%\deps\boost_1_78_0
6+ if not defined BOOST_ROOT set BOOST_ROOT=%RIME_ROOT%\deps\boost_1_83_0
77
88rem architecture, Visual Studio version and platform toolset
99set ARCH=Win32
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rem Customize your build environment and save the modified copy to env.bat
33set RIME_ROOT = %CD%
44
55rem REQUIRED: path to Boost source directory
6- if not defined BOOST_ROOT set BOOST_ROOT = %RIME_ROOT% \deps\boost_1_78_0
6+ if not defined BOOST_ROOT set BOOST_ROOT = %RIME_ROOT% \deps\boost_1_83_0
77
88rem architecture, Visual Studio version and platform toolset
99set ARCH = Win32
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rem Customize your build environment and save the modified copy to env.bat
33set RIME_ROOT = %CD%
44
55rem REQUIRED: path to Boost source directory
6- if not defined BOOST_ROOT set BOOST_ROOT = %RIME_ROOT% \deps\boost_1_78_0
6+ if not defined BOOST_ROOT set BOOST_ROOT = %RIME_ROOT% \deps\boost_1_83_0
77
88rem architecture, Visual Studio version and platform toolset
99set ARCH = Win32
Original file line number Diff line number Diff line change 22
33if not defined RIME_ROOT set RIME_ROOT = %CD%
44
5- if not defined boost_version set boost_version = 1.78 .0
5+ if not defined boost_version set boost_version = 1.83 .0
66set boost_x_y_z = %boost_version:. =_ %
77
88if not defined BOOST_ROOT set BOOST_ROOT = %RIME_ROOT% \deps\boost_%boost_x_y_z%
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ set -ex
33
44RIME_ROOT=" $( cd " $( dirname " $0 " ) " ; pwd) "
55
6- boost_version=" ${boost_version=1.78 .0} "
6+ boost_version=" ${boost_version=1.83 .0} "
77boost_x_y_z=" ${boost_version// ./ _} "
88
99BOOST_ROOT=" ${BOOST_ROOT=${RIME_ROOT} / deps/ boost_${boost_x_y_z} } "
1010
1111boost_tarball=" boost_${boost_x_y_z} .tar.bz2"
1212download_url=" https://boostorg.jfrog.io/artifactory/main/release/${boost_version} /source/${boost_tarball} "
13- boost_tarball_sha256sum_1_78_0= ' 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc boost_1_78_0 .tar.bz2'
14- boost_tarball_sha256sum=" ${boost_tarball_sha256sum=${boost_tarball_sha256sum_1_78_0 } } "
13+ boost_tarball_sha256sum_1_83_0= ' 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e boost_1_83_0 .tar.bz2'
14+ boost_tarball_sha256sum=" ${boost_tarball_sha256sum=${boost_tarball_sha256sum_1_83_0 } } "
1515
1616download_boost_source () {
1717 cd " ${RIME_ROOT} /deps"
You can’t perform that action at this time.
0 commit comments