https://github.com/root-project/root
Revision 4c238301bd383436082ad26e0ebdfa10b21b8b2e authored by Vassil Vassilev on 25 June 2020, 11:08:07 UTC, committed by Vassil Vassilev on 30 June 2020, 12:19:19 UTC
This should fix the issue when cling is built against prebuilt llvm on setups
such as conda.
1 parent 9c05d43
Raw File
Tip revision: 4c238301bd383436082ad26e0ebdfa10b21b8b2e authored by Vassil Vassilev on 25 June 2020, 11:08:07 UTC
[cling] External llvm does not have config.h
Tip revision: 4c23830
configure
#!/bin/bash
#

echo ""
echo "  ROOT is built with CMake, see https://root.cern/building-root"
echo "  Please run"
echo "      mkdir obj; cd obj; cmake ..; make -j 4"
echo ""

exit 1
back to top