We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902882a commit 5a7d273Copy full SHA for 5a7d273
conda-recipe/build.sh
@@ -53,7 +53,7 @@ ls -l
53
rm -rf dpctl_wheel
54
echo "Deleted"
55
ls -l
56
-popd ..
+popd
57
echo "start retagging"
58
${PYTHON} -m wheel tags --remove --build "$GIT_DESCRIBE_NUMBER" \
59
--platform-tag "manylinux_${GLIBC_MAJOR}_${GLIBC_MINOR}_x86_64" \
@@ -68,7 +68,8 @@ ${PYTHON} -m pip install dist/dpctl*.whl \
68
-vv
69
70
echo "Installed"
71
-export libdir=$(find $PREFIX | grep libDPCTLSyclInterface | dirname)
+find $PREFIX -name 'libDPCTLSyclInterface*'
72
+export libdir=$(find $PREFIX -name 'libDPCTLSyclInterface*' -exec dirname \{\} \;)
73
echo "libdir = ${libdir}"
74
75
ls ${libdir}
0 commit comments