mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:58:03 +08:00
[embree3] does supports arm64-osx (#30548)
This commit is contained in:
parent
11955f1ffd
commit
6fe40ca767
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "embree3",
|
"name": "embree3",
|
||||||
"version": "3.13.5",
|
"version": "3.13.5",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "High Performance Ray Tracing Kernels.",
|
"description": "High Performance Ray Tracing Kernels.",
|
||||||
"homepage": "https://github.com/embree/embree",
|
"homepage": "https://github.com/embree/embree",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"supports": "!arm",
|
"supports": "!arm | osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"tbb",
|
"tbb",
|
||||||
{
|
{
|
||||||
@ -18,10 +18,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default-features": [
|
"default-features": [
|
||||||
"avx",
|
"default-features"
|
||||||
"avx2",
|
|
||||||
"sse2",
|
|
||||||
"sse42"
|
|
||||||
],
|
],
|
||||||
"features": {
|
"features": {
|
||||||
"avx": {
|
"avx": {
|
||||||
@ -33,6 +30,22 @@
|
|||||||
"avx512": {
|
"avx512": {
|
||||||
"description": "Enables AVX512 ISA."
|
"description": "Enables AVX512 ISA."
|
||||||
},
|
},
|
||||||
|
"default-features": {
|
||||||
|
"description": "Enables all default features.",
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "embree3",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"avx",
|
||||||
|
"avx2",
|
||||||
|
"sse2",
|
||||||
|
"sse42"
|
||||||
|
],
|
||||||
|
"platform": "x64 | x86"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"sse2": {
|
"sse2": {
|
||||||
"description": "Enables SSE2 ISA."
|
"description": "Enables SSE2 ISA."
|
||||||
},
|
},
|
||||||
|
@ -2282,7 +2282,7 @@
|
|||||||
},
|
},
|
||||||
"embree3": {
|
"embree3": {
|
||||||
"baseline": "3.13.5",
|
"baseline": "3.13.5",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"enet": {
|
"enet": {
|
||||||
"baseline": "1.3.17",
|
"baseline": "1.3.17",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "23414ba5fbc71fc0db19bbc4133762e552a3bbec",
|
||||||
|
"version": "3.13.5",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "dcd33aea68c2058b380f0617fe5524a3939c3ac7",
|
"git-tree": "dcd33aea68c2058b380f0617fe5524a3939c3ac7",
|
||||||
"version": "3.13.5",
|
"version": "3.13.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user