ROOT needs to have a consistent version of binutils, as it is very sensitive to the version of libopcodes. You can't move the code from one system (with the same OS) as another. (#6226)

This commit is contained in:
Benedikt Riedel 2017-11-09 08:49:27 -06:00 committed by Todd Gamblin
parent 935a6b00d7
commit 266de67c24

View File

@ -55,6 +55,7 @@ class Root(CMakePackage):
depends_on('cmake@3.4.3:', type='build')
depends_on('pkg-config', type='build')
depends_on('binutils')
depends_on('zlib')
# depends_on('unuran')
depends_on('freetype')