Skip to content

Commit

Permalink
HDF5 toolfile cleanup and added openmpi deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Aug 7, 2020
1 parent 2dd3f57 commit c4c54fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions hdf5-toolfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/hdf5.xml
<tool name="hdf5" version="@TOOL_VERSION@">
<info url="https://support.hdfgroup.org/HDF5/"/>
<lib name="hdf5"/>
<lib name="hdf5_cpp"/>
<lib name="hdf5_hl"/>
<lib name="hdf5_hl_cpp"/>
<client>
<environment name="HDF5_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$HDF5_BASE/lib"/>
<environment name="INCLUDE" default="$HDF5_BASE/include"/>
</client>
<use name="openmpi"/>
</tool>
EOF_TOOLFILE

Expand Down
3 changes: 1 addition & 2 deletions hdf5.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### RPM external hdf5 1.10.6
Source: git+https://github.com/HDFGroup/%{n}.git?obj=master/5b9cf732caab9daa6ed1e00f2df4f5a792340196&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
BuildRequires: openmpi
Requires: zlib
Requires: zlib openmpi

%prep
%setup -n %{n}-%{realversion}
Expand Down

0 comments on commit c4c54fa

Please sign in to comment.