Skip to content

Commit

Permalink
UDA/2.7.5 --> UDA/2.8.0 for GCC/13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jan 17, 2025
1 parent cabd115 commit dec388b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'CMakeNinja'

name = 'UDA'
version = '2.7.5'
version = '2.8.0'

homepage = 'https://git.iter.org/projects/IMAS/repos/uda'
description = """Universal Data Access"""
Expand All @@ -11,7 +11,7 @@ toolchainopts = {'pic': True}

source_urls = ['https://github.com/ukaea/UDA/archive/refs/tags']
sources = ['%(version)s.zip']
checksums = ['2bc6a07944b39b57180ac5932767289ea495ca789d324cac1adf396427410c51']
checksums = ['d5e8b3de3620832eb8fca1537a8d891f1111a8ef44bae2ea2205ea7fd60043c4']

builddependencies = [
('CMake', '3.27.6'),
Expand All @@ -26,7 +26,7 @@ dependencies = [
('fmt', '10.2.0'),
('spdlog', '1.12.0'),
('CapnProto', '1.0.1.1'),
# ('OpenSSL', '1.1', '', SYSTEM),
('OpenSSL', '1.1', '', SYSTEM),
]

separate_build_dir = True
Expand All @@ -38,6 +38,7 @@ parallel = 1
configopts = '-DBUILD_SHARED_LIBS=ON '
configopts += '-DBOOST_ROOT=${EBROOTBOOST} '
configopts += '-DENABLE_CAPNP=ON '
configopts += '-DSSLAUTHENTICATION=ON '

# Specify UDA hostname and port

Expand Down

0 comments on commit dec388b

Please sign in to comment.