Skip to content

Commit

Permalink
Boost/1.81.0 for intel-compilers/2022.2.1: Rename patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Nov 8, 2023
1 parent 720fee1 commit 432be7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ toolchainopts = {'pic': True}

source_urls = ['https://boostorg.jfrog.io/artifactory/main/release/%(version)s/source/']
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
patches = ['%(namelower)s-%(version)s_intel.patch']
patches = ['%(name)s-%(version)s_icpx_fix_unsupported_argument.patch']
checksums = [
{'boost_1_81_0.tar.gz': '205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6'},
{'boost-1.81.0_intel.patch': 'ada377759fcda0146c744f103d9e3cd58cae1c6e8cd3132bb958166171539c61'},
{'Boost-1.81.0_icpx_fix_unsupported_argument.patch':
'ada377759fcda0146c744f103d9e3cd58cae1c6e8cd3132bb958166171539c61'},
]

dependencies = [
Expand Down

0 comments on commit 432be7f

Please sign in to comment.