diff --git a/Golden_Repo/hidden_deps.txt b/Golden_Repo/hidden_deps.txt index e13a6f22a35e3831983e53734e8e852d22f7e77f..b75132f8d345446090432de251072a48a48054d3 100644 --- a/Golden_Repo/hidden_deps.txt +++ b/Golden_Repo/hidden_deps.txt @@ -177,6 +177,7 @@ libcerf libcroco libctl libdap +libdeflate libdrm libdwarf libelf diff --git a/Golden_Repo/m/magma/magma-2.6.2-foss-2022a-CUDA-11.7.0.eb b/Golden_Repo/m/magma/magma-2.6.2-foss-2022a-CUDA-11.7.0.eb index 5c0b53f2a56185f2bca1892db744547b73e9d39c..a0122d4903dfe8fb930ba0f86e72c62acefa598b 100644 --- a/Golden_Repo/m/magma/magma-2.6.2-foss-2022a-CUDA-11.7.0.eb +++ b/Golden_Repo/m/magma/magma-2.6.2-foss-2022a-CUDA-11.7.0.eb @@ -25,12 +25,9 @@ builddependencies = [ ] dependencies = [ ('CUDA', '11.7.0', '', SYSTEM), - ('UCX-CUDA', '1.12.1', versionsuffix), + ('UCX', 'default'), ] -# default CUDA compute capabilities to use (override via --cuda-compute-capabilities) -cuda_compute_capabilities = ['3.5', '5.0', '6.0', '7.0', '7.5', '8.0', '8.6'] - # make sure both static and shared libs are built configopts = [ '-DBUILD_SHARED_LIBS=%s -DGPU_TARGET="%%(cuda_sm_space_sep)s" ' % local_shared for local_shared in ('ON', 'OFF') diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py index 5482cecc82bca16051d1420337ebf1c1f79c633c..8328c10de742533df5b1e05fbbb2992285bea9cc 100755 --- a/bin/gcc11ize.py +++ b/bin/gcc11ize.py @@ -68,7 +68,7 @@ releases = { 'cppcheck': ['2.6', '2.6'], 'cppy': ['1.1.0', '1.1.0'], 'CUDA': ['11.5', '11.7.0'], - 'cuDNN': ['8.3.1.22', '8.3.1.22'], + 'cuDNN': ['8.3.1.22', '8.6.0.163'], 'cURL': ['7.78.0', '7.78.0'], 'cuTENSOR': ['1.4.0.6', '1.4.0.6'], 'CVS': ['1.11.23', '1.11.23'], @@ -208,7 +208,7 @@ releases = { 'libcroco': ['0.6.13', '0.6.13'], 'libctl': ['4.5.1', '4.5.1'], 'libdap': ['3.20.8', '3.20.8'], - 'libdrm': ['2.4.107', '2.4.107'], + 'libdeflate': ['1.10', '1.10'], 'libdrm': ['2.4.108', '2.4.108'], 'libdwarf': ['20210528', '20210528'], 'libelf': ['0.8.13', '0.8.13'], @@ -234,6 +234,7 @@ releases = { 'LLVM': ['10.0.1', '13.0.0'], 'lz4': ['1.9.3', '1.9.3'], 'M4': ['1.4.18', '1.4.19'], + 'magma': ['2.6.1', '2.6.2'], 'Mako': ['1.1.3', '1.1.4'], 'matplotlib': ['3.4.2', '3.4.3'], 'Meson': ['0.55.0', '0.58.2'],