Caffe (#3948)
* Added a package for the MDAnalysis toolkit. * Added the hash for the 1.0 release of caffe and put in a conflict statemet indicating that protobuf requires a c++11 compiler. * Changed minimum version number. * Tweaked the minimum version number. * Fixed flake8 error.
This commit is contained in:

committed by
Adam J. Stewart

parent
c144c88302
commit
00fdbe81bc
@@ -41,6 +41,8 @@ class Protobuf(AutotoolsPackage):
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('m4', type='build')
|
||||
|
||||
conflicts('%gcc@:4.6') # Requires c++11
|
||||
|
||||
variant('shared', default=True, description='Build shared libraries.')
|
||||
|
||||
def configure_args(self):
|
||||
|
Reference in New Issue
Block a user