Skip to content

Commit 0d5531a

Browse files
authored
Merge pull request #230 from votca/fix_intel
ubuntu: fix intel search paths
2 parents 8d89e4b + acccc19 commit 0d5531a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ fi
4040
RUN useradd -m -G sudo -u 1001 votca
4141
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
4242
USER votca
43-
ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/bin:/opt/intel/oneapi/compiler/latest/linux/bin/intel64}${PATH:+:}${PATH}
44-
ENV LD_LIBRARY_PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64:/opt/intel/oneapi/mkl/latest/lib}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}
43+
ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/bin}${PATH:+:}${PATH}
44+
ENV LD_LIBRARY_PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/lib:/opt/intel/oneapi/mkl/latest/lib}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}
4545
ENV CMAKE_PREFIX_PATH=${INTEL:+/opt/intel/oneapi/mkl/latest/lib/cmake:}${CMAKE_PREFIX_PATH}
4646
ENV CCACHE_MAXSIZE=250M
4747
WORKDIR /home/votca

0 commit comments

Comments
 (0)