File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ echo "so_name: ${so_name}"
43
43
export sox_name=$( basename ${sox_full_path} )
44
44
echo " sox_name: ${sox_name} "
45
45
export soxxx_name=$( basename ${soxxx_full_path} )
46
- echo " soxx_name : ${soxx_name } "
46
+ echo " soxxx_name : ${soxxx_name } "
47
47
export wheel_path=$( dirname $( dirname ${so_full_path} ) )
48
48
echo " wheel_path: ${wheel_path} "
49
49
# deal with hard copies
@@ -54,6 +54,7 @@ popd ..
54
54
${PYTHON} -m wheel tags --remove --build " $GIT_DESCRIBE_NUMBER " \
55
55
--platform-tag " manylinux_${GLIBC_MAJOR} _${GLIBC_MINOR} _x86_64" \
56
56
dist/dpctl* .whl
57
+ echo " Retagged"
57
58
${PYTHON} -m pip install dist/dpctl* .whl \
58
59
--no-build-isolation \
59
60
--no-deps \
@@ -62,7 +63,11 @@ ${PYTHON} -m pip install dist/dpctl*.whl \
62
63
--prefix " ${PREFIX} " \
63
64
-vv
64
65
66
+ echo " Installed"
65
67
export libdir=$( find $PREFIX | grep libDPCTLSyclInterface | dirname)
68
+ echo " libdir = ${libdir} "
69
+
70
+ ls ${libdir}
66
71
67
72
# Recover symbolic links
68
73
# libDPCTLSyclInterface.so.0 -> libDPCTLSyclInterface.so.0.17
You can’t perform that action at this time.
0 commit comments