Port details |
- julia11 Julia Language: A fresh approach to technical computing
- 1.1.1_5 lang
=0 1.1.1_5Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: iblis@hs.ntnu.edu.tw
- Port Added: 2019-05-28 06:01:17
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- 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.
WWW: https://julialang.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: julia11
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1559889751
SHA256 (julia-1.1.1-full.tar.gz) = 3c5395dd3419ebb82d57bcc49dc729df3b225b9094e74376f8c649ee35ed79c2
SIZE (julia-1.1.1-full.tar.gz) = 96079453
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- patchelf : sysutils/patchelf
- pcre2-config : devel/pcre2
- cmake : devel/cmake
- gmake : devel/gmake
- gfortran9 : lang/gcc9
- python2.7 : lang/python27
- as : devel/binutils
- perl5>=5.30.r1<5.31 : lang/perl5.30
- Runtime dependencies:
-
- gfortran9 : lang/gcc9
- perl5>=5.30.r1<5.31 : lang/perl5.30
- 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
- libopenblas.so : math/openblas
- libopenlibm.so : math/openlibm
- Patch dependencies:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for julia11-1.1.1_5:
DEBUG=off: Build with debugging support
DESKTOP=off: Install icon, .desktop and appdata files
DOCS=on: Build and/or install documentation
GPL_LIBS=off: Build with GPL lib: SUITESPARSE
NATIVE=off: Build with native CPU JIT tuning
====> Build self-shipped private depends
OPENBLAS=off: Private OpenBLAS v0.3.3 (ports tree: v0.3.9)
====> Math library implementation: you have to select exactly one of them
SYSLIBM=off: Build with system libm
OPENLIBM=on: Build with OpenLibm (math/openlibm)
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake compiler:c++11-lib fortran python:2.7,build perl5 shebangfix
- pkg-message:
- For install:
- If you're looking for the other version of Julia,
there is a meta port lang/julia.
Please checkout "make -C /usr/ports/lang/julia config" as well.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1_5 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
1.1.1_5 06 May 2020 16:11:15 |
yuri |
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas. |
1.1.1_4 19 Apr 2020 03:55:23 |
tobik |
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471 |
1.1.1_3 19 Mar 2020 05:47:59 |
tobik |
devel/libgit2: Update to 0.99.0
- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes
Changes: https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2/ |
1.1.1_2 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
1.1.1_2 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
1.1.1_1 21 Jan 2020 22:03:19 |
swills |
math/openblas: Update to 0.3.7
While here, improve formatting and fix build of dependant ports.
PR: 231371
Submitted by: yuri (initial version), pkubaj (ppc fixes)
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.1.1_1 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
1.1.1_1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.1.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1.1 16 Jun 2019 04:38:47 |
lwhsu |
- Update to 1.1.1
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
1.1.0 28 May 2019 06:01:00 |
lwhsu |
Copy lang/julia10 to lang/julia11 and update to 1.1.0
PR: 235872
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |