forked from appliedtopology/ctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathctl.spec
More file actions
39 lines (33 loc) · 727 Bytes
/
Copy pathctl.spec
File metadata and controls
39 lines (33 loc) · 727 Bytes
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
39
Name: ctl
Version: 0
Release: noop
Summary: A computational topology library
License: BSD-3
BuildArch: x86_64
Source0: https://github.com/appliedtopology/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
BuildRequires: gcc make git zip
BuildRequires: boost-devel
BuildRequires: ann-devel
BuildRequires: tbb-devel
BuildRequires: metis-devel
BuildRequires: doxygen
BuildRequires: boost
BuildRequires: ann
BuildRequires: tbb
BuildRequires: metis
BuildRequires: doxygen
%description
A computational topology library
%prep
%autosetup -n %{name}-%{shortcommit0}
%build
mkdir build
cd build
cmake ..
make %{?_smp_flags}
%install
make install
%files
%{_bindir}/*
%{_libdir}/*
%changelog