Skip to content

Commit

Permalink
Update easybuild/easyconfigs/p/pmt/pmt-1.2.0-GCCcore-11.3.0-CUDA-11.7…
Browse files Browse the repository at this point in the history
….0.eb


Following style correction suggestion

Co-authored-by: Bob Dröge <[email protected]>
  • Loading branch information
benczaja and bedroge authored Feb 2, 2024
1 parent 908a70a commit a3dd14a
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@ description = """PMT is a high-level software library capable of

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

source_urls = ['https://git.astron.nl/RD/pmt/-/archive/%(version)s']
sources = ['pmt-%(version)s.tar.gz']
checksums = ['98faf305c60cc4d39d3b8ada1dcb7c87c49bf6f01a3cd2800b413d21d5df1a38']

builddependencies = [
('CMake', '3.23.1'),
('binutils', '2.38')
('binutils', '2.38'),
]

dependencies = [
('CUDA', '11.7.0', '', SYSTEM)
('CUDA', '11.7.0', '', SYSTEM),
]


source_urls = ['https://git.astron.nl/RD/pmt/-/archive/%(version)s']
sources = ['pmt-%(version)s.tar.gz']
checksums = ['98faf305c60cc4d39d3b8ada1dcb7c87c49bf6f01a3cd2800b413d21d5df1a38']

configopts = '-DBUILD_NVML_PMT=1'

sanity_check_paths = {
Expand Down

0 comments on commit a3dd14a

Please sign in to comment.