Skip to content

Commit

Permalink
blender: enable support for GNU Multiple Precision library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idesmi committed Jun 30, 2022
1 parent 990e097 commit ec11ca7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/blender/template
@@ -1,7 +1,7 @@
# Template file for 'blender'
pkgname=blender
version=3.0.0
revision=4
version=3.0.1
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
Expand All @@ -19,14 +19,14 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
opencolorio-devel opencollada-devel python3-numpy libXrender-devel
OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
pugixml-devel libXxf86vm-devel"
pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="3D graphics creation suite"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.blender.org"
distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
checksum=50f0f32bcdf8825a12ba5c8d853b6e6c6b2da65ef01e858ea5900a06cccbf1cb
checksum=19bb0a96269e0a5c4b5d62b98363836054471c096b83d9755598b25b347d7441
python_version=3
CXXFLAGS="-DNDEBUG"
CFLAGS="$CXXFLAGS"
Expand Down

0 comments on commit ec11ca7

Please sign in to comment.