Skip to content

Commit

Permalink
Switch to fedora packes
Browse files Browse the repository at this point in the history
Should be faster and more consistent
  • Loading branch information
dschwoerer committed Sep 13, 2023
1 parent 3de5e26 commit a573c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci_fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ then
cat /etc/os-release
# Ignore weak depencies
echo "install_weak_deps=False" >> /etc/dnf/dnf.conf
time dnf -y install dnf5-plugins python3-pip cmake
time dnf -y install dnf5
time dnf5 -y install dnf5-plugins cmake python3-zoidberg python3-natsort
# Allow to override packages - see #2073
time dnf5 copr enable -y davidsch/fixes4bout || :
time dnf5 -y upgrade
Expand All @@ -51,7 +52,6 @@ then
sudo -u test ${0/\/tmp/\/home\/test} $mpi
## If we are called as normal user, run test
else
pip install --user zoidberg natsort
. /etc/profile.d/modules.sh
module load mpi/${1}-x86_64
export OMPI_MCA_rmaps_base_oversubscribe=yes
Expand Down

0 comments on commit a573c82

Please sign in to comment.