3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

8699 commits

Author SHA1 Message Date
Tim Steinbach be0c84f362
scala: 2.13.3 → 2.13.4 2020-11-20 16:27:43 +00:00
Austin Seipp f6d423470a
picat: 3.0p2 -> 3.0p3, co-maintain
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:36:27 -06:00
R. RyanTM 01d13735d1 gleam: 0.12.0 -> 0.12.1 2020-11-19 22:41:11 -08:00
Michael Raskin ec695db02f
Merge pull request #104166 from doronbehar/pkg/julia/cleanup
julia: Disable tests for 1.3.1, and make 1.5.3 the default
2020-11-19 14:53:38 +00:00
Jörg Thalheim 72f6df338d remove genesis maintainer
genesis has no longer access to github
2020-11-18 22:37:56 -08:00
Doron Behar 345813e6de julia_13: Disable tests 2020-11-18 15:33:03 +02:00
Michael Raskin 8e5f885ba0
Merge pull request #103783 from doronbehar/pkg/julia/lts
julia_10: rewrite
2020-11-17 19:42:16 +00:00
Fabián Heredia Montiel bc029589d4 crystal: refactor and add 0.35.1 2020-11-17 22:19:04 +08:00
Anderson Torres dced59203c
Merge pull request #103942 from AndersonTorres/wip-cc65
cc65: init at 2.18
2020-11-17 09:14:28 -03:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02: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
Tim Steinbach 01816a4bf1
Merge pull request #102418 from asbachb/openjdk11-from-github
openjdk: download from mercurial repository to GitHub
2020-11-16 20:26:05 -05:00
Doron Behar b23ac198b7
Merge pull request #103960 from gnidorah/my 2020-11-16 19:15:56 +02:00
gnidorah 30c889090a pakcs: 2.2.0 -> 2.2.1 2020-11-16 13:42:13 +03:00
Frederik Rietdijk 986c2d36da Merge master into staging-next 2020-11-16 09:01:53 +01:00
AndersonTorres d024fa5ef8 cc65: init at 2.18 2020-11-15 20:49:58 -03:00
Mark Hudnall 79b78663e5
chicken: support darwin platform (#103748)
Darwin was not included as a supported platform for chicken. However, it compiled and
worked fine after bypassing unsupported platforms.

We make two changes to chicken's derivation. First, we add darwin as a supported
platform.

Second, we set some envvars that force the build to use nix-supplied build
tools. Chicken's Makefile for macOS hardcodes paths to gcc and other build tools
(see
https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=blob;f=Makefile.macosx;h=5d4d9b0aa1bb4c95e1ba7a55f9586fa86ee5034f;hb=317468e4994e6245d787400359726a9fb97d5d60#l31). We
override these envvars to use the wrapped $CC and bintools provided by nix to make
the build pure.
2020-11-15 09:11:56 -05:00
Michael Raskin 572bf2b5cb
Merge pull request #103696 from sternenseemann/abcl-src-hash
abcl: update source archive hash
2020-11-14 15:51:30 +00:00
Frederik Rietdijk da6239dab3 Merge #98541 into staging-next 2020-11-14 09:19:31 +01:00
Christoph Stich 5a5cb550dd
julia: init at 1.5 (#101933) 2020-11-13 21:43:50 +00:00
Frederik Rietdijk 463f738cc6 Merge master into staging-next 2020-11-13 20:58:35 +01:00
sternenseemann e9267c8890 abcl: update source archive hash
Seems like the source archive for abcl 1.8.0 was replaced on 2020-10-30
on both common-lisp.net and abcl.org. Now using the new hash and
abcl.org for src.
2020-11-13 13:56:57 +01:00
Mario Rodas 2586d91423
Merge pull request #103551 from r-ryantm/auto-update/souffle
souffle: 2.0.1 -> 2.0.2
2020-11-12 20:41:44 -05:00
zowoq a25913605b go_1_15: 1.15.4 -> 1.15.5 2020-11-13 11:19:34 +10:00
zowoq 1692a8a584 go_1_14: 1.14.11 -> 1.14.12 2020-11-13 11:19:34 +10:00
Austin Seipp a22061adef
nextpnr: 2020.08.22 -> 2020.11.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-12 15:23:03 -06:00
Austin Seipp e80eeae690
yosys: 2020.10.20 -> 0.9+3675 (new version scheme)
Yosys now has their own official scheme for tagging unstable builds;
an automation robot appears from the darkness once every few hours,
bumps the version number, and disappears as silently as they came.

While Nix packages use a date-based version format for unstable
packages, many (most!) users of Yosys use an unstable version.  And so
synchronizing the version of the Nix package with the repository version
is significantly less confusing to users. This also adds a safeguard to
ensure others don't forget to bump the version number correctly in the
future.

The testsuite also saw an overhaul (now parallel to help build time), so
some tweaks were needed to get it working again.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-12 15:23:03 -06:00
Jörg Thalheim d512e500d4
Merge pull request #103503 from jcumming/bluespec-maintainer 2020-11-12 08:27:27 +01:00
Vincent Laporte ee4559129a compcert: remove annoying assertions 2020-11-12 08:20:05 +01:00
R. RyanTM e293949e42 souffle: 2.0.1 -> 2.0.2 2020-11-12 04:22:54 +00:00
Felix Tenley e60fc2ca56 dotnetCorePackages.sdk_5_0: 5.0.100-rc.1.20452.10 -> 5.0.100 2020-11-11 15:35:23 -08:00
Felix Tenley a3604fc39d dotnetCorePackages.aspnetcore_5_0: init at version 5.0.0 2020-11-11 15:35:23 -08:00
Felix Tenley c112ab2f1d dotnetCorePackages.net_5_0: init at version 5.0.0 2020-11-11 15:35:23 -08:00
R. RyanTM dcab90488c dasm: 2.20.14 -> 2.20.14.1 2020-11-11 14:33:55 -08:00
Anderson Torres 55153b8b48
Merge pull request #103110 from AndersonTorres/4th
4th: init at 3.62.5
2020-11-11 19:20:08 -03:00
Jack Cummings d6af8fd0dc bluespec maintainer flokli -> jcumming (#103487) 2020-11-11 13:40:31 -08:00
Frederik Rietdijk 4076ffe580 Merge staging-next into staging 2020-11-11 16:00:34 +01:00
moinessim 24c8927c4a
fsharp41: Add patch to avoid type inference error. (#103223)
https://github.com/mono/mono/pull/13109/

Co-authored-by: Moises Nessim <moises.nessim@topmanage.com>
2020-11-10 12:52:13 +00:00
Frederik Rietdijk 8aaf2e60e5 Merge staging-next into staging 2020-11-09 14:49:10 +01:00
Frederik Rietdijk 20f001c01e Merge master into staging-next 2020-11-09 14:33:52 +01:00
Jörg Thalheim f77eb9bb4d
Merge pull request #101773 from oxalica/rust-analyzer 2020-11-09 14:26:21 +01:00
Chris Double 02004e4a1f ponyc: remove myself as maintainer 2020-11-09 11:44:51 +00:00
Andrew Childs ddd17201ab compiler-rt: prevent platform sniffing on Darwin
Exposed by the tbd stubs which contains fat libraries. The previously
used proxy libraries were x86_64 only.
2020-11-09 20:00:39 +09:00
Andrew Childs fece3eb2e9 darwin/stdenv: refactoring
Build the llvm support libraries (libcxx, libcxxabi) from scratch
without using the existing llvm libraries. This is the same spirit and
similar implementation as the "useLLVM" bootstrap in llvm package
sets. Critically it avoids having libcxxabi provided by the cc-wrapper
when building libcxx, which otherwise results in two libcxxabi
instances.

$ otool -L /nix/store/vd4vvgs9xngqbjzpg3qc41wl6jh42s9i-libc++-7.1.0/lib/libc++.dylib
/nix/store/vd4vvgs9xngqbjzpg3qc41wl6jh42s9i-libc++-7.1.0/lib/libc++.dylib:
        /nix/store/vd4vvgs9xngqbjzpg3qc41wl6jh42s9i-libc++-7.1.0/lib/libc++.1.0.dylib (compatibility version 1.0.0, current version 1.0.0)
        /nix/store/gmpwk5fyp3iasppqrrdpswxvid6kcp8r-libc++abi-7.1.0/lib/libc++abi.dylib (compatibility version 1.0.0, current version 1.0.0)
        /nix/store/3hn7azynqgp2pm5gpdg45gpq0ia72skg-libc++abi-7.1.0/lib/libc++abi.dylib (compatibility version 1.0.0, current version 1.0.0)
        /nix/store/1nq94scbxs6bk7pimqhvz76q6cfmbv97-Libsystem-osx-10.12.6/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)

Additionally move some utilities (clang, binutils, coreutils, gnugrep)
to the stage layers so they can be replaced before the final
stdenv. This should cause most of stage4 to be built from the
toolchain assembled as of stage3 instead of the bootstrap toolchain.
2020-11-09 20:00:39 +09:00
AndersonTorres 2898985747 4th: init at 3.62.5 2020-11-08 01:48:09 -03:00
Michael Raskin ba70a79f3c
Merge pull request #102936 from fare-patches/fare
Gerbil Update
2020-11-07 21:06:03 +00:00
Daniël de Kok e6d597a0ac
Merge pull request #102848 from toothbrush/master
mercury: 20.06 -> 20.06.1
2020-11-07 20:58:13 +01:00
Daniël de Kok 126e5c1bd1
Merge pull request #102964 from LibreCybernetics/update-ldc
ldc: 1.20.1 -> 1.24.0
2020-11-07 08:12:01 +01:00
Peter Stewart ade59d25e8 mono6: 6.0.0.313 -> 6.12.0.90 2020-11-06 14:39:56 -08:00
Peter Simons e0073ccae7 ghcjs: mark build broken 2020-11-06 21:38:28 +01:00