Skip to content

Commit

Permalink
Remove obsolete note about patching libunwind tests on FreeBSD
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ararslan authored and fcard committed Feb 28, 2017
1 parent 69a3864 commit 5157d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ You must use the `gmake` command on FreeBSD instead of `make`.
Note that Julia is community-supported and we have little control over our upstream dependencies, you may still run into issues with dependencies and YMMV. Current known issues include:

- The x86 arch doesn't support threading due to lack of compiler runtime library support (set `JULIA_THREADS=0`).
- libunwind needs a small patch to its tests to compile.
- OpenBLAS patches in pkg haven't been upstreamed.
- gfortran can't link binaries. Set `FFLAGS=-Wl,-rpath,/usr/local/lib/gcc6` to work around this (upstream bug submitted to FreeBSD pkg maintainers).
- System libraries installed by pkg are not on the compiler path by default. You may need to add `LDFLAGS=-L/usr/local/lib` and `CPPFLAGS=-I/usr/local/include` to your environment or `Make.user` file to build successfully.
Expand Down

0 comments on commit 5157d48

Please sign in to comment.