about summary refs log tree commit diff
path: root/pkgs/development/compilers/julia
Commit message (Collapse)AuthorAge
* Merge pull request #45820 from ↵John Ericson2018-08-31
|\ | | | | | | | | obsidiansystems/dont-use-obsolete-platform-aliases treewide: Dont use obsolete platform aliases
| * reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | | | | | It is deprecated and will be removed after 18.09.
* | julia: add 0.7 and 1.0Rob Vermaas2018-08-31
|/
* julia-git: removeJörg Thalheim2018-07-29
|
* julia_04: removeJörg Thalheim2018-07-29
|
* julia_05: removeJörg Thalheim2018-07-29
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* julia: 0.6.2 -> 0.6.4Patrick Hilhorst2018-07-10
|
* julia: add some version info to passthru, will be used by julia2nixRob Vermaas2018-06-04
|
* julia_04: mark as brokenxeji2018-04-12
|
* julia: remove wrapper from julia binaries, in steadRob Vermaas2018-04-06
| | | | | | | | | | | | | symlink shared libraries from LD_LIBRARY_PATH into lib/julia, as using a wrapper with LD_LIBRARY_PATH causes segmentation faults when program returns an error: $ julia -e 'throw(Error())' only applied for 0.6, which is the current julia version. Will see if we can remove the older versions in master. (cherry picked from commit 41f3a4e0030a1b0233de6ca7f5208c44eb370313)
* Merge pull request #37559 from dylex/release-18.03Michael Raskin2018-03-21
| | | | | julia: update rmath-julia hash for 0.1 (cherry picked from commit ea9f3fca6587494f25ef470397b32904e2325e23)
* julia-git: mark broken, hasn't built since 2017-04-08. (#34150)Will Dietz2018-01-22
| | | | | | | | * julia-git: mark broken, hasn't built since 2017-04-08. First broken: https://hydra.nixos.org/build/51447624 Last successful: https://hydra.nixos.org/build/51385779 cc #34135
* julia: 0.6.0 -> 0.6.2Michael Raskin2018-01-16
|
* julia: 0.6.0 -> 0.6.2Erik Schnetter2018-01-16
|
* julia: do not print environment before testingOrivej Desh2017-12-01
|
* julia_06: fix libgit2 tests by updating the literal strings searched in the ↵Michael Raskin2017-11-08
| | | | error messages
* julia_06: init at 0.6.0; make the default juliaMichael Raskin2017-09-17
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* julia: 0.5.1 -> 0.5.2Vincent Laporte2017-07-25
|
* julia_05: disable tests on DarwinVincent Laporte2017-07-05
|
* julia_05: 0.5.0 -> 0.5.1Michael Raskin2017-04-30
|
* julia: fix build and execution on PaX.Will Dietz2017-02-01
| | | | Alpine and Gentoo set the same flags here, FWIW.
* julia_05: init at 0.5.0; right now backtrace-related tests are disabled ↵Michael Raskin2016-11-27
| | | | because they fail in this configuration, but the rest works
* julia: 0.4.6 -> 0.4.7Michael Raskin2016-11-27
|
* julia-git: add macOS frameworks, hopefully that's usefulMichael Raskin2016-11-26
|
* julia-git: pin LLVM 3.9, seems to work fineMichael Raskin2016-11-26
|
* julia-git: 0.5.0-dev-2016-06-10 -> 0.6.0-dev-2016-11-25Michael Raskin2016-11-26
|
* julia: pcre2 -> pcre2.dev + pcre2 output fixRam Kromberg2016-09-14
|
* julia-git: mark as broken for i686Frederik Rietdijk2016-09-10
|
* julia: mark as broken for i686Frederik Rietdijk2016-09-10
|
* julia: 0.4.5 -> 0.4.6Frederik Rietdijk2016-09-03
|
* julia: Reference correct output of curlTuomas Tynkkynen2016-08-23
|
* julia-git: 0.4.4-pre-2016-02-08 -> 0.5.0-dev-2016-06-10Nikolay Amiantov2016-06-11
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* julia: 0.4.2 -> 0.4.5Michael Raskin2016-05-10
|
* julia: remove ttuegel from maintainersThomas Tuegel2016-05-03
| | | | ttuegel has not used julia in some time
* julia: remove ttuegel from maintainersThomas Tuegel2016-05-02
| | | | ttuegel has not used julia in some time.
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* julia: fix library path management after multiple-outputs/closure-size mergeMichael Raskin2016-04-13
|
* julia-git: pass march=pentium4 for i686 targetsJoachim Fasting2016-03-17
| | | | https://hydra.nixos.org/build/33235880/nixlog/1/raw
* julia: darwin compatibilityAnthony Cowley2016-03-13
| | | | | | | | | | Along with PR #13879, these patches let julia build and run on darwin. Using an llvm with shared library support is an idea adopted from a @pikajude comment here https://github.com/NixOS/nixpkgs/issues/10864 The libgit2 change is mechanical to pull in iconv on darwin. The frameworks are referenced by julia's build system.
* julia: add julia-git, a snapshot from mid-February with LLVM-3.7 (so it ↵Michael Raskin2016-02-14
| | | | actually works in fresh NixPkgs)
* Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
| | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* Julia: update libuv versionMichael Raskin2015-12-30
|
* julia: 0.4.0 -> 0.4.2Rene Donner2015-12-15
|
* remove julia03Thomas Tuegel2015-10-11
|
* remove julia02Thomas Tuegel2015-10-11
|