Skip to content

Commit

Permalink
Merge pull request #2171 from mariux64/update-to-llvm-clang-12.0.1-an…
Browse files Browse the repository at this point in the history
…d-mesa-21.1.5

Update LLVM/clang from 9.0.1 to 12.0.1 and Mesa from 20.1.7 to 21.1.5
  • Loading branch information
pmenzel authored Jul 28, 2021
2 parents aa7e73e + ec4d8f8 commit fd2ae1b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion clang.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION clang-9.0.1-0
# BEE_VERSION clang-12.0.1-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down
2 changes: 1 addition & 1 deletion libdrm.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libdrm-2.4.102-0
# BEE_VERSION libdrm-2.4.107-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down
2 changes: 1 addition & 1 deletion libglvnd.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libglvnd-1.3.0-0
# BEE_VERSION libglvnd-1.3.3-0

SRCURL[0]="https://github.com/NVIDIA/libglvnd/archive/v${PKGVERSION}.tar.gz libglvnd-${PKGVERSION}.tar.gz"

Expand Down
6 changes: 3 additions & 3 deletions llvm.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION llvm-9.0.1-1
# BEE_VERSION llvm-12.0.1-0

# SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/31eb9ce73dd2a0f8dcab8319fb03f8fc/llvm-9.0.1.src.tar.xz"
#SRCURL[0]="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PKGVERSION}/llvm-${PKGVERSION}.src.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/72a257604efa1d32ef85a37cd9c66873/llvm-12.0.1.src.tar.xz"

# PATCHURL+=()

Expand Down
6 changes: 3 additions & 3 deletions mesalib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION mesalib-20.1.7-0
# BEE_VERSION mesalib-21.1.5-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -15,7 +15,7 @@ SRCURL[0]="https://mesa.freedesktop.org/archive/mesa-${PKGVERSION}.tar.xz"
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

PATCHURL+=(/src/mariux/patches/0001-swr-Fix-crashes-on-non-AVX-hardware.patch)
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down Expand Up @@ -58,7 +58,7 @@ mee_configure() {
-Dbuildtype=release \
-Dgallium-drivers="nouveau,r600,radeonsi,svga,swrast,swr" \
-Dvulkan-drivers="amd,intel" \
-Dosmesa=gallium \
-Dosmesa=true \
-Dvalgrind=false \
-Dglvnd=true
}
Expand Down
2 changes: 1 addition & 1 deletion wayland.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION wayland-1.16.0-0
# BEE_VERSION wayland-1.19.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit fd2ae1b

Please sign in to comment.