[pmdk] Fix linux compilation (#33766)

* [pmdk] Add !linux supports

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2023-09-18 09:59:17 -07:00 committed by GitHub
parent c9e2aa851e
commit 36ff119b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": "pmdk", "name": "pmdk",
"version": "1.12.0", "version": "1.12.0",
"port-version": 1, "port-version": 2,
"description": "Persistent Memory Development Kit", "description": "Persistent Memory Development Kit",
"homepage": "https://github.com/pmem/pmdk", "homepage": "https://github.com/pmem/pmdk",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"supports": "!(arm | x86)", "supports": "!(linux | arm | x86)",
"dependencies": [ "dependencies": [
"getopt", "getopt",
{ {

View File

@ -6458,7 +6458,7 @@
}, },
"pmdk": { "pmdk": {
"baseline": "1.12.0", "baseline": "1.12.0",
"port-version": 1 "port-version": 2
}, },
"pngpp": { "pngpp": {
"baseline": "0.2.10", "baseline": "0.2.10",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b208389a2bc32898f0f4d13c5f222015ce9bd072",
"version": "1.12.0",
"port-version": 2
},
{ {
"git-tree": "5dc7f0e5a4d6348ac49617010105730775580f78", "git-tree": "5dc7f0e5a4d6348ac49617010105730775580f78",
"version": "1.12.0", "version": "1.12.0",