Skip to content

Commit

Permalink
patch of a missing include file. this bug has been fixed in 1.75.0 bo…
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskristak committed Jan 15, 2021
1 parent 6e879b0 commit 269fa1f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion easybuild/easyconfigs/b/Boost/Boost-1.74.0-GCC-10.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ toolchainopts = {'pic': True}

source_urls = ['https://dl.bintray.com/boostorg/release/%(version)s/source/']
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
checksums = ['afff36d392885120bcac079148c177d1f6f7730ec3d47233aa51b0afa4db94a5']

# patch of a missing include file that has been fixed in 1.75.0 https://github.com/boostorg/serialization/issues/219
patches = ['Boost-%(version)s-library_version_type_serialization.patch']
checksums = [
'afff36d392885120bcac079148c177d1f6f7730ec3d47233aa51b0afa4db94a5', # boost_1_74_0.tar.gz
# Boost-1.74.0-library_version_type_serialization.patch
'882b4bdf1029ff0a31d092a0a92d920f5b5f0cea40feb153256bfb5a9098936d',
]

dependencies = [
('bzip2', '1.0.8'),
Expand Down

0 comments on commit 269fa1f

Please sign in to comment.