Skip to content

Commit

Permalink
opari2,otf2,cubelib,cubew: Fix missing dependencies
Browse files Browse the repository at this point in the history
Building OPARI2 on RHEL failed with an incorrect shebang in
pomp2-parse-init-regions.awk. This occured because of missing build
dependencies, causing OPARI2s configure to not find awk. Added missing
dependencies to fix this issue and also added them to the other packages
to present possible errors.

Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>
  • Loading branch information
Thyre authored and adrianreber committed Jun 4, 2024
1 parent d5927ce commit 792e7cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/io-libs/cubew/SPECS/cubew.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Group: %{PROJ_NAME}/io-libs
URL: http://www.scalasca.org/software/cube-4.x/download.html
Source0: http://apps.fz-juelich.de/scalasca/releases/cube/%shortv/dist/cubew-%{version}.tar.gz
BuildRequires: chrpath
BuildRequires: file
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: sed
BuildRequires: which
BuildRequires: zlib-devel
Requires: lmod%{PROJ_DELIM} >= 7.6.1
Expand Down
2 changes: 2 additions & 0 deletions components/io-libs/otf2/SPECS/otf2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ License: BSD-3-Clause
Group: %{PROJ_NAME}/io-libs
URL: http://score-p.org
Source0: http://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/%{pname}-%{version}/%{pname}-%{version}.tar.gz
BuildRequires: file
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: sed
BuildRequires: which
BuildRequires: chrpath dos2unix
# Need a new py-compile for Python 3.12
Expand Down
2 changes: 2 additions & 0 deletions components/serial-libs/cubelib/SPECS/cubelib.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Group: %{PROJ_NAME}/serial-libs
URL: http://www.scalasca.org/software/cube-4.x/download.html
Source0: http://apps.fz-juelich.de/scalasca/releases/cube/%shortwv/dist/cubelib-%{version}.tar.gz
BuildRequires: chrpath
BuildRequires: file
BuildRequires: gcc-c++
BuildRequires: make
BuildRequires: sed
BuildRequires: which
BuildRequires: zlib-devel
Requires: lmod%{PROJ_DELIM} >= 7.6.1
Expand Down
3 changes: 3 additions & 0 deletions components/serial-libs/opari2/SPECS/opari2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ License: BSD-3-Clause
Group: %{PROJ_NAME}/serial-libs
URL: https://www.vi-hps.org/projects/score-p/
Source0: http://perftools.pages.jsc.fz-juelich.de/cicd/opari2/tags/%{pname}-%{version}/%{pname}-%{version}.tar.gz
BuildRequires: file
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: sed
BuildRequires: which
Requires: lmod%{PROJ_DELIM} >= 7.6.1

# Default library install path
Expand Down

0 comments on commit 792e7cd

Please sign in to comment.