Commit graph

12007 commits

Author SHA1 Message Date
Sandro ede2e8d91e
Merge pull request #173633 from trofi/fix-fno-common-for-ccl
ccl: pull upstream fix for -fno-common
2022-05-19 19:33:50 +02:00
Sandro 161a60ceb7
Merge pull request #172861 from vbgl/jasmin-2022.04
jasmin-compiler: 21.0 → 2022.04.0
2022-05-19 19:17:51 +02:00
Sergei Trofimovich 7470efb0d3 ccl: pull upstream fix for -fno-common
Without the change build fails on upstream gcc-10 as:

    ld: x86_print.o:/build/ccl/lisp-kernel/linuxx8664/../area.h:111: multiple definition of
      `tcr_area_lock'; pmcl-kernel.o:/build/ccl/lisp-kernel/linuxx8664/../area.h:111: first defined here
2022-05-19 15:56:05 +01:00
Sergei Trofimovich b8b36a3fba
Merge pull request #173471 from trofi/workaround-fno-common-for-yap
yap: add -fcommon workaround
2022-05-19 07:17:36 +00:00
Shea Levy 5726b8faec
go_1_18: Fix build when targetting MinGW 2022-05-18 08:13:11 -04:00
Shea Levy f4033eeeaf
go: Fix build when targetting MinGW 2022-05-18 08:12:51 -04:00
Sergei Trofimovich 12f04ef16e yap: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: libYap.a(pl-dtoa.o):/build/yap-6.3.3/H/pl-yap.h:230: multiple definition of `ATOM_';
      libYap.a(pl-buffer.o):/build/yap-6.3.3/H/pl-yap.h:230: first defined here
