summaryrefslogtreecommitdiff
path: root/lang/julia/files/patch-Make.user
blob: 2f14b992366d4a7e3254852483937bccccdbc66d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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