Hi,
On Fri, 23 Jun 2023 at 12:16, Efraim Flashner <[email protected]> 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")
'())
so using target-64bit? would apply USE_BLAS64=1 to aarch64 when it was
not. Well, since I know few about this architecture, I have tried to
keep the way it was. Somehow, I have no opinion about what is best. :-)
Cheers,
simon