Commit graph

11 commits

Author SHA1 Message Date
John Ericson 9c213398b3 lib: Clean up how linux and gcc config is specified
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.

This reverts commit 0bc275e634.
2021-01-23 10:01:28 -05:00
Jonathan Ringer 0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
John Ericson 8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Doron Behar ba9d95ca8f julia_10: rewrite
Don't use ./shared.nix as it's not shared anymore.
Fix tests with an upstream patch and a few commands in postPatch.
Assert that blas and lapack are compatible.
Rename utf8proc patch.
2020-11-17 10:45:37 +02:00
Pontus Stenetorp 599f42576a
julia: 1.0.3 -> 1.0.4 2019-08-20 18:10:19 +01:00
Rob Vermaas bfc3789f38 julia: add 1.1.0 2019-01-31 14:18:29 +01:00
Rob Vermaas fad19e21e8 julia: fix hash for 1.0.3
(cherry picked from commit 995c78064ade5153d80169d20903fa7a70714bd2)
2019-01-03 19:56:39 +01:00
Rob Vermaas d58d2e2aa7 julia: update to 1.0.3
(cherry picked from commit 438b6df1b121f3472ab8042944d4d007d43e97c0)
2019-01-03 09:50:47 +01:00
Rob Vermaas 67ef59334c julia_10: update to 1.0.1
(cherry picked from commit 3b3a2d30df2de8dec7fa5bc5fe5ee8897e51630e)
2018-10-16 22:14:35 +02:00
Rob Vermaas c745ed1f7c julia: add 0.7 and 1.0 2018-08-31 10:57:54 +02:00