diff options
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/guile/guile.SlackBuild | 2 | ||||
-rwxr-xr-x | source/d/llvm/llvm.SlackBuild | 4 | ||||
-rw-r--r-- | source/d/llvm/llvm.url | 28 | ||||
-rwxr-xr-x | source/d/python/python.SlackBuild | 2 | ||||
-rwxr-xr-x | source/d/ruby/ruby.SlackBuild | 2 |
5 files changed, 24 insertions, 14 deletions
diff --git a/source/d/guile/guile.SlackBuild b/source/d/guile/guile.SlackBuild index 56767bf6..9c00b21f 100755 --- a/source/d/guile/guile.SlackBuild +++ b/source/d/guile/guile.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=guile VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild index a8682e35..7de731ad 100755 --- a/source/d/llvm/llvm.SlackBuild +++ b/source/d/llvm/llvm.SlackBuild @@ -83,8 +83,8 @@ rm -rf $PKGNAM-${VERSION}.src $PKGNAM-${VERSION} tar xvf $CWD/$PKGNAM-$VERSION.src.tar.xz || exit 1 cd $PKGNAM-${VERSION}/tools || cd $PKGNAM-${VERSION}.src/tools || exit 1 - tar xvf $CWD/cfe-$VERSION.src.tar.xz || exit 1 - mv cfe-${VERSION} clang 2>/dev/null || mv cfe-${VERSION}.src clang || exit 1 + tar xvf $CWD/clang-$VERSION.src.tar.xz || exit 1 + mv clang-${VERSION} clang 2>/dev/null || mv clang-${VERSION}.src clang || exit 1 tar xvf $CWD/lldb-$VERSION.src.tar.xz || exit 1 mv lldb-${VERSION} lldb 2>/dev/null || mv lldb-${VERSION}.src lldb || exit 1 tar xvf $CWD/lld-$VERSION.src.tar.xz || exit 1 diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url index 0f5b2ca2..19054ad4 100644 --- a/source/d/llvm/llvm.url +++ b/source/d/llvm/llvm.url @@ -1,9 +1,19 @@ -http://llvm.org/releases/9.0.0/llvm-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/cfe-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/clang-tools-extra-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/compiler-rt-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/lldb-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/openmp-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/libcxx-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/libcxxabi-9.0.0.src.tar.xz -http://llvm.org/releases/9.0.0/lld-9.0.0.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/llvm-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/clang-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/clang-tools-extra-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/compiler-rt-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/lldb-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/openmp-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/libcxx-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/libcxxabi-9.0.1.src.tar.xz +https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/lld-9.0.1.src.tar.xz + +#http://llvm.org/releases/9.0.1/llvm-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/clang-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/clang-tools-extra-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/compiler-rt-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/lldb-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/openmp-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/libcxx-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/libcxxabi-9.0.1.src.tar.xz +#http://llvm.org/releases/9.0.1/lld-9.0.1.src.tar.xz diff --git a/source/d/python/python.SlackBuild b/source/d/python/python.SlackBuild index c74af797..e4cee053 100755 --- a/source/d/python/python.SlackBuild +++ b/source/d/python/python.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=python SRCNAM=Python VERSION=$(echo $SRCNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev) BRANCH_VERSION=$(echo $VERSION | cut -f 1,2 -d . ) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/d/ruby/ruby.SlackBuild b/source/d/ruby/ruby.SlackBuild index 3ff79878..4a4cf462 100755 --- a/source/d/ruby/ruby.SlackBuild +++ b/source/d/ruby/ruby.SlackBuild @@ -32,7 +32,7 @@ else VERSION=$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) fi -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |