roottest icon indicating copy to clipboard operation
roottest copied to clipboard

Fixes to tree/cloning/CMakeLists.txt

Open eguiraud opened this issue 3 years ago • 3 comments

  • define variable before it is first used
  • do not assume (root-config --tutdir) is $ROOTSYS/tutorials

eguiraud avatar Mar 03 '21 14:03 eguiraud

Starting build on ROOT-debian10-i386/cxx14, ROOT-performance-centos8-multicore/default, ROOT-fedora30/cxx14, ROOT-fedora31/noimt, ROOT-ubuntu16/nortcxxmod, mac1014/python3, mac11.0/cxx17, windows10/cxx14 How to customize builds

phsft-bot avatar Mar 03 '21 14:03 phsft-bot

Starting build on ROOT-debian10-i386/cxx14, ROOT-performance-centos8-multicore/default, ROOT-fedora30/cxx14, ROOT-fedora31/noimt, ROOT-ubuntu16/nortcxxmod, mac1014/python3, mac11.0/cxx17, windows10/cxx14 How to customize builds

phsft-bot avatar Mar 03 '21 15:03 phsft-bot

Philippe mentioned that root-config --tutdir might be wrong when ROOT is ready to be installed somewhere else and we run the tests from the build directory.

And hsimple.C is use also in other tests and we should check that they can find it too.

Suggestion: use root-config --tutdir for standalone roottest builds, use ROOT_SOURCE_DIR/tutorials otherwise.

eguiraud avatar Mar 04 '21 16:03 eguiraud