Skip to content

Commit

Permalink
Merge pull request #213 from votca/fix_intel
Browse files Browse the repository at this point in the history
ubuntu: update intel paths
  • Loading branch information
votca-bot authored Feb 16, 2024
2 parents 2960e08 + 1234c7a commit cd797d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ RUN useradd -m -G sudo -u 1001 votca
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER votca
ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/bin:/opt/intel/oneapi/compiler/latest/linux/bin/intel64}${PATH:+:}${PATH}
ENV LD_LIBRARY_PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64:/opt/intel/oneapi/mkl/latest/lib/intel64}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}
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}
ENV CMAKE_PREFIX_PATH=${INTEL:+/opt/intel/oneapi/mkl/latest/lib/cmake:}${CMAKE_PREFIX_PATH}
ENV CCACHE_MAXSIZE=250M
WORKDIR /home/votca

Expand Down

0 comments on commit cd797d3

Please sign in to comment.