Skip to content

Commit

Permalink
[PMDK] update to 1.11 (#18848)
Browse files Browse the repository at this point in the history
* [PMDK] update to 1.11.0

* update version

* remove patch

* update version
  • Loading branch information
JonLiu1993 committed Jul 13, 2021
1 parent 34b74c5 commit 675adc7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 28 deletions.
5 changes: 0 additions & 5 deletions ports/pmdk/CONTROL

This file was deleted.

8 changes: 3 additions & 5 deletions ports/pmdk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT)

vcpkg_fail_port_install(ON_ARCH "arm" "x86")

set(PMDK_VERSION "1.9")
set(PMDK_VERSION "1.11.0")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pmem/pmdk
REF 1926ffb8f3f5f0617b3b3ed32029d437c272f187 #Commit id corresponding to the version 1.9
SHA512 dc828866291f1c4a6901de5845d21a60eb2c7951c6b5ebc680b309a4e5f7596b0d9bea663f997dff9f08f666124850aecd2219caf12bab571b4c2b63db28ec7f
REF 8583fcfd68764ac6779e6f93db89b06971b26704 #Commit id corresponding to the version 1.11.0
SHA512 6d0a9697c97f75ac10e9e8736c2397c6ee23c26af96b65c746e0c32bc2d16f083b177e52bc399aa93c6f2e29ac6106c2696c6bbf9779788d9d19167ac07000b8
HEAD_REF master
PATCHES
remove-non-ascii-character.patch
)

# Build only the selected projects
Expand Down
17 changes: 0 additions & 17 deletions ports/pmdk/remove-non-ascii-character.patch

This file was deleted.

7 changes: 7 additions & 0 deletions ports/pmdk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "pmdk",
"version": "1.11.0",
"description": "Persistent Memory Development Kit",
"homepage": "https://github.com/pmem/pmdk",
"supports": "!(arm | x86)"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4905,7 +4905,7 @@
"port-version": 0
},
"pmdk": {
"baseline": "1.9",
"baseline": "1.11.0",
"port-version": 0
},
"pngpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pmdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a2083c3fd577af1074c046235d2d0c73ad77d011",
"version": "1.11.0",
"port-version": 0
},
{
"git-tree": "f71d109fdac523675cae5c60bb81194e654de8f6",
"version-string": "1.9",
Expand Down

0 comments on commit 675adc7

Please sign in to comment.