Skip to content

Commit ade803a

Browse files
More debugging echos
1 parent 660e36c commit ade803a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

conda-recipe/build.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "so_name: ${so_name}"
4343
export sox_name=$(basename ${sox_full_path})
4444
echo "sox_name: ${sox_name}"
4545
export soxxx_name=$(basename ${soxxx_full_path})
46-
echo "soxx_name: ${soxx_name}"
46+
echo "soxxx_name: ${soxxx_name}"
4747
export wheel_path=$(dirname $(dirname ${so_full_path}))
4848
echo "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"
6567
export 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

0 commit comments

Comments
 (0)