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:
parent
935a6b00d7
commit
266de67c24
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user