Skip to content

Commit

Permalink
[sentencepiece] Use protobuf cmake module
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Nov 19, 2024
1 parent 3369d4b commit d3dc74d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion ports/sentencepiece/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ vcpkg_from_github(
abseil.diff
cxxflags.diff
linkage.diff
protobuf.diff
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" SPM_ENABLE_SHARED)
Expand Down
2 changes: 1 addition & 1 deletion ports/sentencepiece/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sentencepiece",
"version": "0.2.0",
"port-version": 1,
"port-version": 2,
"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",
"homepage": "https://github.com/google/sentencepiece",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8266,7 +8266,7 @@
},
"sentencepiece": {
"baseline": "0.2.0",
"port-version": 1
"port-version": 2
},
"sentry-native": {
"baseline": "0.7.12",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sentencepiece.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "462808c9403616439f06be1527606fa3d62beaeb",
"version": "0.2.0",
"port-version": 2
},
{
"git-tree": "626e5f5d9e302b9095128148ff4ccd046486c13e",
"version": "0.2.0",
Expand Down

0 comments on commit d3dc74d

Please sign in to comment.