Port details on branch 2022Q4 |
- julia Implementation of Julia, a language for technical computing
- 1.8.4 lang
=0 1.8.4Version of this port present on the latest quarterly branch. - Maintainer: rizor.reardon@yahoo.com
 - Port Added: 2022-11-27 11:30:05
- Last Update: 2022-12-29 12:06:22
- Commit Hash: 4282288
- Also Listed In: math
- License: MIT
- WWW:
- https://julialang.org/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/julia/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/julia
- pkg install julia
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: julia
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1671919330
SHA256 (julia-1.8.4-full.tar.gz) = 1cd032262c5c42048a7819bccd684e843bbb8f66cf9ff56c315881ea431f0033
SIZE (julia-1.8.4-full.tar.gz) = 275343783
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- patchelf : sysutils/patchelf
- cmake : devel/cmake-core
- 7zz : archivers/7-zip
- gmake>=4.3 : devel/gmake
- gfortran11 : lang/gcc11
- python3.9 : lang/python39
- as : devel/binutils
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- 7zz : archivers/7-zip
- gfortran11 : lang/gcc11
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libcurl.so : ftp/curl
- libgit2.so : devel/libgit2
- libgmp.so : math/gmp
- libmbedtls.so : security/mbedtls
- libmpfr.so : math/mpfr
- libpcre2-8.so : devel/pcre2
- libssh2.so : security/libssh2
- libutf8proc.so : textproc/utf8proc
- libnghttp2.so : www/libnghttp2
- libunwind.so : devel/libunwind
- libopenlibm.so : math/openlibm
- libopenblas.so : math/openblas
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for julia-1.8.4:
DEBUG=off: Build with debugging support
DOCS=on: Build and/or install documentation
NATIVE=off: Build with native CPU JIT tuning
===> Use 'make config' to modify these settings
- Options name:
- lang_julia
- USES:
- gmake cpe fortran python perl5 blaslapack:openblas
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.4 29 Dec 2022 12:06:22
    |
Wen Heping (wen)  |
lang/julia: Update to 1.8.4 and Makefile cleanup
PR: 268629
Reported by: rizor.reardon@yahoo.com(maintainer)
(cherry picked from commit 434d421449bd0115adde98d43fba4c9c75102e66) |
1.8.3_3 03 Dec 2022 20:51:57
    |
Fernando ApesteguĂa (fernape)  Author: Eric Reardon |
lang/julia: unbrake after update of math/suitesparse-cholmod
Looks like julia is incompatible with the latest version of suitesparse-cholmod.
suitesparse is an optional dependency so remove it for now and will
add it back when a version of julia that is compatible with it is
released.
PR: 268025
Reported by: rizor.reardon@yahoo.com (maintainer)
(cherry picked from commit 8a3c1b4542340f4ac480a55ce225b10f10238436) |
1.8.3_1 27 Nov 2022 11:27:03
    |
Wen Heping (wen)  |
lang/julia: Fix julia internal package manager
PR: 267889
Reported by: maintainer
(cherry picked from commit d48efc6e120c9608785daff5b2a02a7bd006dc95) |
1.8.3 27 Nov 2022 11:26:36
    |
Wen Heping (wen)  |
lang/julia: Update to 1.8.3
PR: 267889
Reported by: wen@
Approved by: maintainer
(cherry picked from commit 2a86b2d73e641a22c7a78d2df93f3aa08080ec95) |