Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
acdf02e1
Commit
acdf02e1
authored
4 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
community/bear: upgrade to 3.0.4
parent
977591c6
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/bear/0001-cmake-fix-337.patch
+0
-24
0 additions, 24 deletions
community/bear/0001-cmake-fix-337.patch
community/bear/APKBUILD
+4
-6
4 additions, 6 deletions
community/bear/APKBUILD
with
4 additions
and
30 deletions
community/bear/0001-cmake-fix-337.patch
deleted
100644 → 0
+
0
−
24
View file @
977591c6
See: https://github.com/rizsotto/Bear/issues/337
From 87ba190cf16569d219d44d3c204051b91172a66c Mon Sep 17 00:00:00 2001
From: Laszlo Nagy <rizsotto@gmail.com>
Date: Wed, 9 Dec 2020 00:06:18 +1100
Subject: [PATCH] cmake: fix #337
---
CMakeLists.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78e71a1..f15c14f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,8 +58,6 @@
ExternalProject_Add(BearSource
-DROOT_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-DENABLE_UNIT_TESTS:BOOL=${ENABLE_UNIT_TESTS}
- BUILD_ALWAYS
- 1
TEST_BEFORE_INSTALL
1
TEST_COMMAND
This diff is collapsed.
Click to expand it.
community/bear/APKBUILD
+
4
−
6
View file @
acdf02e1
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname
=
bear
pkgver
=
3.0.
3
pkgrel
=
2
pkgver
=
3.0.
4
pkgrel
=
0
pkgdesc
=
"Tool which generates a compilation database for clang tooling"
url
=
"https://github.com/rizsotto/Bear"
# ppc64le armv7 armhf: Limited by grpc
...
...
@@ -12,8 +12,7 @@ license="GPL-3.0-or-later"
makedepends
=
"cmake grpc grpc-dev fmt-dev spdlog-dev
nlohmann-json protobuf-dev gtest-dev c-ares-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/rizsotto/Bear/archive/
$pkgver
/bear-
$pkgver
.tar.gz
0001-cmake-fix-337.patch"
source
=
"https://github.com/rizsotto/Bear/archive/
$pkgver
/bear-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/Bear-
$pkgver
"
build
()
{
...
...
@@ -35,5 +34,4 @@ package() {
make
-C
build
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"7e90aabcbbf138c4fd1cac0f187094874027e4d48c59389cfa6bef06e07fd4eaf18e9b83173d699131225ae88c6566e73849e9a5630bb2c7ec51f9af55652b67 bear-3.0.3.tar.gz
f16c59d816531b494b8f6767b377fe57127c310dd491e826413eeba429b8cbd2653f905fbbf30638cfd117e826064f1bffd7a7244d8e813e022d1960a87c814a 0001-cmake-fix-337.patch"
sha512sums
=
"d0329d4fcf307a8ebe66c56ffec196515fed468ea542078adf9d1990c8da8d4dc0cef869189b234b8abab13d4e81d69bcc9dfe328c666442b9ab79b66810181a bear-3.0.4.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment