Search Criteria
Package Details: j9-git r2388.ad0ca1c6-1
Git Clone URL: | https://aur.archlinux.org/j9-git.git (read-only, click to copy) |
---|---|
Package Base: | j9-git |
Description: | J is a modern, high-level, general-purpose, high-performance programming language |
Upstream URL: | http://www.jsoftware.com |
Keywords: | j9 jconsole jsoftware |
Licenses: | |
Submitter: | tomeil |
Maintainer: | eelvex (erp.lsf) |
Last Packager: | eelvex |
Votes: | 5 |
Popularity: | 0.170698 |
First Submitted: | 2019-04-22 16:33 |
Last Updated: | 2021-03-29 00:32 |
Dependencies (11)
- pcre2 (pcre2-svn)
- qt5-multimedia (qt5-multimedia-git)
- qt5-svg (qt5-svg-git)
- qt5-webengine
- qt5-websockets (qt5-websockets-git)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-toolchain-nightly-bin, clang-rc, llvm-minimal-git, llvm-git) (make)
- git (git-git) (make)
- expat (expat-git) (optional) – for api/expat addon
- fftw (fftw-mpich, fftw-mpi, fftw-amd) (optional) – for math/fftw addon
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl) (optional) – for math/lapack addon
- wget (wget-git) (optional) – for web/gethttp addon
Latest Comments
« First ‹ Previous 1 2 3
kiiruchu commented on 2019-05-17 12:53
I encounter the following error when building with
makepkg -si
.I guess this is avx2-related, but
grep avx /proc/cpuinfo
shows both avx and avx2 in the flags section, so I guess my cpu should support it. Any ideas?tomeil commented on 2019-04-29 20:59
Removed jcalc to avoid conflicts with j8-git
tomeil commented on 2019-04-22 16:52
This PKGBUILD compiles j engine from source, which is available at https://github.com/jsoftware/jsource The package provides both the j engine and the jqt ide, compiled from https://github.com/jsoftware/qtide The package includes also the j system library and the jhs ide coming from https://www.jsoftware.com/jal/ Package version has the format libver.date where libver is the version of j system library Type JVERSION from jconsole or jqt to get all information about versioning Most package files are installed under /usr/lib/j9/ All front-ends (jconsole, jqt, jhs) can be launched with the bash script /usr/bin/j9 or using desktop shortcuts which are under /usr/share/applications/ The script /usr/bin/jcalc allows to execute a single j sentence form the command line The j user diretory is ~/.config/j9/, which is created at the first execution of j9 In j user directory, addons and system library are installed and updated for each user; this behaviour is driven by a dedicated j startup script profilex.ijs A j9hsd daemon is provided to run j as system-wide server, allowing all users to access jhs with a browser (http://localhost:65001/jijx):
systemd start j9hsd