diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-09-06 20:57:01 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-09-06 20:57:01 +0000 |
commit | 7a74aea9316f369994ea5d3d5098e2c412f7e48e (patch) | |
tree | 4fcfba0b3626055075ab8a85d3d970e0b2cafc41 /lang/julia07/files/patch-Make.user | |
parent | devel/flang[-clang]: update to later snapshots (diff) |
- Copy lang/julia to lang/julia06 and lang/julia07
- Update lang/julia07 to 0.7.0
- Update lang/julia to 0.1.0
PR: 230663
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=479160
Diffstat (limited to 'lang/julia07/files/patch-Make.user')
-rw-r--r-- | lang/julia07/files/patch-Make.user | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/julia07/files/patch-Make.user b/lang/julia07/files/patch-Make.user new file mode 100644 index 000000000000..2f14b992366d --- /dev/null +++ b/lang/julia07/files/patch-Make.user @@ -0,0 +1,11 @@ +--- Make.user.orig 2018-08-15 02:26:57 UTC ++++ Make.user +@@ -0,0 +1,8 @@ ++LIBBLAS= -lopenblasp -L$(LOCALBASE)/lib ++LIBBLASNAME= libopenblasp ++ ++LIBLAPACK= $(LIBBLAS) ++LIBLAPACKNAME= $(LIBBLASNAME) ++ ++override TAGGED_RELEASE_BANNER = "FreeBSD ports lang/julia build" ++USE_BLAS64=0 |