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}"
4343export sox_name=$( basename ${sox_full_path} )
4444echo " sox_name: ${sox_name} "
4545export soxxx_name=$( basename ${soxxx_full_path} )
46- echo " soxx_name : ${soxx_name } "
46+ echo " soxxx_name : ${soxxx_name } "
4747export wheel_path=$( dirname $( dirname ${so_full_path} ) )
4848echo " wheel_path: ${wheel_path} "
4949# deal with hard copies
@@ -54,6 +54,7 @@ popd ..
5454${PYTHON} -m wheel tags --remove --build " $GIT_DESCRIBE_NUMBER " \
5555 --platform-tag " manylinux_${GLIBC_MAJOR} _${GLIBC_MINOR} _x86_64" \
5656 dist/dpctl* .whl
57+ echo " Retagged"
5758${PYTHON} -m pip install dist/dpctl* .whl \
5859 --no-build-isolation \
5960 --no-deps \
@@ -62,7 +63,11 @@ ${PYTHON} -m pip install dist/dpctl*.whl \
6263 --prefix " ${PREFIX} " \
6364 -vv
6465
66+ echo " Installed"
6567export libdir=$( find $PREFIX | grep libDPCTLSyclInterface | dirname)
68+ echo " libdir = ${libdir} "
69+
70+ ls ${libdir}
6671
6772# Recover symbolic links
6873# libDPCTLSyclInterface.so.0 -> libDPCTLSyclInterface.so.0.17
You can’t perform that action at this time.
0 commit comments