diff options
author | Inki Dae <inki.dae@samsung.com> | 2018-02-26 07:54:13 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2018-03-28 11:43:37 +0900 |
commit | fe933a87fda9c3e948a5b3e53ad0302015fd5e8b (patch) | |
tree | f134e9712a93c0611b793f1bfdb3bfbdaa9d52ed /packaging | |
parent | 2c38a311af3795717e630950a9460a8c7f653da9 (diff) | |
download | armcl-fe933a87fda9c3e948a5b3e53ad0302015fd5e8b.tar.gz armcl-fe933a87fda9c3e948a5b3e53ad0302015fd5e8b.tar.bz2 armcl-fe933a87fda9c3e948a5b3e53ad0302015fd5e8b.zip |
packaging: change package name
The name, libacl, is conflicted with one which is used by
btrfs.progs package so this patch changes the name to 'libarmcl'
Change-Id: I313e12597cbffdbc6eddbdfb37328fedc590c225
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/libarmcl.manifest (renamed from packaging/libacl.manifest) | 0 | ||||
-rw-r--r-- | packaging/libarmcl.spec (renamed from packaging/libacl.spec) | 12 |
2 files changed, 6 insertions, 6 deletions
diff --git a/packaging/libacl.manifest b/packaging/libarmcl.manifest index 017d22d3a..017d22d3a 100644 --- a/packaging/libacl.manifest +++ b/packaging/libarmcl.manifest diff --git a/packaging/libacl.spec b/packaging/libarmcl.spec index 5348a963a..f2716ced2 100644 --- a/packaging/libacl.spec +++ b/packaging/libarmcl.spec @@ -1,24 +1,24 @@ -Name: libacl +Name: libarmcl Version: v17.12 Release: 0 License: MIT Url: https://github.com/ARM-software/ComputeLibrary -Summary: The ARM Computer Vision and Machine Learning library +Summary: The ARM Computer Vision and Machine Learning library Group: Graphics & UI Framework/Libraries Source0: %{name}-%{version}.tar.bz2 Source1001: %name.manifest ExclusiveArch: %{arm} aarch64 -BuildRequires: python3-base -BuildRequires: python -BuildRequires: scons +BuildRequires: python3-base +BuildRequires: python +BuildRequires: scons %define OPEN_CL_SUPPORT 1 %define NEON_SUPPORT 1 %define BENCHMARK_TEST 1 %description -The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies +The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies %ifarch aarch64 %package -n %{name}-release-aarch64 |