set CMAKE_FIND_ROOT_PATH_MODE_INCLUDE to BOTH#919
Conversation
In scikit-build 0.14.0 -DCMAKE_FIND_PATH_MODE_INCLUDE=ONLY started being set. This breaks working of IntelDPCPP integration with cmake, since find_file starts ignoring specified paths and hints. Setting the value in CMakeLists.txt overrides that value
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/919/index.html |
9a113f3 to
bdf126b
Compare
Also adjusted conda list command in test_linux section to list content of test_dpctl environment
b08a374 to
27462c5
Compare
AndresGuzman-Ballen
left a comment
There was a problem hiding this comment.
looks good to me!
059dc03 to
0a06c33
Compare
Variables were set in the nested scope and not propagated to the parent scope. The config also has erroneous space before the trailing @ symbol.
0a06c33 to
fdf7835
Compare
This is to ensure that find_library can find libpi_level_zero and libpi_opencl
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_133. |
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_134. |
cb8829d to
bfc2e8d
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_134. |
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_135. |
a6fc1ed to
3d08d30
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_135. |
3d08d30 to
99e49c0
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_134. |
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_135. |
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_137. |
42df655 to
2d819ea
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_137. |
2d819ea to
885095e
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_137. |
885095e to
4bec34e
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_137. |
4bec34e to
99af96d
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_137. |
99af96d to
9145eea
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_137. |
9145eea to
8ee1d41
Compare
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_137. |
Use double quotes in Add library step to ensure it is expanded
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_138. |
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
|
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_138. |
Use of lower case 'if not exist ver.json' instead of 'IF NOT EXIST ver.json' was responsible to a silent failure to retrieve specification of build dpctl that went unnoticed since gh-919
In scikit-build 0.14.0
-DCMAKE_FIND_PATH_MODE_INCLUDE=ONLYstarted being set. This breaks working of IntelDPCPP integration with cmake, sincefind_filethen ignores specified paths and hints.Setting the value in
CMakeLists.txtoverrides that value