Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37712584
en ru br
ALT Linux repos
S:0.1.1-alt2.f.git.bf96bf0

Group :: System/Libraries
RPM: ade

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

%{?optflags_lto:%global optflags_lto %optflags_lto -ffat-lto-objects}

Name: ade
Version: 0.1.1
Release: alt2.f.git.bf96bf0
Summary: Graph construction, manipulation, and processing framework
Group: System/Libraries
License: Apache-2.0
Url: https://github.com/opencv/ade

# https://github.com/opencv/ade.git

Source: %name-%version.tar

Patch1: ade-alt-installation.patch
Patch2: 0001-typed_graph.hpp-do-include-header-which-defines-uint.patch
Patch3: 0002-alt-build-do-NOT-set-_FORTIFY_SOURCE.patch

BuildRequires: gcc-c++ cmake

%description
ADE Framework is a graph construction, manipulation, and processing framework.
ADE Framework is suitable for organizing data flow processing and execution.

%package -n lib%name-devel
Group: Development/C++
Summary: Graph construction, manipulation, and processing framework

%description -n lib%name-devel
ADE Framework is a graph construction, manipulation, and processing framework.
ADE Framework is suitable for organizing data flow processing and execution.

%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1

%build
%cmake
%cmake_build

%install
%cmakeinstall_std

%files -n lib%name-devel
%doc LICENSE
%doc README.md
%_includedir/%name
%_libdir/lib%name.a
%_datadir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin