e7c3f858b4
This will allow old systems to upgrade. Right now we have a problem that old mesa used to depend on libllvm8, which will block upgrading as it depends on libffi which in the meantime did a soname bump. So you will have llvm8 blocking upgrade because of soname conflict, which cannot upgrade as it's already gone, which prevents upgrade of everything else.
14 lines
325 B
Bash
14 lines
325 B
Bash
# Template file for 'llvm6.0'
|
|
pkgname=llvm6.0
|
|
version=6.0.1
|
|
revision=7
|
|
archs=noarch
|
|
build_style=meta
|
|
short_desc="Low Level Virtual Machine (6.0.x series) (removed package)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="NCSA"
|
|
homepage="https://www.llvm.org"
|
|
|
|
libllvm6.0_package() {
|
|
short_desc+=" - runtime library"
|
|
}
|