bug#63986: Julia is very slow

2023-06-23 Thread Ludovic Courtès
Hi! Simon Tournier skribis: > + ,@(if (target-x86-64?) > + `("USE_BLAS64=1" > + "LIBBLAS=-lopenblas_ilp64" > + "LIBBLASNAME=libopenblas_ilp64") > + `("LIBBLAS=-lopenblas" > + "LIBBLASNAME=libopenblas")) > > (st

bug#63986: Julia is very slow

2023-06-23 Thread Efraim Flashner
On Fri, Jun 23, 2023 at 11:09:44AM +0200, Ludovic Courtès wrote: > Hi! > > Simon Tournier skribis: > > > + ,@(if (target-x86-64?) > > + `("USE_BLAS64=1" > > + "LIBBLAS=-lopenblas_ilp64" > > + "LIBBLASNAME=libopenblas_ilp64") > > + `("LI

bug#63986: Julia is very slow

2023-06-23 Thread Simon Tournier
Hi, On Fri, 23 Jun 2023 at 12:16, Efraim Flashner wrote: >> Should it be ‘target-64bit?’ instead? > > It should be, but julia fails the precompile stage with openblas-ilp64 Well, I picked target-x86-64? because the recipe contains, ,@(if (target-aarch64?) `("USE_BLAS64=0"

bug#63986: Julia is very slow

2023-06-23 Thread Simon Tournier
Hi Efraim, On Thu, 22 Jun 2023 at 23:13, Efraim Flashner wrote: > - ,@(if (target-aarch64?) > - `("USE_BLAS64=0") > - '()) [...] > + ,@(if (target-64bit?) > + `("USE_BLAS64=1" Well, I do not know but using this change USE_BLAS64=1 will be ap

bug#63986: Julia is very slow

2023-06-23 Thread Simon Tournier
Hi Efraim, On Fri, 23 Jun 2023 at 12:16, Efraim Flashner wrote: > It should be, but julia fails the precompile stage with openblas-ilp64 > > Precompilation complete. Summary: > Total ─── 1006.632176 seconds > Generation ── 690.274180 seconds 68.5726% > Execution ─── 316.357997 seconds 31.427

bug#63986: Julia is very slow

2023-06-23 Thread Efraim Flashner
On Fri, Jun 23, 2023 at 03:23:17PM +0200, Simon Tournier wrote: > Hi Efraim, > > On Fri, 23 Jun 2023 at 12:16, Efraim Flashner wrote: > > > It should be, but julia fails the precompile stage with openblas-ilp64 > > > > Precompilation complete. Summary: > > Total ─── 1006.632176 seconds > > G