diff --git a/dev-lang/julia/julia-1.8.3-r4.ebuild b/dev-lang/julia/julia-1.8.3-r4.ebuild index c21a564cc4606..997f4870446fb 100644 --- a/dev-lang/julia/julia-1.8.3-r4.ebuild +++ b/dev-lang/julia/julia-1.8.3-r4.ebuild @@ -88,6 +88,10 @@ src_unpack() { src_prepare() { default + # Various LTO issues. + # https://bugs.gentoo.org/855602 + filter-lto + # Sledgehammer: # - prevent fetching of bundled stuff in compile and install phase # - respect CFLAGS @@ -106,9 +110,6 @@ src_prepare() { } src_configure() { - # bug #855602 - filter-lto - # julia does not play well with the system versions of libuv # Fails to compile with libpcre2 on split-usr, bug #893336 # USE_SYSTEM_LIBM=0 implies using external openlibm diff --git a/dev-lang/julia/julia-1.8.5-r1.ebuild b/dev-lang/julia/julia-1.8.5-r1.ebuild index c38278524daea..5c62824bd6243 100644 --- a/dev-lang/julia/julia-1.8.5-r1.ebuild +++ b/dev-lang/julia/julia-1.8.5-r1.ebuild @@ -121,6 +121,10 @@ src_unpack() { src_prepare() { default + # Various LTO issues. + # https://bugs.gentoo.org/855602 + filter-lto + # Sledgehammer: # - prevent fetching of bundled stuff in compile and install phase # - respect CFLAGS @@ -146,9 +150,6 @@ src_prepare() { } src_configure() { - # bug #855602 - filter-lto - # julia does not play well with the system versions of libuv # Fails to compile with libpcre2 on split-usr, bug #893336 # USE_SYSTEM_LIBM=0 implies using external openlibm diff --git a/dev-lang/julia/julia-1.9.0.ebuild b/dev-lang/julia/julia-1.9.0.ebuild index 6dfef422bd552..d1c6e722a1018 100644 --- a/dev-lang/julia/julia-1.9.0.ebuild +++ b/dev-lang/julia/julia-1.9.0.ebuild @@ -101,6 +101,10 @@ src_unpack() { src_prepare() { default + # Various LTO issues. + # https://bugs.gentoo.org/855602 + filter-lto + # Sledgehammer: # - prevent fetching of bundled stuff in compile and install phase # - respect CFLAGS @@ -126,9 +130,6 @@ src_prepare() { } src_configure() { - # bug #855602 - filter-lto - # julia does not play well with the system versions of libuv # Fails to compile with libpcre2 on split-usr, bug #893336 # USE_SYSTEM_LIBM=0 implies using external openlibm diff --git a/dev-lang/julia/julia-1.9.4.ebuild b/dev-lang/julia/julia-1.9.4.ebuild index 82e0fb7987d94..9a747305e8d09 100644 --- a/dev-lang/julia/julia-1.9.4.ebuild +++ b/dev-lang/julia/julia-1.9.4.ebuild @@ -91,6 +91,10 @@ src_unpack() { src_prepare() { default + # Various LTO issues. + # https://bugs.gentoo.org/855602 + filter-lto + # Sledgehammer: # - prevent fetching of bundled stuff in compile and install phase # - respect CFLAGS @@ -109,9 +113,6 @@ src_prepare() { } src_configure() { - # bug #855602 - filter-lto - # julia does not play well with the system versions of libuv # Fails to compile with libpcre2 on split-usr, bug #893336 # USE_SYSTEM_LIBM=0 implies using external openlibm