Skip to content

Commit 69668cc

Browse files
docs: Remove unnecessary step for indexing MXNet (#443)
1 parent 355c86a commit 69668cc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/IndexingProjects.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,5 @@ sudo apt-get install -y build-essential git ninja-build ccache libopenblas-dev l
243243
```
244244
cmake -B build -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DUSE_CUDA=ON
245245
246-
cat build/compile_commands.json | jq --arg rdir "$(clang -print-resource-dir)" 'map(if .command | contains("nvcc") then .command += " -resource-dir " + $rdir else . end)' > build/modified.json
247-
248-
scip-clang --compdb-path build/modified.json
246+
scip-clang --compdb-path build/compile_commands.json
249247
```

0 commit comments

Comments
 (0)