Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
zypper install -y \
make cmake valgrind git gcc-c++ libexpat-devel fftw-devel boost-devel txt2tags ccache procps gnuplot psmisc vim clang llvm python3-pip python3-lxml python3-numpy \
wget hdf5-devel eigen3-devel libxc-devel sudo curl ninja clang-devel llvm-devel libboost_filesystem-devel libboost_program_options-devel libboost_serialization-devel \
libboost_system-devel libboost_regex-devel libboost_test-devel libboost_timer-devel zlib-devel python3-cma python3-espressomd zstd shadow \
libboost_regex-devel libboost_test-devel libboost_timer-devel zlib-devel python3-cma zstd shadow \
libomp-devel libint-devel libecpint-devel doxygen python3-h5py python3-pybind11-devel python3-pytest python3-xmltodict python3-ase && \
zypper clean

Expand All @@ -23,7 +23,7 @@
USER votca
RUN if [[ ! -x /usr/lib64/mpi/gcc/${OPENMPI}/bin/mpirun ]]; then echo "OPENMPI default needs update (is currently ${OPENMPI})"; exit 1; fi
ENV PATH=/usr/lib64/mpi/gcc/${OPENMPI}/bin${PATH:+:}${PATH}
ENV LD_LIBRARY_PATH=/usr/lib64/mpi/gcc/${OPENMPI}/lib64${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}

Check warning on line 26 in opensuse

View workflow job for this annotation

GitHub Actions / CI (opensuse, latest, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
ENV CCACHE_MAXSIZE=250M
WORKDIR /home/votca

Expand Down
Loading