Jörg Thalheim
ba3768aec0
Merge pull request #134385 from r-burns/gcc-ppc64
...
gcc: update powerpc-specific configuration
2021-08-17 07:12:36 +01:00
Ryan Burns
7364241a6a
gcc: update powerpc-specific configuration
...
* support -m32 on (big-endian) powerpc64-linux
* fix compilation to powerpc*-musl targets with
incomplete decimal-float support
2021-08-16 19:42:10 -07:00
maralorn
266adb3397
Merge pull request #133422 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2021-08-16 14:49:48 +02:00
Felix Buehler
34be580107
gprolog: replace name with pname&version
2021-08-16 14:06:42 +02:00
github-actions[bot]
60b1048b91
Merge master into haskell-updates
2021-08-16 00:06:12 +00:00
Keshav Kini
0964eae237
sbcl: backport ARM segfault fix for large cores
2021-08-15 12:15:37 -07:00
Robert Hensing
a201246bac
treewide: runCommandNoCC -> runCommand in generated code
...
This has been synonymous for ~5y.
Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
Austin Seipp
2af9fc4c2a
yosys: 0.9+4221 -> 0.9+4272
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-08-15 03:20:12 -05:00
Austin Seipp
576f74fb47
nextpnr: 2021.07.28 -> 2021.08.06
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-08-15 03:20:12 -05:00
github-actions[bot]
fb28fa05db
Merge master into haskell-updates
2021-08-15 00:06:22 +00:00
Michael Weiss
72526765df
Merge pull request #134014 from primeos/llvmPackages_git
...
llvmPackages_git: 2021-07-16 -> 2021-08-03
2021-08-14 22:25:12 +02:00
Artturi
74593328f7
Merge pull request #133853 from Artturin/bigloo
2021-08-14 20:32:36 +03:00
Michael Weiss
50fb63e197
llvmPackages_git: 2021-07-16 -> 2021-08-03
2021-08-14 15:15:52 +02:00
Artturin
2f4c2f207a
hop: 3.3.0 -> 3.4.4
2021-08-14 03:34:53 +03:00
Artturin
8b96771f4b
bigloo 4.3h -> 4.4b
2021-08-14 03:34:38 +03:00
github-actions[bot]
caa9f451d1
Merge master into haskell-updates
2021-08-14 00:06:20 +00:00
Wael M. Nasreddine
8dcfd8f20a
openjdk11: fix the share/man symlink on darwin
2021-08-13 12:08:11 -07:00
github-actions[bot]
271d1e1bd2
Merge master into haskell-updates
2021-08-13 00:07:44 +00:00
Ryan Mulligan
ebb6f2c655
Merge pull request #133615 from r-ryantm/auto-update/fennel
...
fennel: 0.9.2 -> 0.10.0
2021-08-12 06:30:36 -07:00
R. RyanTM
8b085dac8f
fennel: 0.9.2 -> 0.10.0
2021-08-12 11:29:53 +00:00
Daniel Nagy
a82078dd05
vlang: use shipped Makefile instead of custom buildPhase ( #128527 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-12 11:55:21 +02:00
github-actions[bot]
593e70f63d
Merge master into haskell-updates
2021-08-12 00:05:55 +00:00
Michael Raskin
ea494914f0
Merge pull request #133261 from SeTSeR/master
...
compiler-rt: Rename `llvm` argument to `libllvm` for consistency.
2021-08-11 14:51:40 +00:00
(cdep)illabout
2d1b5aa1fe
haskell.compiler.ghcHEAD: increase Hydra timeout because Darwin builds were timing out
...
Building `haskell.compiler.ghcHEAD` on Hydra on Darwin seemed to cause
frequent timeouts.
Here's an example of a timeout: https://hydra.nixos.org/build/149762652
This commit raises the timeout time on Hydra for ghcHEAD. The other
GHC derivations have this set, so it makes sense to set this here
as well.
2021-08-11 13:21:02 +09:00
Malte Brandy
d86710ad1f
Merge branch 'master' into haskell-updates
2021-08-10 22:01:47 +02:00
Sandro
1eea388646
Merge pull request #133332 from SuperSandro2000/cleanup
2021-08-10 14:28:26 +02:00
Sandro Jäckel
047fea5392
ecl: format, cleanup
2021-08-10 10:32:45 +02:00
Sandro Jäckel
e61bbf2eb0
scala-runners: remove unused input
2021-08-10 10:32:44 +02:00
Kid
b43389f49d
iasl: drop pacakge
2021-08-10 03:46:01 +00:00
Dennis Gosnell
debd99499a
Merge pull request #133309 from utdemir/ud/update-ghc-head-2021080
...
haskell.compiler.ghcHEAD: 9.3.20210504 -> 9.3.20210806
2021-08-10 10:40:03 +09:00
Dmitry Kalinkin
d7b436eac2
Merge pull request #133291 from raboof/sdcc-honour-dontStrip
...
sdcc: honour dontStrip
2021-08-09 20:40:46 -04:00
Utku Demir
a794c51c07
haskell.compiler.ghcHEAD: 9.3.20210504 -> 9.3.20210806
2021-08-10 08:28:41 +12:00
Arnout Engelen
12e3001dad
sdcc: honour dontStrip
...
even with 'dontStrip', the sdcc binary was stipped anyway.
specifying STRIP=none will convince ./configure to use 'none'
as the strip tool, which 'make install' conveniently ignores.
2021-08-09 22:10:14 +02:00
Artturi
be0b03e5a8
Merge pull request #133279 from r-ryantm/auto-update/dictu
...
dictu: 0.19.0 -> 0.20.0
2021-08-09 21:49:20 +03:00
R. RyanTM
2b2a534741
dictu: 0.19.0 -> 0.20.0
2021-08-09 17:24:52 +00:00
Sergey Makarov
a70bc70c14
compiler-rt: Rename llvm
argument to libllvm
for consistency.
...
All other `llvm` derivations use name `libllvm` for this argument.
2021-08-09 18:30:59 +03:00
Sandro
a6b6cfd6f7
Merge pull request #133212 from hrhino/scala-runners
...
scala-runners: unstable-2020-02-02 -> unstable-2021-07-28
2021-08-09 11:45:33 +02:00
Michael Raskin
8817b01339
Merge pull request #133176 from sternenseemann/ecl-fix-link-flags
...
ecl, ecl_16_1_2: fix linking of natively built libraries and executables
2021-08-09 09:05:29 +00:00
Michael Weiss
850e3daa61
Merge pull request #133168 from primeos/llvmPackages_13
...
llvmPackages_13: Forward port the patches from llvmPackages_12
2021-08-09 10:53:53 +02:00
sternenseemann
18a4e4f94f
ecl, ecl_16_1_2: make sure ar is in PATH
2021-08-09 03:01:02 +02:00
Harrison Houghton
64f7698fc2
scala-runners: unstable-2020-02-02 -> unstable-2021-07-28
...
This brings support for Scala 3 (Dotty) with the `-3` flag.
2021-08-08 18:16:50 -04:00
Felix Buehler
7907d80379
intel-graphics-compiler: deprecate phases and replace it with runCommandLocal
2021-08-08 23:55:07 +02:00
sternenseemann
ccef83bd40
ecl_16_1_2: fix linking of compiled programs
...
* Use --with-gmp-incdir and --with-gmp-libdir (like for the main ecl
derivation), so ecl can figure out the flags to pass on its own.
Remove NIX_LDFLAGS hack for gmp.
* Make sure ecl can find boehmgc when linking programs / libraries via
NIX_LDFLAGS. Pass correct -I for boehmgc via NIX_CFLAGS_COMPILE since
there's no --with-boehmgc-prefix configure flag to achieve the same
result.
* Use correct suffixSalt for every flag. This makes NIX_CFLAGS_COMPILE
work properly in the first place and should prevent the extra flags
hacks leaking into other places in some edge cases.
2021-08-08 20:16:36 +02:00
sternenseemann
38b4a4364d
ecl: inform ecl about libraries to link against via configure flags
...
All libraries that ecl will have compiled libraries and executables link
against now have their own --with-<dep>-incdir and --with-<dep>-libdir
flag which is perfect for our distinct lib and dev outputs.
Consequently, we can get rid of the NIX_LDFLAGS-based hack in the
wrapper since ecl can figure out which flags to pass on its own.
2021-08-08 20:09:38 +02:00
Michael Weiss
c8db49f0a9
pkgsi686Linux.llvmPackages_13.compiler-rt: fix build
...
Ported from a7c4537a72
.
2021-08-08 19:19:54 +02:00
Michael Weiss
a5f0733461
llvmPackages_13.lldb: python into lib & wrap binary
...
Ported from cc7740ae77
.
2021-08-08 19:19:47 +02:00
Michael Weiss
a6defaf953
llvmPackages_13.lldb: fix python lldb library
...
Ported from e097f7efc7
.
2021-08-08 19:19:41 +02:00
Michael Weiss
6a1354b1fc
llvmPackages_13.compiler-rt: fix build on darwin
...
Ported from cf4e1b9e62
.
2021-08-08 19:19:35 +02:00
Michael Weiss
c858c42002
llvmPackages_13.clang: fix linker invocation with LLVMgold plugin
...
Ported from 3530837417
.
2021-08-08 19:19:27 +02:00
Michael Weiss
d49cdfed55
pkgsi686Linux.llvmPackages_git.compiler-rt: fix build
...
Ported from a7c4537a72
.
2021-08-08 15:54:13 +02:00