Search Criteria
Package Details: j9-git r4994.cd65a528-1
Package Actions
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: | GPL3 |
Submitter: | tomeil |
Maintainer: | aksr |
Last Packager: | Daniikk1012 |
Votes: | 6 |
Popularity: | 0.000001 |
First Submitted: | 2019-04-22 16:33 (UTC) |
Last Updated: | 2024-03-18 18:18 (UTC) |
Dependencies (11)
- pcre2 (pcre2-gitAUR)
- qt5-multimedia
- qt5-svg (qt5-svg-gitAUR)
- qt5-webengine
- qt5-websockets (qt5-websockets-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
- expat (expat-gitAUR) (optional) – for api/expat addon
- fftw (fftw-amdAUR) (optional) – for math/fftw addon
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (optional) – for math/lapack addon
- wget (wget-gitAUR, wurlAUR) (optional) – for web/gethttp addon
Latest Comments
« First ‹ Previous 1 2 3
rustemb commented on 2020-05-30 18:06 (UTC)
Same problem with missed
libj.so
.refusenick commented on 2019-09-23 08:19 (UTC)
I successfully compiled and installed the package via
makepkg -si
, but got the following error on runningj9 -t
:I looked through the compiler output and found this:
Installing qt5-webkit and rebuilding the package fixed the issue.
tomeil commented on 2019-05-18 15:16 (UTC)
it should be fixed now
kiiruchu commented on 2019-05-17 12:53 (UTC) (edited on 2019-05-17 12:58 (UTC) by kiiruchu)
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 (UTC)
Removed jcalc to avoid conflicts with j8-git
tomeil commented on 2019-04-22 16:52 (UTC) (edited on 2019-04-22 16:56 (UTC) by tomeil)
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
« First ‹ Previous 1 2 3