redchillipadi / ebuild-overlay

Ebuild for various packages not currently in the Gentoo tree
6 stars 2 forks source link

media-gfx/blender: EAPI=7 bump #7

Closed jonasstein closed 4 years ago

jonasstein commented 4 years ago

please bump to EAPI=7

redchillipadi commented 4 years ago

Fixed with commit 1d5983d616744d8c4748beae3522d4831bc43e16

Interestingly, the update to EAPI 7 seems to have altered cmake to build shared rather than static libraries. This produced a cyclic dependency between various shared portions of Cycles. The fix is to set BUILD_SHARED_LIBS=OFF

waebbl commented 4 years ago

Nice, thank you. I had this issue too, when I played around with updating to EAPI 7 some time ago, but couldn't resolve it.