about summary refs log tree commit diff
path: root/pkgs/development/compilers/julia
Commit message (Collapse)AuthorAge
* blas,lapack: use isILP64 instead of is64bitMatthew Bauer2020-04-20
| | | | | | | | This is a better name since we have multiple 64-bit things that could be referred to. LP64 : integer=32, long=64, pointer=64 ILP64 : integer=64, long=64, pointer=64
* treewide: use blas and lapackMatthew Bauer2020-04-17
| | | | | | | | | | | | This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* julia_13: Fixed darwin dependenciesChristoph Stich2020-02-13
|
* julia_13: julia-1.3.1 version bumpChristoph Stich2020-02-13
| | | | Added all-packages.nix
* Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\
| * Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| | * julia: 1.1.0 -> 1.1.1Pontus Stenetorp2019-08-20
| | |
| | * julia: 1.0.3 -> 1.0.4Pontus Stenetorp2019-08-20
| | |
* | | treewide: remove redundant quotesvolth2019-08-26
|/ /
* / treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* julia: strip out gfortran refsMatthew Bauer2019-06-03
| | | | Fixes #62588
* compilation for particular x86_64 architecturevolth2019-04-30
|
* Patch Julia to not recompile packages when mtime is 1Tom McLaughlin2019-04-23
|
* julia: remove 0.6.4 (julia_06)Markus Kowalewski2019-03-05
|
* julia: add 1.1.0Rob Vermaas2019-01-31
|
* Merge master into staging-nextFrederik Rietdijk2019-01-03
|\
| * julia: fix hash for 1.0.3Rob Vermaas2019-01-03
| | | | | | | | (cherry picked from commit 995c78064ade5153d80169d20903fa7a70714bd2)
| * julia: update to 1.0.3Rob Vermaas2019-01-03
| | | | | | | | (cherry picked from commit 438b6df1b121f3472ab8042944d4d007d43e97c0)
* | treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
|/ | | | | | | More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
* julia: 1.0.0 -> 1.0.1 (#48191)f--t2018-10-22
| | | * julia: removed the failing tests
* julia_10: update to 1.0.1Rob Vermaas2018-10-16
| | | | (cherry picked from commit 3b3a2d30df2de8dec7fa5bc5fe5ee8897e51630e)
* julia: add garrison as maintainerMichael Raskin2018-09-07
| | | | | | | suggested in https://github.com/NixOS/nixpkgs/pull/44191#discussion_r215802530 participates in upstream development
* 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
|