Re: [julia-users] building julia 0.5.0 on FreeBSD 11

2016-11-04 Thread Kostas Oikonomou
The patches for OpenBlas are included in the FreeBSD port of openblas, specifically they may be found in /usr/ports/math/openblas/files So the general procedure I followed for building the dependencies (that's the only place where there were problems) is: every time a dependency fails to build

Re: [julia-users] building julia 0.5.0 on FreeBSD 11

2016-11-02 Thread Jeffrey Sarnoff
Kostas, Please post the location of those patches for others' reference. Thanks On Wednesday, November 2, 2016 at 6:29:40 PM UTC-4, Kostas Oikonomou wrote: > > Thanks, I found an entire set of patches. > > On Sunday, October 30, 2016 at 10:28:40 PM UTC-4, Isaiah wrote: >> >> Just guessing here f

Re: [julia-users] building julia 0.5.0 on FreeBSD 11

2016-11-02 Thread Kostas Oikonomou
Thanks, I found an entire set of patches. On Sunday, October 30, 2016 at 10:28:40 PM UTC-4, Isaiah wrote: > > Just guessing here from some quick poking around: try adding `#include > ` to that file (`OPENBLAS_SRC/driver/others/blas_server.c`). > > On Sat, Oct 29, 2016 at 4:50 PM, Kostas Oikonomou

Re: [julia-users] building julia 0.5.0 on FreeBSD 11

2016-10-30 Thread Isaiah Norton
Just guessing here from some quick poking around: try adding `#include ` to that file (`OPENBLAS_SRC/driver/others/blas_server.c`). On Sat, Oct 29, 2016 at 4:50 PM, Kostas Oikonomou < kostas.oikonomo...@gmail.com> wrote: > Hi, I'm following the instructions in the README, trying to build 0.5.0 >

[julia-users] building julia 0.5.0 on FreeBSD 11

2016-10-30 Thread Kostas Oikonomou
Hi, I'm following the instructions in the README, trying to build 0.5.0 from source on an amd64 machine. However, I'm stuck at errors in the OpenBlas build: blas_server.c:569:16: error: variable has incomplete type 'struct rlimit' struct rlimit rlim; ^ blas_ser