Skip to content

Commit

Permalink
[llvm] Move from core-dev group to build-base group
Browse files Browse the repository at this point in the history
Related to #166
  • Loading branch information
jhuntwork committed Sep 5, 2021
1 parent 0ef70eb commit a16e387
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
23 changes: 10 additions & 13 deletions packages/llvm/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
2021-04-09 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
11.1.0-7 (2021-09-05)

Move from core-dev group to build-base group

11.1.0-6 (2021-04-09)

* 11.1.0-6 :
Re-add explicit dependency on musl-dev

2021-03-21 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
11.1.0-5 (2021-03-21)

* 11.1.0-5 :
Add additional modules and split out runtime libs
Add to new group core-dev
Install to prefix /usr

2021-03-18 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
11.1.0-4 (2021-03-18)

* 11.1.0-4 :
Build only the native target

2021-03-18 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
11.1.0-3 (2021-03-18)

* 11.1.0-3 :
Add llvm-strip

2021-03-13 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
11.1.0-2 (2021-03-13)

* 11.1.0-2 :
Use the install-distribution target to ship only required tools

2021-02-21 Jeremy Huntwork <jhuntwork@lightcubesolutions.com>
11.1.0-1 (2021-02-21)

* 11.1.0-1 :
Initial version

5 changes: 2 additions & 3 deletions packages/llvm/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2034,SC2154,SC2068
# Maintainer: Jeremy Huntwork <jhuntwork@lightcubesolutions.com>

pkgname=(llvm llvm-runtime-libs)
pkgver=11.1.0
pkgrel=6
pkgrel=7
pkgdesc='A collection of modular and reusable compiler and toolchain technologies.'
arch=('x86_64')
url='htps://llvm.org'
Expand Down Expand Up @@ -80,7 +79,7 @@ package_llvm() {
libunwind.so.1
musl-dev
)
groups=(core-dev)
groups=(build-base)
cd_unpacked_src
cd build || return 1
export DESTDIR="${pkgdirbase}/dest"
Expand Down

0 comments on commit a16e387

Please sign in to comment.