Re: git: 6f2b881f6fcf - main - lang/julia: Fix runtime issue
- In reply to: Daniel Engberg : "git: 6f2b881f6fcf - main - lang/julia: Fix runtime issue"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Sep 2022 19:10:32 UTC
On Sun, Sep 11, 2022 at 9:49 PM Daniel Engberg <diizzy@freebsd.org> wrote: > > The branch main has been updated by diizzy: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=6f2b881f6fcf3d35f33368511f85dc07662c6b2c > > commit 6f2b881f6fcf3d35f33368511f85dc07662c6b2c > Author: Eric Reardon <rizor.reardon@yahoo.com> > AuthorDate: 2022-09-11 18:15:33 +0000 > Commit: Daniel Engberg <diizzy@FreeBSD.org> > CommitDate: 2022-09-11 18:48:31 +0000 > > lang/julia: Fix runtime issue > > * Disable automatic optimization as this causes runtime issues if CPU > instructions are not available. Is this to help i386? If yes, maybe use `generic` only when ${ARCH} == i386?