-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GR build error on FreeBSD #268
Comments
We don't provide binaries for FreeBSD. You will have to build |
Building on FreeBSD 12.1 is easy. Here is what I did:
GRDIR = /opt/gr UNAME := $(shell uname)
#elif defined(linux) || defined(FreeBSD)
|
I find this to not work on
I don't see the point of I my case, the
I can manually tell it where things are. Any ideas what could have broken it and how to conveniently unbreak the |
Hi,
It seems the main error is that the BDS binary does not exist. Is it a source error or does the binary really not exist?
versioninfo()
Julia Version 1.2.0
Commit c6da87ff4b (2019-08-20 00:03 UTC)
Platform Info:
OS: FreeBSD (x86_64-unknown-freebsd11.2)
CPU: Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, sandybridge)
The text was updated successfully, but these errors were encountered: