- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As requested a new post, but the problem is already addressed elsewhere as well.
For automatic testing of our DIRAC software with OneAPI we create an Ubuntu image and download the OneAPI according as:
ubuntu_intel_mkl_int64-check:
only:
- merge_requests
image: ubuntu:20.04
before_script:
- apt-get -qq update
- apt-get -qq -y install cmake git
- apt-get -qq -y install python python3-pip
- apt-get -qq -y install python-is-python3
- apt-get install -y wget build-essential pkg-config ca-certificates gnupg
- wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
- apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
- echo "deb https://apt.repos.intel.com/oneapi all main" > /etc/apt/sources.list.d/oneAPI.list
- apt-get -qq update
- apt-get -qq -y install intel-oneapi-dpcpp-cpp-compiler intel-oneapi-ifort intel-oneapi-mkl
- set +e
- . /opt/intel/oneapi/setvars.sh
- set -e
This worked fine until this week, the error is given below and very similar to what is reported multiple times earlier on this forum. Suppose this is a mirror synchronization issue that I hope you can easily fix:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lucas, we will have to work internally on this query. We will get back to you within 3-4 business days with an update on your issue. Meanwhile, we appreciate your patience.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Lucas, the broken repository has been fixed now. Please try the installation again and let us know if you encounter any issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Lucas, we assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel®.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page