Skip to content

Commit

Permalink
Fix checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
casparl committed Jul 29, 2024
1 parent faf3cc6 commit d1a7b5e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ toolchain = {'name': 'GCC', 'version': '11.3.0'}
source_urls = ['https://github.com/NVIDIA/cuda-samples/archive/']
sources = ['v%(version)s.tar.gz']
patches = ['cuda-samples-11.6_multiple-sms.patch']
checksums = ['c9fbdee420fd4567edb1239420e2a5c93d9652b4ccf3a828fcb3e0de3152e466']
checksums = [
{'v12.2.tar.gz': '1823cfe28e97a9230107aa72b231f78952c0f178b71a920f036d360518480bdc'},
{'cuda-samples-11.6_multiple-sms.patch': '8849e4882d797d155d6ebb71377fa1409205361776ade8da699452a4ecb94a0a'},
]

builddependencies = [
('CMake', '3.24.3'),
Expand Down

0 comments on commit d1a7b5e

Please sign in to comment.