forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[embree3] Update to 3.12.2 and add features (microsoft#17925)
* [embree3] Update to 3.12.2 and add features * update version record * Update ports/embree3/portfile.cmake * revert patch EOL, add keyword FEATURES * Update versions/e-/embree3.json
- Loading branch information
Showing
7 changed files
with
112 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "embree3", | ||
"version": "3.12.2", | ||
"description": "High Performance Ray Tracing Kernels.", | ||
"homepage": "https://github.com/embree/embree", | ||
"dependencies": [ | ||
"tbb" | ||
], | ||
"default-features": [ | ||
"avx", | ||
"avx2", | ||
"sse2", | ||
"sse42" | ||
], | ||
"features": { | ||
"avx": { | ||
"description": "Enables AVX ISA." | ||
}, | ||
"avx2": { | ||
"description": "Enables AVX2 ISA." | ||
}, | ||
"avx512": { | ||
"description": "Enables AVX512 ISA." | ||
}, | ||
"sse2": { | ||
"description": "Enables SSE2 ISA." | ||
}, | ||
"sse42": { | ||
"description": "Enables SSE4.2 ISA." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters