forked from veos-sxarr-NEC/veoffload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
veo.spec.in
45 lines (37 loc) · 1.07 KB
/
veo.spec.in
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
40
41
42
43
44
45
Summary: VE Offloading Framework
Name: @PACKAGE@
Version: @VERSION@
Release: @RELEASE@%{?dist}
Vendor: NEC Corporation
Group: System Environment/Libraries
License: LGPLv2+
Source0: @PACKAGE@-@VERSION@.tar.gz
Requires: veos veoffload-veorun log4c
BuildRequires: veoffload-veorun-devel log4c-devel patch veos-libvepseudo-headers
%description
VE offloading framework (VEO) is low-leve interface to control
VE process from VH side to provide accelerator-like heterogeneous
programming model like OpenMP and OpenACC.
%define _prefix @prefix@
%define _libdir @libdir@
%define _localstatedir @localstatedir@
%package devel
Summary: Development package for VE Offloading Framework
Requires: %{name} = %{version}-%{release}
%description devel
This package includes header files of VE offloading framework.
Requires: %{name} = %{version}-%{release}
%prep
%setup -q
%build
%configure --with-veorun=@VEORUN_BIN@ --with-veos-socket=@VEOS_SOCKET@
%make_build
%install
%make_install
%files
%{_libdir}/libveo.so.*
%files devel
%{_includedir}/*
%{_libdir}/libveo.a
%{_libdir}/libveo.la
%{_libdir}/libveo.so