Skip to content

Commit 095afff

Browse files
iMartyanipl_ci
authored andcommitted
[MB][Documentation][Fix] Add note on incorrect directory layout (#783)
1 parent 6432215 commit 095afff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEPRECATION_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The deprecated API means it is obsolete and will be removed in one of future Int
1616

1717
The code paths m7 (Intel® SSE3) and w7 (Intel® SSE2) are deprecated and will be removed from the merged build of Intel® Cryptography Primitives Library in the future releases. 1cpu headers are still available for all code paths. These branches can also be built as 1cpu libraries if specified in the platform list, e.g. `-DMERGED_BLD:BOOL=off -DPLATFORM_LIST=s8;e9`.
1818

19+
### Installation Path Regression
20+
21+
Due to a bug in the CMake configuration, libraries built with `MB_STANDALONE=true` are incorrectly installed to `lib/intel64/` instead of the correct `lib/` directory. Users should be aware that the installation path may not match the expected location for standalone builds. This issue will be fixed in the next major release.
22+
1923
## Intel® Cryptography Primitives Library v1.2.0
2024

2125
Deprecation related to preview features:

0 commit comments

Comments
 (0)