diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-28 15:50:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-04-28 15:50:48 -0400 |
commit | 0f4aa4d47e7bf98c10d461639782a2361becb8c0 (patch) | |
tree | 1a211fa22e3e68b7cec8af53395637bebcb1f105 | |
parent | cbad0718236c82616180c649dd3b67e65d30173f (diff) | |
download | spmc-0f4aa4d47e7bf98c10d461639782a2361becb8c0.tar.gz |
Install xsltproc
-rwxr-xr-x | .circleci/init.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.circleci/init.sh b/.circleci/init.sh index 877b9de..24b2f81 100755 --- a/.circleci/init.sh +++ b/.circleci/init.sh @@ -14,7 +14,8 @@ if [[ $(uname -s) == Linux ]]; then gcc \ gcc-c++ \ gcc-gfortran \ - glibc-devel + glibc-devel \ + libxslt ln -s cmake3 /usr/bin/cmake ln -s ctest3 /usr/bin/ctest |