Commit Graph

12731 Commits

Author SHA1 Message Date
zowoq
9d10f94380 go: print-hashes script
- convert to nix-shell
- shellcheck / shfmt fixes
2022-08-08 07:43:02 +10:00
github-actions[bot]
75e341930c
Merge staging-next into staging 2022-08-07 18:02:11 +00:00
github-actions[bot]
45241ed94e
Merge master into staging-next 2022-08-07 18:01:30 +00:00
Rick van Schijndel
dcd89a1847
Merge pull request #182414 from ethindp/gnatboot12
gnatboot: 11.2.0-4 -> 12.1.0-2
2022-08-07 16:45:34 +02:00
R. RyanTM
e840d96e81
bupc: 2.22.0 -> 2020.12.0 (#185241) 2022-08-07 14:24:55 +02:00
Sergei Trofimovich
57080facf2
Merge pull request #184908 from trofi/expand-gcc-strip
gcc: extend stripping of .a libraries and .o objects
2022-08-06 17:17:10 +01:00
github-actions[bot]
4bbe802309
Merge staging-next into staging 2022-08-06 12:01:56 +00:00
Ben Siraphob
81e6eaab30
vyper: 0.3.3 -> 0.3.5 2022-08-06 01:51:22 -07:00
Samuel Ainsworth
90c505790c
Revert "cudatoolkit_11_7: init at 11.7.0" 2022-08-05 15:12:47 -07:00
Samuel Ainsworth
a53c2775d7
Merge pull request #179912 from dguibert/dg/cudatoolkit_11_7_0
cudatoolkit_11_7: init at 11.7.0
2022-08-05 14:45:59 -07:00
Adam Joseph
a6daffb118 gcc: factor out $linkLib64toLib, move it from bash to nix
This commit factors out the conditional which creates the `lib64->lib`
symlink in the `preInstall` phase, and calculates its value in nix
code rather than bash code so touching it doesn't cause a global
rebuild on every platform.
2022-08-05 13:52:25 -07:00
Adam Joseph
dfba0bf93b gcc: do not create lib64->lib links on mips64n32
On mips, gcc follows the somewhat awkward IRIX convention of putting
mips64 binaries in `lib64` and mips64n32 binaries in `lib32`.  So on
mips64n32 we do not want the `lib64` symlinks.
2022-08-05 11:07:16 -07:00
Adam Joseph
cbc80ff32b gcc: add linkLib32toLib to create lib32->lib links
Our gcc builder creates lib64->lib links to ensure that the "primary"
libraries for the targetPlatform wind up in $PREFIX/lib.  This is
required in order for make-bootstrap-files.nix to work correctly.

On mips, gcc follows the somewhat awkward IRIX convention of putting
mips32 binaries in `lib` and mips64n32 binaries in `lib32`.  So we
need similar symlinks there.  This may come up on other ILP32
platforms as well, so a general-purpose variable name is provided.
2022-08-05 11:07:14 -07:00
github-actions[bot]
41e6b8831b
Merge staging-next into staging 2022-08-04 18:02:08 +00:00
sternenseemann
4e7c3b9828 haskell.compiler.ghc941: apply fix for racy build system
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8751
https://gitlab.haskell.org/ghc/ghc/-/issues/21934

Hopefully this patch fixes the problem we experienced on Hydra once (out
of three builds).
2022-08-04 15:15:55 +02:00
sternenseemann
17746af0c5 Merge remote-tracking branch 'origin/master' into haskell-updates 2022-08-04 14:31:47 +02:00
github-actions[bot]
88b1b94ed0
Merge staging-next into staging 2022-08-04 12:02:14 +00:00
Martin Weinelt
5f9b871b72
Merge pull request #185037 from mweinelt/home-assistant 2022-08-04 11:40:41 +02:00
github-actions[bot]
9b65c7a2b7
Merge master into haskell-updates 2022-08-04 00:13:57 +00:00
github-actions[bot]
818e64fcab
Merge staging-next into staging 2022-08-04 00:03:17 +00:00
Sandro
668da4fc8f
Merge pull request #185009 from fpletz/pkgs/maintainership-202208 2022-08-04 01:56:13 +02:00
Sergei Trofimovich
c817efe660 gcc: extend stripping of .a libraries and .o objects
The initial intent was to strip .a and .o files, not .a.o files.
While at it expanded stripping for $lib output as well.

Without the change `libgcc.a` was not stripped and `.debug*` sections
made into final binaries. It's not a problem on it's own, but it's an
unintended side-effect. Noticed on `crystal_1_0` test failure where
`crystal` was not able to handle `dwarf-5`.

While at it allowed absolute file names to be passed to stripDebugList
and friends.
2022-08-03 22:28:47 +01:00
Sandro
de57e89da4
Merge pull request #184259 from r-ryantm/auto-update/lfc 2022-08-03 22:59:06 +02:00
github-actions[bot]
2a54df0946
Merge staging-next into staging 2022-08-03 18:02:18 +00:00
superherointj
eb4ca54185
Merge pull request #184985 from vbgl/reason-fix-after-184390
reason: fix build with OCaml < 4.07
2022-08-03 13:57:20 -03:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme 2022-08-03 18:39:37 +02:00
OPNA2608
16395a9797 wrapWatcom: use passthru.prettyName 2022-08-03 16:37:59 +02:00
OPNA2608
cf6b5e1624 open-watcom-bin-unwrapped: improve meta 2022-08-03 16:37:59 +02:00
OPNA2608
aa30734c17 open-watcom-v2-unwrapped: unstable-2022-05-04 -> unstable-2022-08-02 2022-08-03 15:30:35 +02:00
Adam Joseph
22a0a210dd
ghdl: use gnat11 to unbreak build (#184352)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-03 14:54:46 +02:00
Franz Pletz
c092a502df
treewide: remove myself as maintainer from some pkgs
Only packages I'm not able to maintain anymore as of today. Mostly
because I'm haven't been using them in a while.
2022-08-03 14:17:51 +02:00
github-actions[bot]
ded94f4835
Merge staging-next into staging 2022-08-03 12:02:14 +00:00
Jörg Thalheim
168d1c5789
Merge pull request #181797 from qowoz/go119
go_1_19: init at 1.19
2022-08-03 11:33:28 +01:00
Vincent Laporte
80ebd25f66
reason: fix build with OCaml < 4.07 2022-08-03 11:56:45 +02:00
github-actions[bot]
1d51c8b324
Merge master into haskell-updates 2022-08-03 00:15:49 +00:00
github-actions[bot]
93322c460d
Merge staging-next into staging 2022-08-03 00:03:06 +00:00
github-actions[bot]
537fbd1326
Merge master into staging-next 2022-08-03 00:02:25 +00:00
zowoq
32f980605e go_1_19: init at 1.19 2022-08-03 05:42:48 +10:00
Anderson Torres
d2c05d420b
Merge pull request #184745 from r-ryantm/auto-update/xa
xa: 2.3.12 -> 2.3.13
2022-08-02 16:22:03 -03:00
github-actions[bot]
0df46e6fd8
Merge staging-next into staging 2022-08-02 18:01:55 +00:00
github-actions[bot]
411aad5a4d
Merge master into staging-next 2022-08-02 18:01:14 +00:00
David Guibert
79bc66cea5 redistrib_11.7.0.json: add eol 2022-08-02 16:20:07 +02:00
David Guibert
9aaf5daa7e nsight_compute: qt6 for version 2022.2.0 2022-08-02 16:20:07 +02:00
David Guibert
b139e331a4 cudatoolkit: add 11.7 2022-08-02 16:20:07 +02:00
Sandro
e76aa82431
Merge pull request #184598 from wegank/treewide-fix-platforms 2022-08-02 15:57:56 +02:00
superherointj
760d3a51b0
Merge pull request #184390 from r-ryantm/auto-update/ocaml4.13.1-reason
ocamlPackages.reason: 3.8.0 -> 3.8.1
2022-08-02 09:59:25 -03:00
R. Ryantm
eea38ee715 xa: 2.3.12 -> 2.3.13 2022-08-02 06:00:13 +00:00
zowoq
b18e7a1813 Revert "go_1_18: backport CL417615"
This reverts commit 4d1e04c00f.

fixed in 1.18.5
2022-08-02 11:38:34 +10:00
github-actions[bot]
df6d3919b7
Merge master into haskell-updates 2022-08-02 00:14:59 +00:00
github-actions[bot]
d0fae49900
Merge staging-next into staging 2022-08-02 00:03:05 +00:00
github-actions[bot]
ad090ff867
Merge master into staging-next 2022-08-02 00:02:24 +00:00
Sandro
a3b3912772
Merge pull request #184617 from SuperSandro2000/go-1-18-5
go_1_18: 1.18.4 -> 1.18.5
2022-08-02 00:01:01 +02:00
K900
357ae167e2 crystal_1_0, crystal_1_1: fix build 2022-08-02 00:34:28 +03:00
Sandro Jäckel
eba5f13c08 go_1_18: 1.18.4 -> 1.18.5 2022-08-02 07:24:26 +10:00
Sandro Jäckel
8fb01fab4f go_1_17: 1.17.12 -> 1.17.13 2022-08-02 07:23:38 +10:00
github-actions[bot]
e8ce2f4a26
Merge master into staging-next 2022-08-01 18:01:20 +00:00
Weijia Wang
278086eddb treewide: fix platforms 2022-08-01 18:33:27 +02:00
John Ericson
bf39e32272 compiler-rt: Fix "bare metal" case boolean logic
It is possible to both be bare metal and have a libc (newlib).

This libc doesn't provide very much --- not enough for CMake to think
the C toolchain works. We therefore adjust our logic so we hit the "bare
metal" case with or without libc.

The "use LLVM" bootstrap is intentionally not affected.
2022-08-01 12:18:54 -04:00
sternenseemann
ba819ddadf Merge remote-tracking branch 'origin/master' into haskell-updates 2022-08-01 15:26:29 +02:00
github-actions[bot]
c8b4067ae8
Merge master into staging-next 2022-08-01 12:01:37 +00:00
Guillaume Girol
6a792c2ed8
Merge pull request #179356 from logo4poop/update-haxe-4.2.5
Updated Haxe 4.2.1 -> 4.2.5
2022-08-01 11:34:44 +00:00
R. Ryantm
fff013f49f mercury: 22.01.1 -> 22.01.3 2022-08-01 01:23:14 +00:00
R. Ryantm
2fe12632ee ocamlPackages.reason: 3.8.0 -> 3.8.1 2022-08-01 01:08:27 +00:00
github-actions[bot]
0a7aec34aa
Merge master into haskell-updates 2022-08-01 00:16:00 +00:00
R. Ryantm
eb72f662f2 lingua-franca: 0.2.0 -> 0.3.0 2022-07-31 16:01:23 +00:00
github-actions[bot]
bb10509584
Merge master into staging-next 2022-07-31 12:02:29 +00:00
R. Ryantm
762e210698 z88dk: 2.1 -> 2.2 2022-07-31 07:23:28 +00:00
R. Ryantm
834daa7b5d tvm: 0.8.0 -> 0.9.0 2022-07-31 04:10:57 +00:00
github-actions[bot]
eb9760b8f7
Merge master into haskell-updates 2022-07-31 00:15:01 +00:00
github-actions[bot]
95abc5680d
Merge master into staging-next 2022-07-31 00:03:10 +00:00
Anderson Torres
01a67a7342
Merge pull request #183993 from r-ryantm/auto-update/dxa
dxa: 0.1.4 -> 0.1.5
2022-07-30 17:58:39 -03:00
R. Ryantm
b62eadf3b1 dxa: 0.1.4 -> 0.1.5 2022-07-30 16:07:00 +00:00
R. Ryantm
57627e479e closurecompiler: 20220601 -> 20220719 2022-07-30 14:56:21 +00:00
github-actions[bot]
5ebd4b10df
Merge master into staging-next 2022-07-30 12:01:30 +00:00
Thiago Kenji Okada
c01ab9eecc
Merge pull request #183088 from jlesquembre/graal-22.2.0
graalvm-ce: 22.1.0 -> 22.2.0
2022-07-30 10:48:58 +01:00
R. Ryantm
3a3ad4c7a6 souffle: 2.2 -> 2.3 2022-07-30 07:59:54 +00:00
github-actions[bot]
93fa8bacfb
Merge master into staging-next 2022-07-30 06:01:19 +00:00
Anderson Torres
295ce69fae
Merge pull request #183581 from r-ryantm/auto-update/4th
_4th: 3.64.0 -> 3.64.1
2022-07-29 22:49:26 -03:00
Anderson Torres
869ee59fe2
Merge pull request #183650 from r-ryantm/auto-update/jwasm
jwasm: 2.14 -> 2.15
2022-07-29 22:48:55 -03:00
github-actions[bot]
093f236f30
Merge master into haskell-updates 2022-07-30 00:13:25 +00:00
Benjamin Asbach
e937b6e3ba openjdk17: Remove default java.library.path
see #103493
2022-07-29 22:05:54 +04:00
github-actions[bot]
50de8aa60e
Merge master into staging-next 2022-07-29 18:01:27 +00:00
R. Ryantm
5960a2d1b4 jwasm: 2.14 -> 2.15 2022-07-29 12:01:31 +00:00
Josh Holland
8a156b259a julia-bin: add meta.mainProgram 2022-07-29 12:00:02 +01:00
github-actions[bot]
dc9426f3b8
Merge staging-next into staging 2022-07-29 06:01:59 +00:00
R. Ryantm
fc630be0e4 gleam: 0.21.0 -> 0.22.1 2022-07-29 00:20:09 -04:00
R. Ryantm
9a1aa7d8ae _4th: 3.64.0 -> 3.64.1 2022-07-29 03:51:15 +00:00
github-actions[bot]
3c0b8e78a9
Merge master into haskell-updates 2022-07-29 00:13:37 +00:00
github-actions[bot]
a2df1eb5b9
Merge staging-next into staging 2022-07-29 00:03:05 +00:00
Mario Rodas
7a2d461bf2
Merge pull request #183271 from r-ryantm/auto-update/cmdstan
cmdstan: 2.30.0 -> 2.30.1
2022-07-28 14:15:45 -05:00
Robert Hensing
61a510bdcb
Merge pull request #177232 from asbachb/remove/oldjdk
oraclejdk14: Removed as it's end of life since 09/2020
2022-07-28 20:10:47 +02:00
sternenseemann
7f909b041b haskell.compiler: ghc923 -> ghc924
https://www.haskell.org/ghc/download_ghc_9_2_4.html
2022-07-28 18:09:33 +02:00
Bernardo Meurer
88c63ca65a
Merge pull request #182513 from trofi/strip-for-host-and-target
gcc: enable stripping for cross-compilers
2022-07-28 00:30:49 -07:00
github-actions[bot]
c5298a170d
Merge staging-next into staging 2022-07-27 18:02:13 +00:00
github-actions[bot]
f6895f13b0
Merge master into staging-next 2022-07-27 18:01:33 +00:00
José Luis Lafuente
dae7b421f7
graalvm-ce: 22.1.0 -> 22.2.0 2022-07-27 12:57:41 +02:00
github-actions[bot]
c419834223
Merge master into haskell-updates 2022-07-27 00:16:24 +00:00
github-actions[bot]
54f2dacce1
Merge staging-next into staging 2022-07-27 00:03:09 +00:00
github-actions[bot]
f110f87498
Merge master into staging-next 2022-07-27 00:02:31 +00:00
Sandro
7366559383
Merge pull request #182124 from willcohen/emscripten-3.1.16
emscripten: 3.1.15 -> 3.1.17
2022-07-26 21:30:31 +02:00
sternenseemann
078346d55e haskell.compiler.ghc941: init at 9.4.0.20220721 2022-07-26 21:09:03 +02:00
Austin Seipp
4cd955979c bluespec: set mainProgram=bsc
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-07-26 13:25:23 -05:00
github-actions[bot]
b21eff1a41
Merge staging-next into staging 2022-07-26 18:02:15 +00:00
github-actions[bot]
1071ab374f
Merge master into staging-next 2022-07-26 18:01:32 +00:00
Sandro
3bbb296d9a
Merge pull request #178973 from r-ryantm/auto-update/closure-compiler
closurecompiler: 20220502 -> 20220601
2022-07-26 17:40:41 +02:00
Will Cohen
3a46b467ac emscripten: 3.1.15 -> 3.1.17 2022-07-26 09:30:36 -04:00
Florian Klink
4d1e04c00f go_1_18: backport CL417615
Upstream reverted cmd/compile: revert "fix missing dict pass for type
assertions", as it's causing compilation errors in programs like gopass
- see https://github.com/gopasspw/gopass/issues/2280 and
https://github.com/NixOS/nixpkgs/issues/182440.

The revert has already been cherry-picked to HEAD, but there's no
backport release yet. This can be reverted once there's a new release
with that commit.
2022-07-26 09:24:40 +10:00
Sergei Trofimovich
eece5d0dc0 gcc: enable stripping for cross-compilers
With explicit support for distinction between Host and Target strip paths
we can now safely strip ELF binaries with their according strip tools
without fear of damaging binaries due to architecture mismatch.

Closure size change for `pkgsCross.mingwW64.gcc12Stdenv.cc.cc`:

    # before:
    $ nix path-info -Sh $(nix-build -A pkgsCross.mingwW64.gcc12Stdenv.cc.cc) | unnix
    /<<NIX>>/x86_64-w64-mingw32-stage-final-gcc-debug-12.1.0           2.5G

    # after:
    $ nix path-info -Sh $(nix-build -A pkgsCross.mingwW64.gcc12Stdenv.cc.cc) | unnix
    /<<NIX>>/x86_64-w64-mingw32-stage-final-gcc-12.1.0         1.5G
2022-07-25 11:06:58 +01:00
github-actions[bot]
3a848d77a3
Merge staging-next into staging 2022-07-24 18:02:10 +00:00
Sergei Trofimovich
c7062b9769
Merge pull request #181994 from trofi/gcc-drop-outdated-sed
gcc: drop outdated sed for system headers clobber
2022-07-24 15:01:22 +01:00
Sergei Trofimovich
f315837ee4
Merge pull request #182377 from trofi/fix-sbcl-on-aarch64-darwin
sbcl_2_1_10, sbcl_2_1_11: fix build on arm64-darwin (-fno-common fall…
2022-07-24 14:48:21 +01:00
Benjamin Asbach
0c4d481dbc openjdk17: 17.0.3+7 -> 17.0.4+8 2022-07-24 15:20:54 +04:00
Sergei Trofimovich
ea8e124000 gcc: always enable inhibit_libc=true for --without-headers builds
It's a follow-up to the breakage caused by 21966e13d2
("gcc: pass --with-build-sysroot=/"). It caused `pkgsLLVM`
cross-toolchain bootstrap breakage:

    $ nix build --no-link -f. pkgsLLVM.hello
    ...
    failed: /nix/store/...-x86_64-unknown-linux-gnu-stage-static-gcc-13.0.0.drv:
    ...
    configure flags: ... --enable-languages=c --disable-multilib \
      --disable-shared --enable-plugin ... --disable-libssp --disable-nls \
      --without-headers --disable-threads --disable-libgomp --disable-libquadmath \
      --disable-shared --disable-libatomic --disable-decimal-float --disable-libmpx \
      --disable-bootstrap \
      \
      --build=x86_64-unknown-linux-gnu \
      --host=x86_64-unknown-linux-gnu \
      --target=x86_64-unknown-linux-gnu
    ...
    The directory that should contain system headers does not exist:
      /usr/include
    make[2]: *** [Makefile:3279: stmp-fixinc] Error 1 shuffle=1658621302
    rm gfdl.pod gcc.pod gcov-dump.pod gcov-tool.pod fsf-funding.pod gpl.pod cpp.pod gcov.pod lto-dump.pod
    make[2]: Leaving directory '/build/build/gcc'

Note: it's a no-libc build. It's not expected to use any libc headers.
But in this case fixincludes tries to run and uses default /usr/include
location.

Fixinsludes is not normally expected to run during cross-compilation
on --without-headers. gcc/configure.ac:

    : ${inhibit_libc=false}
    if { { test x$host != x$target && test "x$with_sysroot" = x ; } ||
           test x$with_newlib = xyes ; } &&
         { test "x$with_headers" = xno || test ! -f "$target_header_dir/stdio.h"; } ; then
           inhibit_libc=true
    fi

The change explicitly passes inhibit_libc=true to configure to disable
include fixing on such cases.

Fixed `nix build --no-link -f. pkgsLLVM.hello` toolchain bootstrap.
2022-07-24 09:54:49 +01:00
John Ericson
21966e13d2
Merge pull request #181943 from trofi/fix-cross-built-gcc
gcc: pass --with-build-sysroot=/
2022-07-23 23:52:07 -04:00
Jan Tojnar
b29a70086f
Merge pull request #182588 from jtojnar/gnome-staging
GNOME staging updates
2022-07-23 21:40:41 +02:00
Sergei Trofimovich
34636efced gcc: pass --with-build-sysroot=/ for gcc builds
Without this change cross-built gcc fails to detect stack protector style:

    $ nix log -f pkgs/stdenv/linux/make-bootstrap-tools-cross.nix powerpc64le.bootGCC | fgrep __stack_chk_fail
    checking __stack_chk_fail in target C library... no
    checking __stack_chk_fail in target C library... no

It happens because gcc treats search paths differently:

    https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/configure.ac;h=446747311a6aec3c810ad6aa4190f7bd383b94f7;hb=HEAD#l2458

     if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x ||
        test x$build != x$host || test "x$with_build_sysroot" != x; then
       ...
       if test "x$with_build_sysroot" != "x"; then
         target_header_dir="${with_build_sysroot}${native_system_header_dir}"
       elif test "x$with_sysroot" = x; then
         target_header_dir="${test_exec_prefix}/${target_noncanonical}/sys-include"
       elif test "x$with_sysroot" = xyes; then
         target_header_dir="${test_exec_prefix}/${target_noncanonical}/sys-root${native_system_header_dir}"
       else
         target_header_dir="${with_sysroot}${native_system_header_dir}"
       fi
     else
       target_header_dir=${native_system_header_dir}
     fi

By passing --with-build-sysroot=/ we trick cross-case to use
`target_header_dir="${with_sysroot}${native_system_header_dir}"`
which makes it equivalent to non-cross
`target_header_dir="${with_build_sysroot}${native_system_header_dir}"`

Tested the following setups:
- cross-compiler without libc headers (powerpc64le-static)
- cross-compiler with libc headers (powerpc64le-debug)
- cross-build compiler with libc headers (powerpc64le bootstrapTools)

Before the change only 2 of 3 compilers detected libc headers.
After the change all 3 compilers detected libc headers.

For darwin we silently ignore '-syslibroot //' argument as it does not
introduce impurities.

While at it dropped mingw special case for no-libc build. Before the change
we passed both '--without-headers --with-native-system-headers-dir' for
no-libc gcc-static builds. This tricked darwin builds to find sys/sdt.h
and fail inhibid_libc builds. Now all targets avoid passing native headers
for gcc-static builds.

While at it fixed correct headers passing to
--with-native-system-headers-dir= in host != target case: we were passing
host's headers where intention was to pass target's headers.
Noticed the mismatch as a build failure on pkgsCross.powernv.stdenv.cc
on darwin where `sys/sdt.h` is present in host's headers (libSystem)
but not target's headers (`glibc`).

Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>
2022-07-23 18:40:07 +01:00
Jan Tojnar
c8cbb6ff4e vala: 0.56.1 → 0.56.2
https://gitlab.gnome.org/GNOME/vala/-/compare/0.56.1...0.56.2
2022-07-23 17:21:35 +02:00
github-actions[bot]
c3b55bb331
Merge master into staging-next 2022-07-22 18:01:23 +00:00
Brian Leung
62ab1e3d0b kaitai-struct-compiler: 0.9 -> 0.10 2022-07-22 08:41:27 -07:00
Ethin Probst
bc640dc883 gnatboot: 11.2.0-4 -> 12.1.0-2
Signed-off-by: Ethin Probst <harlydavidsen@gmail.com>
2022-07-21 21:48:22 -05:00
Sergei Trofimovich
26326511ef sbcl_2_1_10, sbcl_2_1_11: fix build on arm64-darwin (-fno-common fallout)
Withut this upstream backport build on arm64-drwin fails as:

    duplicate symbol '_os_vm_page_size' in:
        os-common.o
        arm64-bsd-os.o
2022-07-21 22:08:27 +01:00
github-actions[bot]
9dbe8733d5
Merge staging-next into staging 2022-07-21 06:02:02 +00:00
Anderson Torres
b73f704a2f
Merge pull request #178567 from Artturin/pkgconfignew
makePkgconfigItem: init new function to generate pc files
2022-07-20 23:31:58 -03:00
Bernardo Meurer
63e4402739 gnu-cobol: refactor
This is a major refactoring of the gnu-cobol package, which gives us:

1. Split outputs, allowing for small container images for COBOL
   applications.
2. Tests running (for Linux)
3. Parallel building
4. Documentation building
5. XML and JSON support

Co-authored-by: Chad Crawford <chad@cacrawford.org>
2022-07-20 15:14:32 -07:00
Vladimír Čunát
cd58423b4c
Merge #181798: llvm14: Skip broken tests on riscv
...into staging
2022-07-20 20:56:21 +02:00
github-actions[bot]
659bbdd994
Merge staging-next into staging 2022-07-20 18:02:16 +00:00
Sergei Trofimovich
cb63ee9ff8
Merge pull request #181999 from trofi/gcc-clean-up-configureFlags
gcc: turn configureFlags into a sigle list, not nested list
2022-07-20 15:46:36 +01:00
adisbladis
facbbae4b7 gcc: Set --with-newlib when using newlib-nano 2022-07-20 16:41:48 +08:00
github-actions[bot]
9c32c81a99
Merge staging-next into staging 2022-07-20 06:02:01 +00:00
Mario Rodas
a71cc944ad
Merge pull request #180648 from r-ryantm/auto-update/cmdstan
cmdstan: 2.29.2 -> 2.30.0
2022-07-19 23:18:47 -05:00
Artturin
c6a9d069e9 tinycc: use makePkgconfigItem 2022-07-20 06:24:20 +03:00
Anderson Torres
5342fc6fb5
Merge pull request #182030 from AndersonTorres/tcc
tinycc: 2022-01-11 -> 2022-07-15
2022-07-19 23:53:52 -03:00
zowoq
8bf97d639d
rustc: 1.62.0 -> 1.62.1 (#182140)
https://github.com/rust-lang/rust/releases/tag/1.62.1
2022-07-20 12:34:37 +10:00
AndersonTorres
7fda0dfa9a tinycc: 2022-01-11 -> 2022-07-15 2022-07-18 23:38:03 -03:00
github-actions[bot]
d64d75f2f3
Merge master into staging-next 2022-07-19 00:02:21 +00:00
Marek Fajkus
d5765d5150
elmPackages.elm-json: 0.2.10 -> 0.2.12 2022-07-18 22:26:48 +02:00
Sergei Trofimovich
69da37a8fd gcc: turn configureFlags into a sigle list, not nested list
Before the change:

    $ nix repl pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    nix-repl> :p powerpc64le.bootGCC.configureFlags
    [ ... "--enable-targets=powerpcle-linux" [ "--with-long-double-128" ] "--target=powerpc64le-unknown-linux-gnu" ]

After the change:

    nix-repl> :p powerpc64le.bootGCC.configureFlags
    [ ... "--enable-targets=powerpcle-linux" "--with-long-double-128" "--target=powerpc64le-unknown-linux-gnu" ]
2022-07-18 19:10:22 +01:00
Sergei Trofimovich
769956d65b gcc: drop outdated sed for system headers clobber
When reviewing https://github.com/NixOS/nixpkgs/pull/181802#issuecomment-1186834504
I noticed outdated code that attempted to override /usr/include.

    sed -i \
        -e "s,glibc_header_dir=/usr/include,glibc_header_dir=$libc_dev/include", \
        gcc/configure

`glibc_header_dir` was removed from `gcc-4.6` and later in
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=6961669f48aa18168b2d7daa7e2235fbec7cb636
(Dec 2010, "(gcc_cv_ld_eh_frame_hdr): Only check GNU ld for  --eh-frame-hdr.").

Since then gcc got `--with-native-system-header-dir=` which `nixpkgs` uses
for all packaged `gcc` versions.

The change should be a no-op.
2022-07-18 18:55:58 +01:00
github-actions[bot]
71fe747e70
Merge master into staging-next 2022-07-18 12:01:55 +00:00
Dennis Gosnell
e436d5c9d8
Merge pull request #181915 from r-ryantm/auto-update/purescript
purescript: 0.15.2 -> 0.15.4
2022-07-18 17:15:06 +09:00
R. Ryantm
622952b45e purescript: 0.15.2 -> 0.15.4 2022-07-18 07:33:09 +00:00
Vladimír Čunát
250922fd1e
Merge branch 'master' into staging-next 2022-07-18 08:29:53 +02:00
Dennis Gosnell
99b97a71d9
Merge pull request #175501 from amjoseph-nixpkgs/pr/sourceProvenance/purescript
purescript: mark meta.sourceProvenance
2022-07-18 13:31:44 +09:00
Bernardo Meurer
d9a7945a7e dotnet: fix compilation on darwin 2022-07-17 13:35:26 -07:00
Guillaume Girol
ad77f20359
Merge pull request #166033 from bcc32/js-015
ocamlPackages.janeStreet: 0.14 -> 0.15
2022-07-17 15:21:36 +00:00
Luiz Ribeiro
c743308438 llvm14: Skip broken tests on riscv 2022-07-16 22:50:41 -05:00
Vladimír Čunát
0879ac5da6
Merge branch 'master' into staging-next 2022-07-16 20:07:05 +02:00
Anderson Torres
3bb0ae1512
Merge pull request #181432 from aiotter/patch-2
zig: build on darwin
2022-07-16 11:02:48 -03:00
Rick van Schijndel
e243499338
Merge pull request #173889 from IvarWithoutBones/fix/dotnet-cross
dotnet ecosystem: fix cross compilation
2022-07-16 12:37:11 +02:00
github-actions[bot]
47a4aab0aa
Merge master into staging-next 2022-07-16 06:01:15 +00:00
aiotter
036b52f824 maintainers: add aiotter 2022-07-16 14:57:54 +09:00
aiotter
98ee102955 zig: build for darwin 2022-07-16 14:57:36 +09:00
Sandro
f4be6ad88d
Merge pull request #181284 from qowoz/go117
go_1_17: 1.17.11 -> 1.17.12
2022-07-16 02:44:02 +02:00
github-actions[bot]
fa96a4fa79
Merge master into staging-next 2022-07-16 00:02:26 +00:00
Sandro
4fc6705e2b
Merge pull request #181362 from willcohen/emscripten
emscripten: 3.1.14 -> 3.1.15
2022-07-16 01:06:15 +02:00
Andre Popovitch
a215794df6
unison-ucm: M3 -> M4 2022-07-15 10:50:57 -05:00
github-actions[bot]
1a74c5d703
Merge master into staging-next 2022-07-14 18:01:27 +00:00
Ethin Probst
6e6436963d
gnatboot: 4.1 -> 11.2.0-4 (#177579)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-14 14:14:58 +02:00
github-actions[bot]
4831214ba4
Merge master into staging-next 2022-07-14 06:01:25 +00:00
zowoq
e4f3664e62 go_1_18: 1.18.3 -> 1.18.4 2022-07-14 12:29:03 +10:00
Will Cohen
c877fee9ae emscripten: 3.1.14 -> 3.1.15 2022-07-13 09:09:26 -04:00
github-actions[bot]
9e8540af02
Merge master into staging-next 2022-07-13 12:01:13 +00:00
Sandro
48c34e4097
Merge pull request #180777 from elliottslaughter/terra-1.0.4
terra: 1.0.0-beta5 -> 1.0.4
2022-07-13 11:50:45 +02:00
Vladimír Čunát
8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
Ben Siraphob
01b8587401
Merge pull request #181051 from jiegec/mono
mono: 6.12.0.122 -> 6.12.0.182
2022-07-12 18:16:39 -07:00
zowoq
6b6a73f53e go_1_17: 1.17.11 -> 1.17.12 2022-07-13 07:58:40 +10:00
zowoq
8b4718e736 zig_0_8_1: remove 2022-07-13 07:46:10 +10:00
Artturin
83b4764dc3 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
f7414e2b3a
2022-07-12 18:25:19 +03:00
Peter Hoeg
de29ce21e9 crystal2nix: 0.1.1 -> 0.3.0 2022-07-12 21:00:11 +08:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
nanashi0x74
43d2b91944 flutter: amend move-cache patch after update 2022-07-11 14:02:36 +02:00
nanashi0x74
02e10382d5 flutter: patch git version check 2022-07-11 14:02:36 +02:00
nanashi0x74
04699b7b7e flutter: 2.10.1->3.0.4 2022-07-11 14:02:36 +02:00
nanashi0x74
2cdbc00b2c flutter: use dart pub instead of deprecated pub command 2022-07-11 14:02:35 +02:00
Jiajie Chen
600133b855 mono: 6.12.0.122 -> 6.12.0.182 2022-07-11 14:12:10 +08:00
github-actions[bot]
55e8459a46
Merge staging-next into staging 2022-07-11 00:04:08 +00:00
Mario Rodas
03355bfa23
Merge pull request #180627 from r-ryantm/auto-update/carp
carp: 0.5.4 -> 0.5.5
2022-07-10 16:58:33 -05:00
Sandro
46b20743b1
Merge pull request #180774 from LibreCybernetics/update-kotlin
kotlin{-native}: 1.7.0 → 1.7.10
2022-07-10 20:33:43 +02:00
github-actions[bot]
05798fee88
Merge staging-next into staging 2022-07-10 18:01:55 +00:00
Sergei Trofimovich
cd2bab453c
Merge pull request #180573 from ivan/llvm-14.0.6
llvmPackages_14: 14.0.1 -> 14.0.6
2022-07-10 17:10:49 +01:00
Sergei Trofimovich
a836e72398
Merge pull request #180824 from trofi/fix-gcc-12-for-musl
pkgsMusl.gcc12: backport build fix (PR106102)
2022-07-10 17:10:13 +01:00
github-actions[bot]
4bff9bab6b
Merge staging-next into staging 2022-07-10 12:02:29 +00:00
Marek Fajkus
30874a7b94
elmPackages: semi-automatic update of nodejs packages 2022-07-10 11:33:02 +02:00
github-actions[bot]
12be7ca6e2
Merge staging-next into staging 2022-07-10 00:03:45 +00:00
Sergei Trofimovich
8f00857bf9 pkgsMusl.gcc12: backport build fix (PR106102)
Without the change gcc-12 on musl fails to build due to system headers
poisoning:

    /build/build/./prev-gcc/xg++ ... ../../gcc-13-20220626/gcc/cp/mapper-resolver.cc
        In file included from /<<NIX>>/musl-1.2.3-dev/include/pthread.h:30,
                 from /build/build/prev-x86_64-unknown-linux-musl/libstdc++-v3/include/x86_64-unknown-linux-musl/bits/gthr-default.h:35,
                 ....
                 from /build/build/prev-x86_64-unknown-linux-musl/libstdc++-v3/include/memory:77,
                 from ../../gcc-13-20220626/gcc/../libcody/cody.hh:24,
                 from ../../gcc-13-20220626/gcc/cp/../../c++tools/resolver.h:25,
                 from ../../gcc-13-20220626/gcc/cp/../../c++tools/resolver.cc:23,
                 from ../../gcc-13-20220626/gcc/cp/mapper-resolver.cc:32:
    /<<NIX>>/musl-1.2.3-dev/include/sched.h:84:7: error: attempt to use poisoned "calloc"
       84 | void *calloc(size_t, size_t);
          |       ^
    /<<NIX>>/musl-1.2.3-dev/include/sched.h:124:36: error: attempt to use poisoned "calloc"
      124 | #define CPU_ALLOC(n) ((cpu_set_t *)calloc(1,CPU_ALLOC_SIZE(n)))
          |                                    ^

The change pulls upstream fix as is.
2022-07-09 09:35:25 +01:00
Mario Rodas
1ba6a57887 mlkit: 4.5.9 -> 4.6.1 2022-07-09 04:20:00 +00:00
Elliott Slaughter
3593e17c89 terra: 1.0.0-beta5 -> 1.0.4 2022-07-08 16:25:48 -07:00
Fabián Heredia Montiel
d64ee0ff26 kotlin-native: 1.7.0 → 1.7.10 2022-07-08 16:29:10 -05:00
Fabián Heredia Montiel
7e4e497c43 kotlin: 1.7.0 → 1.7.10 2022-07-08 16:29:10 -05:00
R. Ryantm
92230534fe cmdstan: 2.29.2 -> 2.30.0 2022-07-08 06:37:48 +00:00
github-actions[bot]
2b26752329
Merge staging-next into staging 2022-07-08 06:01:53 +00:00
github-actions[bot]
f08a2153bf
Merge master into staging-next 2022-07-08 06:01:15 +00:00
R. Ryantm
8bf5c1d44c carp: 0.5.4 -> 0.5.5 2022-07-08 04:57:18 +00:00
Lassulus
1ba4ca5995
Merge pull request #172715 from OPNA2608/update/acme
acme: unstable-2021-02-14 -> unstable-2021-11-05
2022-07-08 04:06:22 +02:00
R. Ryantm
f6e067090d closurecompiler: 20220502 -> 20220601 2022-07-07 21:32:53 +00:00
Ivan Kozik
34c77f1e8d llvmPackages_14: 14.0.1 -> 14.0.6 2022-07-07 19:34:17 +00:00
R. Ryantm
70d8afaf72 aspectj: 1.9.7 -> 1.9.9.1 2022-07-07 19:14:01 +00:00
Martin Weinelt
1c4ee228e2 Merge remote-tracking branch 'origin/staging-next' into staging 2022-07-07 19:20:35 +02:00
Vladimír Čunát
c869aa9ac9
Merge branch 'master' into staging-next
The purpose is to integrate the usual Haskell rebuild.
2022-07-07 18:50:02 +02:00
Jan Tojnar
d910a8b8a5 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/data/icons/zafiro-icons/default.nix
2022-07-07 14:24:09 +02:00
Vladimír Čunát
43f9c191bf
Merge #110571: treewide: migrate to -fno-common
...into staging
2022-07-07 10:06:38 +02:00
Aaron L. Zeng
4f6ddfdd23 Add Jane Street ocaml packages version 0.15
- ocamlPackages.tls*: 0.15.2 -> 0.15.3
- ocamlPackages.bistro: unstable-2021-11-13 -> unstable-2022-05-07
- ocamlPackages.phylogenetics: 0.1.0 -> unstable-2022-05-06
2022-07-07 00:32:11 -04:00
github-actions[bot]
5dcf079fac
Merge master into haskell-updates 2022-07-07 00:15:12 +00:00
github-actions[bot]
c0b6f4c121
Merge master into staging-next 2022-07-07 00:02:29 +00:00
ajs124
2837f807c9
Merge pull request #180066 from helsinki-systems/rem/nodejs-12_x
nodejs-12_x: remove
2022-07-06 23:09:28 +02:00
Gaelan Steele
5b47eb13ac gcc, clang11: don't force -fcommon on GCC 10 or clang11
GCC 10 sets -fno-common by default. This broke some packages, so
when moving to GCC 10 we initially disabled this behavior. This
commit reverts that, bringing us closer to the standard and
upstream.

Co-authored-by: Sergei Trofimovich <slyich@gmail.com>
2022-07-06 08:37:00 +01:00
sternenseemann
0083a683d7 Revert "llvmPackages: do not include static archives when shared…"
Reverts #162607 / 1748887ff2.

Reason for revert: This change caused llvm-config{,-native} to be unable
to find static archives bundled with LLVM, as has been [reported]. Ever
since #152944 using moveToOutput in LLVM is _evil_ because llvm-config
obtains it knowledge about the installation locations from the CMake
configure step.

Consequently a change like #162607 will need to be implemented by making
LLVM itself install the static archives to the correct location or by
adding yet another patch which updates llvm-config's knowledge of the
location. The latter is not desireable in my opinion, though, since it
is just asking for this sort of trouble: Before #152944 we had an
outputs.patch that did this sort of things which broke spectacularly in
edge cases.

Fixes #148117.

[reported]: https://github.com/NixOS/nixpkgs/issues/148117#issuecomment-1158245576
2022-07-05 15:03:12 +02:00
ajs124
c4b8828630 treewide: node*.nix remove references to nodejs-12_x 2022-07-04 15:33:57 +02:00
Josef Kemetmüller
bcd7045998 treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
2022-07-04 03:49:01 +03:00
github-actions[bot]
3e2f6a2e9c
Merge master into haskell-updates 2022-07-04 00:15:53 +00:00
github-actions[bot]
116e8e939b
Merge staging-next into staging 2022-07-03 18:01:49 +00:00
github-actions[bot]
fc65c5c219
Merge master into staging-next 2022-07-03 18:01:12 +00:00
Bobby Rong
cd7348a375
Merge pull request #179368 from ereslibre/bump-unison-m3
unison: M2l -> M3
2022-07-03 20:47:36 +08:00
github-actions[bot]
9d5f237bbd
Merge staging-next into staging 2022-07-03 12:01:55 +00:00
github-actions[bot]
00b3f42427
Merge master into staging-next 2022-07-03 12:01:23 +00:00
github-actions[bot]
42c3938c35
Merge master into haskell-updates 2022-07-03 00:15:38 +00:00
Sergei Trofimovich
7be0e091bd sbcl: pull darwin fix pending upstream inclusion for -fno-common toolchains
Without the change build fails on darwin as:

    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        traceroot.o
    duplicate symbol '_static_code_space_free_pointer' in:
        alloc.o
        gencgc.o
2022-07-02 18:53:43 +01:00
github-actions[bot]
8517eca5ed
Merge staging-next into staging 2022-07-02 12:01:53 +00:00
github-actions[bot]
cc49d572ac
Merge master into staging-next 2022-07-02 12:01:18 +00:00
Alyssa Ross
6f9359a504 rustc: mark broken for dynamic Musl target 2022-07-02 09:04:37 +00:00
Alyssa Ross
8004d0e497 rustc: 1.61.0 -> 1.62.0 2022-07-02 09:04:07 +00:00
github-actions[bot]
70fcdaa82a
Merge master into haskell-updates 2022-07-02 00:14:56 +00:00
github-actions[bot]
1961d0a79b
Merge master into staging-next 2022-07-02 00:01:58 +00:00
Vladimír Čunát
97be985277
Merge #179534: gcc10: 10.3.0 -> 10.4.0 (into staging) 2022-07-01 23:06:48 +02:00
Karanjot Singh
28a328a124 zulu: build for aarch64-darwin
zulu: build for aarch64-darwin

fixed indentation and spaces

minor changes and formatting
2022-07-01 21:30:08 +02:00
github-actions[bot]
7907ea3c9b
Merge staging-next into staging 2022-07-01 18:02:00 +00:00
Jan Tojnar
9095659f80
Merge pull request #177414 from zendo/blueprint-update
blueprint-compiler: 2022-05-27 -> 0.2.0
2022-07-01 19:42:25 +02:00
zendo
420f7d191c blueprint-compiler: 2022-05-27 -> 0.2.0
remove wrapPython
2022-07-01 23:51:58 +08:00
Adam Joseph
86c7c0917f
haskell.compiler.ghc865Binary: add powerpc64le bootstrap 2022-07-01 13:05:30 +02:00
Mario Rodas
7a1c2f7808 sbcl_2_2_6: init at 2.2.6 2022-07-01 04:20:00 +00:00
github-actions[bot]
59d90df7f0
Merge master into haskell-updates 2022-07-01 00:14:49 +00:00
Bobby Rong
db32ac6f9a
Merge pull request #179028 from r-ryantm/auto-update/corral
pony-corral: 0.5.7 -> 0.6.0
2022-06-30 19:42:52 +08:00
Tero Tervala
7f3cdfd2ba dtc: fix static building 2022-06-30 07:39:30 +00:00
github-actions[bot]
4b87d7949b
Merge master into haskell-updates 2022-06-30 00:13:21 +00:00
Sandro
efe337790d
Merge pull request #179018 from fgaz/qbe/1.0
qbe: unstable-2022-04-11 -> 1.0
2022-06-29 22:39:57 +02:00
Vladimír Čunát
3f88d51e02
gcc10: 10.3.0 -> 10.4.0
Patches: the two seemed included in the release;
I also checked that the conditional patches still all apply.
2022-06-29 10:07:32 +02:00
David Guibert
df653dcfbc cudatoolkit: get redistrib_11.7.0.json
from https://developer.download.nvidia.com/compute/cuda/redist/
2022-06-29 09:28:02 +02:00
ajs124
0c35b851e4 maintainers: remove kkallio
no github account linked
2022-06-29 00:55:00 +02:00
ajs124
99466ee39e maintainers: remove petabyteboy
github account deleted
2022-06-29 00:52:12 +02:00
ajs124
eec156df9c maintainers: remove muflax
github account deleted
2022-06-29 00:52:12 +02:00
ajs124
a0718341e6 maintainers: remove volth
github account deleted
2022-06-29 00:52:12 +02:00
Dennis Gosnell
c9e0650b51
Merge pull request #177948 from lf-/apply-haddock-hyperlinking-patch
ghc8107-ghc923: patch haddock to generate correct source links
2022-06-28 15:30:49 +09:00
Rafael Fernández López
0f13607076
unison: M2l -> M3 2022-06-27 22:39:48 +03:00
logo4poop
b60e7072c9 Updated Haxe 4.2.1 -> 4.2.5 and added myself to the maintainer list 2022-06-26 22:31:13 -04:00
github-actions[bot]
b1e76b5db1
Merge master into staging-next 2022-06-27 00:02:25 +00:00
Sergei Trofimovich
ce6f0bee59 bs-platform: workaround -fno-common build failure on aarch64
Without the change -fno-common toolchain like llvm-11 fails as:

    ld: libcamlrun.a(minor_gc.o):/build/ocaml/byterun/caml/major_gc.h:67: multiple definition of
      `caml_major_ring'; libcamlrun.a(stacks.o):/build/ocaml/byterun/caml/major_gc.h:67: first defined here
2022-06-26 22:29:26 +01:00
github-actions[bot]
fc87d5f80d
Merge master into staging-next 2022-06-26 18:01:24 +00:00
Sandro
e34dacbae8
Merge pull request #178620 from willcohen/emcc-bump 2022-06-26 19:12:35 +02:00
sternenseemann
1216772f5d haskell.compiler.ghc922Binary: init at 9.2.2
Since the musl / alpine bindist now uses the GMP backend, we need to
learn to tell Hadrian bindists about GMP. Hadrian bindists no longer
have the buildinfo files, instead we need to patch the package db before
installing and recache it afterwards which is not too hard, luckily.
Same goes for libiconv and base as well as libffi and rts on
darwin (those bindists are all produced using hadrian).

See also: https://gitlab.haskell.org/ghc/ghc/-/issues/21554#note_431000

Note that pkgsMusl.haskell.compiler.ghc922Binary still has severe
issues: It can't produce shared libraries because the bindist ships
none (and using the GMP backend has a hard requirement for shared
objects, apparently) and ghci segfaults for unknown reasons at the
moment. However, I've successfully compiled hadrian with it so far, so
perhaps it's good enough.
2022-06-26 13:50:16 +02:00
R. Ryantm
8d048edb7c pony-corral: 0.5.7 -> 0.6.0 2022-06-25 14:53:56 +00:00