summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/j
AgeCommit message (Collapse)Author
2020-09-09j: fix build on darwinLuflosi
On darwin the compilation would fail with the following warning: ``` clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument] ``` This error happens because the `-fno-strict-overflow` is passed to the compiler. To fix this, disable the `strictoverflow` hardening feature. Also see #39687. ZHF: #97479
2020-09-03Merge pull request #96494 from jitwit/jMichael Raskin
j: j901e -> j901f
2020-08-27j: j901e -> j901fjitwit
2020-08-05gcc.arch: refactor, move tables under lib/volth
2020-08-05platform.gcc.arch: support for AMD CPUsvolth
2020-05-14j: add avxSupport optionJonas Höglund
2020-04-20j: 807 -> 901Aaron Ash
Upgrade j to 901. Uses the newer build scripts in the make2 directory in the jsource repo.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-03j: 808 -> 807Patrick Hilhorst
"But Synthetica", I hear you say, "isn't that a downgrade?". That's what I originally thought as well! So I emailed the maintainer for the only other repo that had J on version 808, BSD FreePorts. Since they also didn't know what was going on here, I emailed Jsoftware themselves. I got a lovely email back from Mr. Iverson (Jr. I presume?) himself: ![The email](https://i.imgur.com/RidiODe.png) So it has been confirmed from the horse's mouth that this _is_ the correct version to be on. I also re-enabled all the tests, since they all pass now, enabled the build on ARM and Darwin (I don't have access to either kind of machine, but I don't see why it wouldn't work), and added myself as a maintainer.
2018-04-20j: 806 -> 808R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/j/versions. These checks were done: - built on NixOS - ran ‘/nix/store/s4j1rrnwdrrqdaiyqci4c0cqy3azlnl2-j-808/bin/jconsole -h’ got 0 exit code - ran ‘/nix/store/s4j1rrnwdrrqdaiyqci4c0cqy3azlnl2-j-808/bin/jconsole --help’ got 0 exit code - ran ‘/nix/store/s4j1rrnwdrrqdaiyqci4c0cqy3azlnl2-j-808/bin/jconsole help’ got 0 exit code - found 808 with grep in /nix/store/s4j1rrnwdrrqdaiyqci4c0cqy3azlnl2-j-808 - directory tree listing: https://gist.github.com/3c6f38056c15de42a7496ff1f576064e
2017-12-02j: fix buildOrivej Desh
/usr/bin/env does not exist in the sandbox.
2017-11-30j: 701_b -> 806Patrick Hilhorst
2016-06-18J: add simple check phase, remove debug parts of build scriptAristid Breitkreuz
2016-06-18J: mark as Linux-only until it has been tested on non-LinuxAristid Breitkreuz
2016-06-18J: fix buildAristid Breitkreuz
2015-03-24j: re-implement using mkDerivationJoachim Fasting
2014-12-10j: Fix building libj.soMaciek Starzyk
2014-10-20j: Relax platform restriction.Patrick Mahoney
Builds and runs on x86_64-darwin.
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-03-17Adding J languageMichael Raskin
svn path=/nixpkgs/trunk/; revision=26398