Skip to content

Commit

Permalink
adios2: install python packages required by adios2
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Sep 26, 2024
1 parent 50d941d commit 9d3e674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/io-libs/adios2/SPECS/adios2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ BuildRequires: %{python_prefix}-devel %{python_prefix}-setuptools
BuildRequires: %{python_prefix}-numpy-%{compiler_family}%{PROJ_DELIM}
BuildRequires: %{python_prefix}-mpi4py-%{compiler_family}-%{mpi_family}%{PROJ_DELIM}

Requires: %{python_prefix}-numpy-%{compiler_family}%{PROJ_DELIM}
Requires: %{python_prefix}-mpi4py-%{compiler_family}-%{mpi_family}%{PROJ_DELIM}

# Default library install path
%define install_path %{OHPC_LIBS}/%{compiler_family}/%{mpi_family}/%{pname}/%{version}

Expand Down

0 comments on commit 9d3e674

Please sign in to comment.