diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 14:52:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 14:52:12 +0000 |
commit | 55a9ef3391892debe94f6027d2696ea8e529a4c6 (patch) | |
tree | 97754eeceb54ea170d3c80a92866abcf479b7d89 /lang/julia | |
parent | 9fe0f1c1b78ebabb84ae8b9acfe01322b16b0b1f (diff) | |
download | ports-55a9ef3391892debe94f6027d2696ea8e529a4c6.tar.gz ports-55a9ef3391892debe94f6027d2696ea8e529a4c6.zip |
Notes
Diffstat (limited to 'lang/julia')
-rw-r--r-- | lang/julia/Makefile | 50 | ||||
-rw-r--r-- | lang/julia/pkg-descr | 9 |
2 files changed, 0 insertions, 59 deletions
diff --git a/lang/julia/Makefile b/lang/julia/Makefile deleted file mode 100644 index 108ca7206568..000000000000 --- a/lang/julia/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: Iblis Lin <iblis@hs.ntnu.edu.tw> -# $FreeBSD$ - -PORTNAME= julia -PORTVERSION= 1.0.3 -PORTREVISION= 3 -CATEGORIES= lang math -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= iblis@hs.ntnu.edu.tw -COMMENT= Meta port for the different versions of Julia compiler - -# LICENSE= # empty -# LICENSE_FILE= # empty - -ONLY_FOR_ARCHS= amd64 i386 - -NO_BUILD= yes - -PLIST_FILES= bin/julia \ - man/man1/julia.1.gz\ - etc/julia - -OPTIONS_DEFINE= V10 -OPTIONS_DEFAULT= V${JULIA_DEFAULT:S/.//} D${JULIA_DEFAULT:S/.//} -OPTIONS_SINGLE= DEFAULTVER -OPTIONS_SINGLE_DEFAULTVER= D10 # D stands for default - -V10_DESC= Install v${:!${MAKE} -C ${PORTSDIR}/lang/julia10 -v PORTVERSION!} release \ - (1.x long-term support branch) - -V10_RUN_DEPENDS= julia10:lang/julia10 - -DEFAULTVER_DESC= Select default version -D10_DESC= Set up symbolic links of bin/julia, manual page and etc/startup.jl for 1.0 - -D10_IMPLIES= V10 - -.include <bsd.port.options.mk> - -_JULIA_VER= ${PORT_OPTIONS:MD*:S/D//} - -do-install: - ${RLN} julia${_JULIA_VER} ${STAGEDIR}${PREFIX}/bin/julia - ${RLN} ../julia/julia${_JULIA_VER}/etc/julia ${STAGEDIR}${PREFIX}/etc - ${RLN} julia${_JULIA_VER}.1.gz ${STAGEDIR}${PREFIX}/man/man1/julia.1.gz - -.include <bsd.port.mk> diff --git a/lang/julia/pkg-descr b/lang/julia/pkg-descr deleted file mode 100644 index 461e454f79d4..000000000000 --- a/lang/julia/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Julia is a high-level, high-performance dynamic programming language for -technical computing, with syntax that is familiar to users of other technical -computing environments. It provides a sophisticated compiler, distributed -parallel execution, numerical accuracy, and an extensive mathematical function -library. The library, largely written in Julia itself, also integrates mature, -best-of-breed C and Fortran libraries for linear algebra, random number -generation, signal processing, and string processing. - -WWW: https://julialang.org/ |