Update CI image to OneAPI 2021.1.1, add ICC tests.
[alexxy/gromacs.git] / admin / containers / scripted_gmx_docker_builds.py
index 1b820805bdce2683f03e6fb535d1705fa76a237e..2e3bb6a1e26fedb20314bd816a23c8d9b834fda7 100755 (executable)
@@ -347,7 +347,7 @@ def add_oneapi_compiler_build_stage(input_args, output_stages: typing.Mapping[st
         apt_keys=['https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB'],
         apt_repositories=['deb https://apt.repos.intel.com/oneapi all main'],
         # Add minimal packages (not the whole HPC toolkit!)
-        ospackages=['intel-oneapi-dpcpp-cpp-compiler-pro-{}'.format(version),
+        ospackages=['intel-oneapi-dpcpp-cpp-{}'.format(version),
             'intel-oneapi-openmp-{}'.format(version),
             'intel-oneapi-mkl-{}'.format(version),
             'intel-oneapi-mkl-devel-{}'.format(version)]