Julia Language
Michael Neumann
mneumann at ntecs.de
Sun Mar 2 07:33:02 PST 2025
Hi Sayed,
How can I reproduce that? I tried "gmake", but quickly run into the
following issue:
julia-1.11.3/Make.inc:1291: *** "Attempting to build OpenBLAS or
SuiteSparse without a functioning fortran compiler!". Stop.
And I installed openblas and suitesparse... did you set any further
environment variables?
You might also want to look at the FreeBSD port for julia (lang/julia;
github.com/freebsd/freebsd-ports).
Regards,
Michael
On 2/23/25 01:44, Sayed Mohammad Badiezadegan wrote:
> Hi Michael,
>
> Thank you for getting back to me.
> I cloned the Julia Git files in my DragonflyBSD and then installed
> gmake, GCC on my DragonflyBSD.
> Then I ran #gmake -j 12 and after some minutes of processing I got the
> screenshot that I have attached.
> I would appreciate it if you let me know what is the problem.
> Thank you.
>
>
> On Fri, Feb 21, 2025 at 1:28 AM Michael Neumann <mneumann at ntecs.de> wrote:
>
> On Thu, Feb 20, 2025 at 06:01:40PM -0800, Sayed Mohammad
> Badiezadegan wrote:
> > Hi everybody,
> >
> > I would like to port the Julia language to DragonflyBSD.
> >
> > Is there any step-by-step manual available for porting it?
>
> Hi Sayed,
>
> I would start with cloning the git repo and then following the general
> build instructions and those for FreeBSD:
>
> https://docs.julialang.org/en/v1/devdocs/build/build/
> https://docs.julialang.org/en/v1/devdocs/build/freebsd/
>
> You first need all required build tools. Note, that GNUMake is called
> "gmake" on BSD, so when you read "make" in the build instructions for
> Linux, replace that with "gmake".
>
> Another thing that might help is to do a "git grep FreeBSD" or
> "git grep
> __FreeBSD__". Sometimes there might be conditional code, for which
> you'd
> need to add a "#ifdef __DragonFly__" in addition.
>
> Please keep us up-to-date with your progress and get back to us for
> further help.
>
> Regards,
>
> Michael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20250302/df98e0a4/attachment-0001.htm>
More information about the Users
mailing list