diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-02-13 15:17:51 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2017-02-13 15:17:51 +0000 |
commit | 2d6cb9850f390a72fa75acd7ac37df1cb5dd5823 (patch) | |
tree | 6c4d2380907cee4abc88e67f1b6364254a61ee0e /lang/julia/files | |
parent | Set buildtools, linguisttools as BUILD_DEPENDS. (diff) |
- Link to libopenblasp (threaded version) for better performace
- Point to correct depend: math/arpack-ng
- Bump PORTREVISION
PR: 217056
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw>
Notes
Notes:
svn path=/head/; revision=433996
Diffstat (limited to 'lang/julia/files')
-rw-r--r-- | lang/julia/files/patch-Make.user | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/julia/files/patch-Make.user b/lang/julia/files/patch-Make.user index 7edb8a1df31e..c6c9c0f78f64 100644 --- a/lang/julia/files/patch-Make.user +++ b/lang/julia/files/patch-Make.user @@ -21,8 +21,8 @@ +USE_SYSTEM_FFTW= 1 +USE_SYSTEM_SUITESPARSE= 1 + -+LIBBLAS= -lopenblas -L$(LOCALBASE)/lib -+LIBBLASNAME= libopenblas ++LIBBLAS= -lopenblasp -L$(LOCALBASE)/lib ++LIBBLASNAME= libopenblasp + +LIBLAPACK= $(LIBBLAS) +LIBLAPACKNAME= $(LIBBLASNAME) |