Skip to content

Commit

Permalink
Require ninja for ppconsul (#1294)
Browse files Browse the repository at this point in the history
Fixes compilation problem on CentOS7
  • Loading branch information
dstocco committed Sep 20, 2018
1 parent 9356f60 commit c45f408
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions defaults-alo.sh
Expand Up @@ -36,6 +36,10 @@ overrides:
set -e
which gfortran || { echo "gfortran missing"; exit 1; }
which cc && test -f $(dirname $(which cc))/c++ && printf "#define GCCVER ((__GNUC__ << 16)+(__GNUC_MINOR__ << 8)+(__GNUC_PATCHLEVEL__))\n#if (GCCVER < 0x070300)\n#error \"System's GCC cannot be used: we need at least GCC 7.X. We are going to compile our own version.\"\n#endif\n" | cc -xc++ - -c -o /dev/null
Ppconsul:
build_requires:
- CMake
- ninja
ROOT:
tag: "v6-14-04"
source: https://github.com/root-mirror/root
Expand Down

0 comments on commit c45f408

Please sign in to comment.