Skip to content
Snippets Groups Projects
Commit d75ce3ea authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Ensure graphviz is configured

parent 999d7921
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,12 @@ configure: |
CC="clang -fuse-ld=gold" \
PS2PDF=/bin/true \
GROFF=/bin/true
post_install: |
export GVBINDIR="$DESTDIR$ORCHESTRA_ROOT/lib/graphviz"
"$DESTDIR$ORCHESTRA_ROOT/bin/dot" -c
if [ -e "$GVBINDIR/config6a" ]; then
mv "$GVBINDIR/config6a" "$GVBINDIR/config6"
fi
build_system: make
dependencies:
- clang-release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment