File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,10 +378,10 @@ This product includes code from boost.
378378
379379* Boost source code in third_party/boost/ directory
380380
381- Copyright: (c) 2003-2023 The Boost Authors
381+ Copyright: 2003-2023 The Boost Authors
382382Home page: https://www.boost.org/
383383License: https://www.boost.org/LICENSE_1_0.txt
384-
384+
385385--------------------------------------------------------------------------------
386386
387387This product includes code from luceneplusplus LucenePlusPlus.
@@ -401,5 +401,5 @@ This product includes code from yanyiwu cppjieba.
401401Copyright: 2013
402402Home page: https://github.com/yanyiwu/
403403License: https://opensource.org/licenses/MIT
404-
404+
405405--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -374,8 +374,7 @@ macro(build_jieba)
374374 externalproject_add (limonp_ep
375375 URL ${LIMONP_SOURCE_URL}
376376 URL_HASH "SHA256=${PAIMON_LIMONP_BUILD_SHA256_CHECKSUM} "
377- INSTALL_COMMAND ""
378- )
377+ INSTALL_COMMAND "" )
379378
380379 message (STATUS "Building jieba from source" )
381380 set (JIEBA_PREFIX "${CMAKE_CURRENT_BINARY_DIR } /jieba_ep-prefix" )
Original file line number Diff line number Diff line change @@ -107,4 +107,7 @@ DEPENDENCIES=(
107107 "PAIMON_RAPIDJSON_URL ${PAIMON_RAPIDJSON_PKG_NAME} ${THIRDPARTY_MIRROR_URL}https://github.com/miloyip/rapidjson/archive/${PAIMON_RAPIDJSON_BUILD_VERSION}.tar.gz"
108108 "PAIMON_JINDOSDK_C_URL ${PAIMON_JINDOSDK_C_PKG_NAME} https://jindodata-binary.oss-cn-shanghai.aliyuncs.com/release/${PAIMON_JINDOSDK_C_BUILD_VERSION}/jindosdk-${PAIMON_JINDOSDK_C_BUILD_VERSION}-linux.tar.gz"
109109 "PAIMON_LUCENE_URL ${PAIMON_LUCENE_PKG_NAME} ${THIRDPARTY_MIRROR_URL}https://github.com/luceneplusplus/LucenePlusPlus/archive/refs/tags/${PAIMON_LUCENE_PKG_NAME}"
110+ "PAIMON_LIMONP_URL ${PAIMON_LIMONP_PKG_NAME} ${THIRDPARTY_MIRROR_URL}https://github.com/yanyiwu/limonp/archive/refs/tags/${PAIMON_LIMONP_PKG_NAME}"
111+ "PAIMON_JIEBA_URL ${PAIMON_JIEBA_PKG_NAME} ${THIRDPARTY_MIRROR_URL}https://github.com/yanyiwu/cppjieba/archive/refs/tags/${PAIMON_JIEBA_PKG_NAME}"
112+ "PAIMON_BOOST_URL ${PAIMON_BOOST_PKG_NAME} ${THIRDPARTY_DIR}/boost/${PAIMON_BOOST_PKG_NAME}"
110113)
You can’t perform that action at this time.
0 commit comments