mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:58:00 +08:00
[sentencepiece] v0.1.95 (#19858)
This commit is contained in:
parent
210240b399
commit
71422c6272
@ -5,12 +5,10 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/sentencepiece
|
||||
REF v0.1.82
|
||||
SHA512 669d6a1e86c44587d725b1e93f11b707e510a180dec08afb79268158f5de009cb20ffccc72c501c84f032360e52e53ae227504f3538f59978629433e0d6fcf65
|
||||
REF v0.1.95
|
||||
SHA512 22484cf0311315e25a3184561f4e18b45286ad068bfb722c860e1b44fb16913c96d34723b486fab5e4e1e69f4b620a0e3cff410f56cb6561a67193ebaf565a31
|
||||
HEAD_REF master
|
||||
PATCHES rename-version.patch
|
||||
)
|
||||
file(RENAME "${SOURCE_PATH}/VERSION" "${SOURCE_PATH}/VERSION.txt")
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -15,4 +15,4 @@
|
||||
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
|
||||
-file(STRINGS "VERSION" SPM_VERSION)
|
||||
+file(STRINGS "VERSION.txt" SPM_VERSION)
|
||||
message(STATUS "VERSION: ${SPM_VERSION}")
|
||||
project(sentencepiece VERSION ${SPM_VERSION} LANGUAGES CXX)
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "sentencepiece",
|
||||
"version": "0.1.82",
|
||||
"port-version": 1,
|
||||
"version": "0.1.95",
|
||||
"description": "SentencePiece is an unsupervised text tokenizer and detokenizer mainly for Neural Network-based text generation systems where the vocabulary size is predetermined prior to the neural model training"
|
||||
}
|
||||
|
@ -5853,8 +5853,8 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"sentencepiece": {
|
||||
"baseline": "0.1.82",
|
||||
"port-version": 1
|
||||
"baseline": "0.1.95",
|
||||
"port-version": 0
|
||||
},
|
||||
"sentry-native": {
|
||||
"baseline": "0.4.12",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "107679132fbb9a52ab4c995583db14a748554565",
|
||||
"version": "0.1.95",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "80fecc6a62e7e634b59ec58f737202c0773fa73e",
|
||||
"version": "0.1.82",
|
||||
|
Loading…
x
Reference in New Issue
Block a user