mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[dcmtk] re-enable support on arm64-osx (#27611)
This commit is contained in:
parent
dd959ae978
commit
cdf0a242e4
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "dcmtk",
|
||||
"version": "3.6.7",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.",
|
||||
"homepage": "https://github.com/DCMTK/dcmtk",
|
||||
"license": "BSD-3-Clause OR BSD-2-Clause OR libtiff OR MIT OR Zlib OR Libpng",
|
||||
"supports": "!arm",
|
||||
"supports": "!(windows & arm)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1894,7 +1894,7 @@
|
||||
},
|
||||
"dcmtk": {
|
||||
"baseline": "3.6.7",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"debug-assert": {
|
||||
"baseline": "1.3.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "39b7057f1236e5a218c8cda2f56c5409d067681a",
|
||||
"version": "3.6.7",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "cbfc85b6b840eb68b947c8b9bd69988c938198d3",
|
||||
"version": "3.6.7",
|
||||
|
Loading…
Reference in New Issue
Block a user