We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e594f38 commit afdc012Copy full SHA for afdc012
conda-recipe/build.sh
@@ -42,7 +42,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
42
rm -rf ${INSTALLED_DIR}/imex
43
IMEX_SHA=$(cat imex_version.txt)
44
if [ ! -d "mlir-extensions" ]; then
45
- git clone --recurse-submodules https://github.com/fschlimb/mlir-extensions
+ git clone --recurse-submodules https://github.com/intel/mlir-extensions
46
fi
47
pushd mlir-extensions
48
git reset --hard HEAD
imex_version.txt
@@ -1 +1 @@
1
-3fed740048acac4d2884a4d4d1a36d4b8488517d
+a6109b1005932d8b4c1d2e8ab0ec4abe7411762a
0 commit comments