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