Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating install instructions #280

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Software Build Requirements
---------------------------

This section provides instructions on how to create an RPM or source packages for
software development or debugging. The instructions for installing the released
packages are available on the [main website](https://supremm.xdmod.org/supremm-processing-install.html).
software development or debugging. Installation instructions for the released
packages are available [here](https://supremm.xdmod.org/supremm-processing-install.html).

### Rocky Linux 8

Expand All @@ -44,7 +44,7 @@ Install the EPEL repository configuration:

Enable the PowerTools repository (for Cython dependencies):

sed -i 's/enabled=0/enabled=1/' /etc/yum.repos.d/Rocky-PowerTools.repo
dnf config-manager --set-enabled powertools

Install the build dependencies:

Expand Down
2 changes: 1 addition & 1 deletion tests/ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dnf install -y epel-release

# enable powertools repo for Cython
sed -i 's/enabled=0/enabled=1/' /etc/yum.repos.d/Rocky-PowerTools.repo
dnf config-manager --set-enabled powertools

SETUP=$1
case $SETUP in
Expand Down