Skip to content

Commit

Permalink
Update ESPResSo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed May 3, 2024
1 parent a5428ce commit 0c8b319
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN dnf -y install \
gdb \
git \
hdf5-mpich-devel \
jq \
lapack-devel \
make \
mpich-devel \
Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN apt-get update && \
python3 \
python3-dev \
pylint \
python3-ase \
python3-coverage \
python3-dev \
python3-h5py \
Expand All @@ -60,6 +61,7 @@ RUN apt-get update && \
python3-nbconvert \
python3-numpy \
python3-numpydoc \
python3-pandas \
python3-pint \
python3-pip \
python3-packaging \
Expand Down
3 changes: 3 additions & 0 deletions docker/install-scafacos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ cd build
--prefix=/usr/local
make -j $(nproc)
make install
# remove GCC version-specific library path to avoid library version mismatch at
# link or runtime when a different GCC version was used to compile client code
sed -i -r 's| -L/usr/lib/gcc/x86_64-linux-gnu/[0-9]+ | |' /usr/local/lib/pkgconfig/scafacos.pc
cd
rm -r /tmp/scafacos
ldconfig

0 comments on commit 0c8b319

Please sign in to comment.