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 a19d976 commit 6796f14Copy full SHA for 6796f14
deps.sh
@@ -162,7 +162,10 @@ check_fedora_pkgs () {
162
protobuf-compiler # Agave, solfuzz
163
)
164
if [[ $DEVMODE == 1 ]]; then
165
- REQUIRED_RPMS+=( autoconf automake bison cmake clang flex gettext-devel gmp-devel llvm-toolset lcov )
+ REQUIRED_RPMS+=( autoconf automake bison cmake clang flex gettext-devel gmp-devel lcov )
166
+ if [[ "${ID_LIKE:-}" == *rhel* ]]; then
167
+ REQUIRED_RPMS+=( llvm-toolset )
168
+ fi
169
fi
170
171
echo "[~] Checking for required RPM packages"
0 commit comments