diff options
author | Inki Dae <inki.dae@samsung.com> | 2018-02-26 07:54:13 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2018-02-26 09:03:01 +0900 |
commit | f95ece66bd42c1a283eb796c6218b88fbc4fc000 (patch) | |
tree | f57e5451d7441b6c127b52b7278039e30057d82c | |
parent | 89dde33b70dc6c93ace37e89b5dddd3ecef38ff1 (diff) | |
download | armcl-f95ece66bd42c1a283eb796c6218b88fbc4fc000.tar.gz armcl-f95ece66bd42c1a283eb796c6218b88fbc4fc000.tar.bz2 armcl-f95ece66bd42c1a283eb796c6218b88fbc4fc000.zip |
packaging: change package namesubmit/tizen/20180226.000718accepted/tizen/unified/20180226.061653
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>
-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 |