Skip to content

Commit

Permalink
blender: updated for x64 buildbot (#7318)
Browse files Browse the repository at this point in the history
* blender: disabled x86

* blender: bumped to LLVM12

* blender: enable for x86 build

* blender: disabled x86.
  • Loading branch information
kenmays committed Oct 29, 2022
1 parent a013485 commit 76eee54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media-gfx/blender/blender3-3.3.1.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ benefit from its unified pipeline and responsive development process."
HOMEPAGE="https://www.blender.org/"
COPYRIGHT="2002-2022 Blender Foundation"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.blender.org/source/blender-$portVersion.tar.xz"
CHECKSUM_SHA256="2ada48f0bf8a0ca802b987d757452012e1f8f24acf4d23453b09c2d595118cca"
SOURCE_DIR="blender-$portVersion"
Expand All @@ -23,7 +23,7 @@ ADDITIONAL_FILES="
"

ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SECONDARY_ARCHITECTURES="?x86"

PYTHON_VERSION="3.10"

Expand Down Expand Up @@ -67,7 +67,7 @@ REQUIRES="
lib:libimath_3_0$secondaryArchSuffix
lib:libopenexr_3_0$secondaryArchSuffix
lib:libopenexrutil_3_0$secondaryArchSuffix
lib:libLLVM_9$secondaryArchSuffix
lib:libLLVM_12$secondaryArchSuffix
lib:liblzma$secondaryArchSuffix
lib:liblzo2$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
Expand Down Expand Up @@ -127,7 +127,7 @@ BUILD_REQUIRES="
devel:libimath_3_0$secondaryArchSuffix
devel:libopenexr_3_0$secondaryArchSuffix
devel:libopenexrutil_3_0$secondaryArchSuffix
devel:libllvm_9$secondaryArchSuffix
devel:libllvm_12$secondaryArchSuffix
devel:liblzma$secondaryArchSuffix
devel:liblzo2$secondaryArchSuffix
devel:libopenal$secondaryArchSuffix
Expand Down

0 comments on commit 76eee54

Please sign in to comment.