Skip to content

Commit

Permalink
Update easybuild/easyconfigs/p/pmt/pmt-1.2.0-GCCcore-12.3.0-CUDA-12.1…
Browse files Browse the repository at this point in the history
….1.eb

Co-authored-by: Bob Dröge <b.e.droge@rug.nl>
  • Loading branch information
benczaja and bedroge authored Feb 2, 2024
1 parent cbda247 commit 51ebd25
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ description = """PMT is a high-level software library capable of

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

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

builddependencies = [
('CMake', '3.26.3'),
('binutils', '2.40'),
Expand All @@ -19,11 +23,6 @@ dependencies = [
('CUDA', '12.1.1', '', 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 51ebd25

Please sign in to comment.