Skip to content

Commit 74ffc89

Browse files
committed
fix
1 parent 8a00bc6 commit 74ffc89

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
382382
Home page: https://www.boost.org/
383383
License: https://www.boost.org/LICENSE_1_0.txt
384-
384+
385385
--------------------------------------------------------------------------------
386386

387387
This product includes code from luceneplusplus LucenePlusPlus.
@@ -401,5 +401,5 @@ This product includes code from yanyiwu cppjieba.
401401
Copyright: 2013
402402
Home page: https://github.com/yanyiwu/
403403
License: https://opensource.org/licenses/MIT
404-
404+
405405
--------------------------------------------------------------------------------

cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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")

third_party/versions.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)