forked from hpc/mpifileutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpifileutils.spec
38 lines (29 loc) · 839 Bytes
/
mpifileutils.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Name: mpifileutils
Version: 0.10.1
Release: 1%{?dist}
Summary: File utilities designed for scalability and performance.
Group: System Environment/Libraries
License: Copyright and BSD License
URL: https://hpc.github.io/mpifileutils
Source: %{name}-%{version}.tar.gz
BuildRoot: %_topdir/BUILDROOT
Requires: libcircle, lwgrp, dtcmp, libarchive, openssl, openssl-devel
%description
File utilities designed for scalability and performance.
%prep
%setup -q
%build
#topdir=`pwd`
#installdir=$topdir/install
cmake ./ -DWITH_DTCMP_PREFIX=${installdir} -DWITH_LibCircle_PREFIX=${installdir} -DCMAKE_INSTALL_PREFIX=%{buildroot} -DENABLE_LUSTRE=ON -DENABLE_XATTRS=ON
make
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_includedir}/*
%{_libdir}/*
%{_mandir}/*
%changelog