summaryrefslogtreecommitdiff
path: root/lang/julia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/julia/Makefile')
-rw-r--r--lang/julia/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/julia/Makefile b/lang/julia/Makefile
index 0419db24ea29..641013855d6b 100644
--- a/lang/julia/Makefile
+++ b/lang/julia/Makefile
@@ -1,7 +1,6 @@
PORTNAME= julia
-DISTVERSION= 1.8.3
+DISTVERSION= 1.8.4
DISTVERSIONSUFFIX= -full
-PORTREVISION= 3
CATEGORIES= lang math
MASTER_SITES= https://github.com/JuliaLang/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -32,16 +31,13 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libopenlibm.so:math/openlibm
RUN_DEPENDS= ${MY_DEPENDS}
-USES= gmake compiler:c++14-lang cpe fortran python perl5 \
- shebangfix blaslapack:openblas
+USES= gmake cpe fortran python perl5 blaslapack:openblas
CPE_VENDOR= julialang
USE_CXXSTD= c++14
USE_LDCONFIG= yes
-SHEBANG_GLOB= *.sh
-
MAKE_ARGS+= NO_GIT=1 \
USE_BINARYBUILDER=0 \
prefix=${PREFIX} \
@@ -83,7 +79,6 @@ OPTIONS_DEFINE= DEBUG DOCS NATIVE
OPTIONS_DEFAULT= DOCS
OPTIONS_SUB= yes
-
NATIVE_DESC= Build with native CPU JIT tuning
NATIVE_MAKE_ARGS= JULIA_CPU_TARGET=native