Skip to content

Commit

Permalink
Boost 1.61.0 dep for foss
Browse files Browse the repository at this point in the history
  • Loading branch information
RvDijk committed Jul 10, 2016
1 parent 5f72854 commit 5a0ce16
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions easybuild/easyconfigs/b/Boost/Boost-1.61.0-foss-2016a.eb
@@ -0,0 +1,23 @@
name = 'Boost'
version = '1.61.0'

homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

toolchain = {'name': 'foss', 'version': '2016a'}
toolchainopts = {'pic': True, 'usempi': True}

sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
source_urls = [SOURCEFORGE_SOURCE]

dependencies = [
('bzip2', '1.0.6'),
('zlib', '1.2.8'),
]

configopts = '--without-libraries=python'

# also build boost_mpi
boost_mpi = True

moduleclass = 'devel'

0 comments on commit 5a0ce16

Please sign in to comment.