Skip to content

Commit

Permalink
easybuild: update to 4.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Hoste <[email protected]>
  • Loading branch information
boegel authored and adrianreber committed Sep 15, 2024
1 parent c078063 commit 2443cb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/dev-tools/easybuild/SPECS/easybuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

Summary: Software build and installation framework
Name: EasyBuild%{PROJ_DELIM}
Version: 4.9.1
Version: 4.9.3
Release: %{?dist}.1
License: GPLv2
Group: %{PROJ_NAME}/dev-tools
URL: https://easybuilders.github.io/easybuild

Source0: https://pypi.io/packages/source/e/easybuild/easybuild-%{version}.tar.gz
Source1: https://pypi.io/packages/source/e/easybuild-easyblocks/easybuild-easyblocks-%{version}.tar.gz
Source2: https://pypi.io/packages/source/e/easybuild-easyconfigs/easybuild-easyconfigs-%{version}.tar.gz
Source3: https://pypi.io/packages/source/e/easybuild-framework/easybuild-framework-%{version}.tar.gz
Source1: https://pypi.io/packages/source/e/easybuild-easyblocks/easybuild_easyblocks-%{version}.tar.gz
Source2: https://pypi.io/packages/source/e/easybuild-easyconfigs/easybuild_easyconfigs-%{version}.tar.gz
Source3: https://pypi.io/packages/source/e/easybuild-framework/easybuild_framework-%{version}.tar.gz
BuildRequires: python3-devel python3-pip
BuildRequires: python3-setuptools
Requires: python3
Expand Down Expand Up @@ -54,7 +54,7 @@ systems in an efficient way.

%install
for eb in framework easyblocks easyconfigs; do
cd %{pname}-${eb}-%{version}
cd %{pname}_${eb}-%{version}
pip3 install --prefix=%{install_path} --root=%{buildroot} .
cd ..
done
Expand Down

0 comments on commit 2443cb0

Please sign in to comment.