Skip to content
Snippets Groups Projects
Verified Commit 36bd7856 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

init

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #628 failed with stages
in 3 minutes and 30 seconds
FROM archlinux/base
MAINTAINER root@recolic.net
RUN pacman -Syu --noconfirm gcc clang make cmake git lzop
# Build this package with another machine, and install it into docker.
# COPY ./makepkg /usr/bin/makepkg
# RUN git clone https://aur.archlinux.org/intel-parallel-studio-xe.git && cd intel-parallel-studio-xe && makepkg -i
RUN sed -i 's/#RemoteFileSigLevel = Required/RemoteFileSigLevel = Optional/g' /etc/pacman.conf
RUN pacman -U --noconfirm https://cnm.cool/res/intel-common-libs-2019.3.199-3-x86_64.pkg.tar.lzo https://cnm.cool/res/intel-openmp-2019.3.199-3-x86_64.pkg.tar.lzo https://cnm.cool/res/intel-compiler-base-2019.3.199-3-x86_64.pkg.tar.lzo
COPY INTEL_LICENSE_UCB_S4ZD-3DZ7HJTN.lic /opt/intel/licenses/INTEL_LICENSE_UCB_S4ZD-3DZ7HJTN.lic
ENV PATH="/opt/intel/bin/:${PATH}"
# RUN echo 'export PATH=$PATH:/opt/intel/bin/' >> /root/.bashrc
RUN icpc --version; g++ --version; clang++ --version
PACKAGE IBDB034BC INTEL 2020.0207 66A9814125DE COMPONENTS="AdvXEl \
ArBBL CCompL Comp-CL Comp-DCAF Comp-FL Comp-OpenMP \
Comp-PointerChecker DAAL-L DbgL FCompL IClsTktL IClsValL \
ITrAnlL ITrAnlW ITrColL MKernL MPassL PerfAnl PerfPrimL \
StaticAnlL ThreadAnlGui ThreadBB" OPTIONS=SUITE ck=56 \
SIGN=05559654737C
INCREMENT IBDB034BC INTEL 2020.0207 7-feb-2020 uncounted 347CA803A4CD \
VENDOR_STRING="SUPPORT=STU \
https://registrationcenter.intel.com" HOSTID=ID=00132034 \
PLATFORMS="i86_r i86_re it64_lr it64_re amd64_re i86_mac \
x64_mac" ck=96 SN=SMSA3DZ7HJTN SIGN=8B166DCCE446
#
# SerialNumber=S4ZD-3DZ7HJTN
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment