As protobuf has been converted to CMakePackage, it doesn't have a 'shared' variant anymore.
This commit is contained in:
parent
9326925d45
commit
d25b159dc3
@ -47,7 +47,7 @@ class Cntk(Package):
|
||||
depends_on('openblas')
|
||||
depends_on('mpi')
|
||||
depends_on('boost')
|
||||
depends_on('protobuf~shared')
|
||||
depends_on('protobuf')
|
||||
# CNTK depends on kaldi@c02e8.
|
||||
# See https://github.com/Microsoft/CNTK/blob/master/Tools/docker/CNTK-CPUOnly-Image/Dockerfile#L105-L125
|
||||
depends_on('kaldi@c024e8', when='+kaldi')
|
||||
|
Loading…
Reference in New Issue
Block a user