mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/ldc to 1.19.0-1
This commit is contained in:
parent
4e713804d2
commit
c076b82df1
1 changed files with 5 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# Maintainer:
|
||||
# Maintainer: Dan Printzell <arch@vild.io>
|
||||
# Contributor: Mihails Strasuns <public@dicebot.lv>
|
||||
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
|
||||
|
||||
|
@ -10,12 +10,12 @@ buildarch=12
|
|||
|
||||
pkgname=('ldc' 'liblphobos')
|
||||
groups=('dlang' 'dlang-ldc')
|
||||
pkgver=1.18.0
|
||||
_pkgcommit=37b183f38f5dd0c4af778e63962954f8aeb929cd
|
||||
_dversion=2.088.1
|
||||
pkgver=1.19.0
|
||||
_pkgcommit=ddb215ed4632fab4524e626de7d024624a6ee679
|
||||
_dversion=2.089.1
|
||||
_clangversion=9.0.1 # related to where ldc2 looks for compiler-rt sanitizers
|
||||
epoch=2
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/ldc-developers/ldc"
|
||||
|
@ -45,9 +45,6 @@ prepare() {
|
|||
|
||||
# Set version used for path construction in getFullClangCompilerRTLibPath()
|
||||
sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
|
||||
|
||||
# https://github.com/ldc-developers/ldc/issues/3079
|
||||
sed -i '/FileCheck/,$d' utils/CMakeLists.txt
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue