diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-28 06:08:12 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-28 06:08:12 +0000 |
commit | 9c831c900c54b413344f7ad261505be4fd805b00 (patch) | |
tree | 1e2e88e4314f82cece7276d242b9596a2c38290a /lang/julia07/files/patch-Make.user | |
parent | Copy lang/julia10 to lang/julia11 and update to 1.1.0 (diff) |
Enable lang/julia06, lang/julia07 to be installed simultaneously
PR: 235872
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes
Notes:
svn path=/head/; revision=502856
Diffstat (limited to 'lang/julia07/files/patch-Make.user')
-rw-r--r-- | lang/julia07/files/patch-Make.user | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/julia07/files/patch-Make.user b/lang/julia07/files/patch-Make.user deleted file mode 100644 index 2f14b992366d..000000000000 --- a/lang/julia07/files/patch-Make.user +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |