Created
September 16, 2020 10:00
-
-
Save lexming/0483c45b7a557ad82514802cb458469b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = 'Boost' | |
version = '1.72.0' | |
homepage = 'https://www.boost.org/' | |
description = """Boost provides free peer-reviewed portable C++ source libraries.""" | |
toolchain = {'name': 'gompi', 'version': '2020a'} | |
toolchainopts = {'pic': True, 'usempi': True} | |
source_urls = ['https://dl.bintray.com/boostorg/release/%(version)s/source/'] | |
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))] | |
checksums = ['c66e88d5786f2ca4dbebb14e06b566fb642a1a6947ad8cc9091f9f445134143f'] | |
dependencies = [ | |
('bzip2', '1.0.8'), | |
('zlib', '1.2.11'), | |
('XZ', '5.2.5'), | |
] | |
# also build boost_mpi | |
boost_mpi = True | |
moduleclass = 'devel' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment