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 d5339ae commit 2ba06edCopy full SHA for 2ba06ed
ci/install-dependencies-linux.sh
@@ -22,7 +22,7 @@ conda_packages="ghostscript=10.03.0"
22
23
# optional packages
24
if [ "$EXCLUDE_OPTIONAL" = "false" ]; then
25
- packages+=" libfftw3-dev libpcre3-dev liblapack-dev libglib2.0-dev"
+ packages+=" libfftw3-dev libpcre2-dev liblapack-dev libglib2.0-dev"
26
fi
27
28
# packages for running GMT tests
0 commit comments