2022-05-18 08:32:22 +01:00
Madoura a44de15349
vlang: 2022.19 -> 2022.20 2022-05-17 06:23:29 -05:00
github-actions[bot] c8608fae00
Merge master into staging-next 2022-05-16 00:03:24 +00:00
Patrick Mahoney ad0d13cf37 koka: 2.3.6 -> 2.3.8
Include fix for mimalloc on darwin; see
https://github.com/koka-lang/koka/issues/243
2022-05-15 15:02:03 -05:00
github-actions[bot] a44988ac0d
Merge master into staging-next 2022-05-15 06:01:17 +00:00
Madoura 26da0bc974
vlang: weekly.2021.51 -> weekly.2022.19 2022-05-14 18:59:38 -05:00
github-actions[bot] dae6d3bb73
Merge master into staging-next 2022-05-14 12:01:17 +00:00
Jörg Thalheim 820177eded
Merge pull request #172335 from gbtb/dotnet_31_icu
dotnet: fixed runtime error for dotnet 3.1 after icu update
2022-05-14 07:27:13 +01:00
github-actions[bot] b0b4881903
Merge master into staging-next 2022-05-14 06:13:28 +00:00
github-actions[bot] 3328bc9666
Merge master into staging-next 2022-05-14 00:02:10 +00:00
Robert Scott 55f51ff7c1 mruby: 3.0.0 -> 3.1.0 2022-05-14 01:01:08 +01:00
Ben Siraphob 5b5d5f1156
Merge pull request #172582 from tjni/update-vyper 2022-05-13 15:46:40 -05:00
github-actions[bot] bcb22e9a7b
Merge master into staging-next 2022-05-13 18:01:23 +00:00
Artturi 197681059f
Merge pull request #172271 from Artturin/crystalbuildstrict 2022-05-13 20:50:11 +03:00
Sandro c1b015df49
Merge pull request #172261 from jbedo/mercury 2022-05-13 17:30:11 +02:00
Vincent Laporte aee00ac405
jasmin-compiler: 21.0 → 2022.04.0 2022-05-13 14:08:29 +02:00
gbtb e40670371e dotnet: added icu attributes to hash auto-generation script 2022-05-13 21:50:26 +10:00
github-actions[bot] 97ea1401a7
Merge master into staging-next 2022-05-13 00:03:00 +00:00
Justin Bedo 0d41bc81d6
mercury: 20.06.1 -> 22.01.1 2022-05-13 08:48:16 +10:00
Gaelan Steele da2f2d49a6 fpc: fix build on aarch64
glibc 2.34 broke it; apply an unreleased patch from upstream
2022-05-12 19:34:43 +00:00
github-actions[bot] 6b23d26afc
Merge master into staging-next 2022-05-12 18:02:25 +00:00
Otavio Salvador 0922bf32f4 go_1_18: 1.18.1 -> 1.18.2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-12 23:15:21 +10:00
Otavio Salvador bee3e742ef go_1_17: 1.17.9 -> 1.17.10
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-12 23:15:12 +10:00
Sergei Trofimovich b125089f5a alan_2: add -fcommon workaround for gcc-10
Without the change the build against upstream gcc-10 build fails as:

    ld: smScSema.o:/build/source/compiler/smScSema.c:135:
        multiple definition of `charset'; options.o:/build/source/compiler/options.c:16: first defined here

Use -fcommon as a workeround until upstream updates the code.
2022-05-12 08:22:23 +01:00
Theodore Ni 7f68e42883
vyper: 0.3.1 -> 0.3.3
https://github.com/vyperlang/vyper/releases/tag/v0.3.3
2022-05-11 11:21:25 -05:00
github-actions[bot] 90db968124
Merge staging-next into staging 2022-05-10 21:23:59 +00:00
Thiago Kenji Okada 80ab09047a
Merge pull request #172350 from WolfangAukang/vyper-fix
vyper: relax semantic-version dependency
2022-05-10 22:18:53 +01:00
P. R. d. O eee661ba01
vyper: relax semantic-version dependency 2022-05-10 14:38:56 -06:00
github-actions[bot] 3a79190750
Merge staging-next into staging 2022-05-10 18:01:50 +00:00
Vincent Laporte cbd4728f8a opa: drop spurious dependency on cryptokit 2022-05-10 17:47:59 +02:00
gbtb 611be96fd9 dotnet: fixed runtime error for dotnet 3.1 after icu update 2022-05-10 23:04:45 +10:00
github-actions[bot] 1a3de31faa
Merge staging-next into staging 2022-05-10 12:11:45 +00:00
Vladimír Čunát 148df9e42e
Merge #171830: gcc12, gfortran12, gnat12: init at 12.1.0 2022-05-10 10:59:28 +02:00
Artturin 5e3b4a6eaf crystal: enable strictDeps 2022-05-10 05:20:36 +03:00
Artturin a0d4618e7f buildCrystalPackage: enable strictDeps
it improves package correctness and keeps cross-compilation in good
health
there aren't many uses of buildCrystalPackage in nixpkgs yet so imo its
safe to turn it on

python builder, rust build, go builder, and others all turn it on
2022-05-10 04:57:46 +03:00
github-actions[bot] 2282e994f2
Merge staging-next into staging 2022-05-10 00:02:52 +00:00
mat ess 4fc665856d nim: 1.6.4 -> 1.6.6 2022-05-09 13:34:07 -05:00
github-actions[bot] 31938a3f5c
Merge staging-next into staging 2022-05-09 00:03:28 +00:00
github-actions[bot] f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Rick van Schijndel f62e248d09
Merge pull request #171531 from nagy/chicken-recurse
chickenPackages: recurse into attrs
2022-05-08 20:36:14 +02:00
github-actions[bot] 6ab1fe48df
Merge staging-next into staging 2022-05-08 18:01:43 +00:00
github-actions[bot] e92815729d
Merge master into staging-next 2022-05-08 18:01:10 +00:00
ajs124 c1602f79c3
Merge pull request #170827 from mweinelt/openjdk-eols
openjdk: mark major version 12 through 16 as EOL
2022-05-08 18:32:38 +01:00
github-actions[bot] 049ba92990
Merge staging-next into staging 2022-05-08 06:01:58 +00:00