View | Details | Raw Unified | Return to bug 217056 | Differences between
and this patch

Collapse All | Expand All

(-)b/Makefile (-3 / +4 lines)
Lines 4-10 Link Here
4
PORTNAME=	julia
4
PORTNAME=	julia
5
PORTVERSION=	0.5.0
5
PORTVERSION=	0.5.0
6
DISTVERSIONSUFFIX=	-full
6
DISTVERSIONSUFFIX=	-full
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	lang math
8
CATEGORIES=	lang math
9
MASTER_SITES=	https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/
9
MASTER_SITES=	https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/
10
10
Lines 16-26 LICENSE_FILE= ${WRKSRC}/LICENSE.md Link Here
16
16
17
LIB_DEPENDS=	libunwind.so:devel/libunwind \
17
LIB_DEPENDS=	libunwind.so:devel/libunwind \
18
		libutf8proc.so:textproc/utf8proc \
18
		libutf8proc.so:textproc/utf8proc \
19
		libopenblas.so:math/openblas \
19
		libopenblasp.so:math/openblas \
20
		libgit2.so:devel/libgit2 \
20
		libgit2.so:devel/libgit2 \
21
		libgmp.so:math/gmp \
21
		libgmp.so:math/gmp \
22
		libmpfr.so:math/mpfr \
22
		libmpfr.so:math/mpfr \
23
		libpcre2-8.so:devel/pcre2
23
		libpcre2-8.so:devel/pcre2 \
24
		libarpack.so:math/arpack-ng
24
BUILD_DEPENDS=	llvm-config38:devel/llvm38 \
25
BUILD_DEPENDS=	llvm-config38:devel/llvm38 \
25
		pcre2-config:devel/pcre2 \
26
		pcre2-config:devel/pcre2 \
26
		patchelf:sysutils/patchelf
27
		patchelf:sysutils/patchelf
(-)b/files/patch-Make.user (-2 / +2 lines)
Lines 21-28 Link Here
21
+USE_SYSTEM_FFTW=	1
21
+USE_SYSTEM_FFTW=	1
22
+USE_SYSTEM_SUITESPARSE=	1
22
+USE_SYSTEM_SUITESPARSE=	1
23
+
23
+
24
+LIBBLAS=	-lopenblas -L$(LOCALBASE)/lib
24
+LIBBLAS=	-lopenblasp -L$(LOCALBASE)/lib
25
+LIBBLASNAME=	libopenblas
25
+LIBBLASNAME=	libopenblasp
26
+
26
+
27
+LIBLAPACK=	$(LIBBLAS)
27
+LIBLAPACK=	$(LIBBLAS)
28
+LIBLAPACKNAME=	$(LIBBLASNAME)
28
+LIBLAPACKNAME=	$(LIBBLASNAME)

Return to bug 217056