summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-Make.user
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-05-28 06:12:47 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-05-28 06:12:47 +0000
commitcb5c8198a2e924dc5fb6cd74ad650d55910ff692 (patch)
tree5d745697ceb616cfcd33f46d7a23950a0bd2e75a /lang/julia/files/patch-Make.user
parentEnable lang/julia06, lang/julia07 to be installed simultaneously (diff)
Turn lang/julia to metaport & introduce JULIA_DEFAULT to bsd.default-versions.mk
PR: 235872 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=502857
Diffstat (limited to 'lang/julia/files/patch-Make.user')
-rw-r--r--lang/julia/files/patch-Make.user11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/julia/files/patch-Make.user b/lang/julia/files/patch-Make.user
deleted file mode 100644
index 2f14b992366d..000000000000
--- a/lang/julia/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