Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
711f2f3d
Commit
711f2f3d
authored
Sep 15, 2020
by
Tiago Peixoto
Browse files
Add python-zstandard dependency to docker build
parent
5549a7d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
release/docker/PKGBUILD
View file @
711f2f3d
...
...
@@ -9,7 +9,7 @@ pkgdesc='A Python module for manipulation and statistical analysis of graphs'
arch
=(
'i686'
'x86_64'
)
url
=
'https://graph-tool.skewed.de'
license
=(
GPL3
)
depends
=(
boost-libs python3 expat python3-scipy python-numpy cgal cairomm python-cairo
)
depends
=(
boost-libs python3 expat python3-scipy python-numpy cgal cairomm python-cairo
python-zstandard
)
makedepends
=(
boost sparsehash cairomm python-cairo autoconf-archive
)
optdepends
=(
'graphviz: graph layout'
'python-matplotlib: graph drawing'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment