-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 3376dbda2413
head repository: NixOS/nixpkgs-channels
compare: b3ad548f0b0e
Commits on Dec 10, 2018
-
aerospike: Disables build on aarch64
The issue with its inclusion in the manual has been side-stepped by matching on the platforms in supports.
Configuration menu - View commit details
-
Copy full SHA for abcb25b - Browse repository at this point
Copy the full SHA abcb25bView commit details -
aften: Disables build on aarch64-linux
It looks like it would be a trivial fix with `-Wno-shift-negative-value`, but in the end it fails with: ``` [100%] Linking C executable aften libaften_static.a(a52enc.o): In function `aften_encode_init': a52enc.c:(.text+0x303c): undefined reference to `apply_simd_restrictions' collect2: error: ld returned 1 exit status ``` So it looks like it's not simply a warning issue.
Configuration menu - View commit details
-
Copy full SHA for bb27520 - Browse repository at this point
Copy the full SHA bb27520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45db900 - Browse repository at this point
Copy the full SHA 45db900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01e78db - Browse repository at this point
Copy the full SHA 01e78dbView commit details -
gsl_1: Disables build on aarch64-linux
* https://hydra.nixos.org/build/84910540 ``` Making check in eigen make[1]: Entering directory '/build/gsl-1.16/eigen' make test make[2]: Entering directory '/build/gsl-1.16/eigen' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c test.c /nix/store/bsb6596kk4fp20hyl9yl55xwv1ax4b6s-bash-4.4-p23/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o test test.o libgsleigen.la ../test/libgsltest.la ../linalg/libgsllinalg.la ../permutation/libgslpermutation.la ../blas/libgslblas.la ../cblas/libgslcblas.la ../matrix/libgslmatrix.la ../vector/libgslvector.la ../block/libgslblock.la ../complex/libgslcomplex.la ../ieee-utils/libgslieeeutils.la ../sys/libgslsys.la ../err/libgslerr.la ../utils/libutils.la ../rng/libgslrng.la ../sort/libgslsort.la -lm libtool: link: gcc -g -O2 -o .libs/test test.o ./.libs/libgsleigen.a ../test/.libs/libgsltest.a ../linalg/.libs/libgsllinalg.a ../permutation/.libs/libgslpermutation.a ../blas/.libs/libgslblas.a ../cblas/.libs/libgslcblas.so ../matrix/.libs/libgslmatrix.a ../vector/.libs/libgslvector.a ../block/.libs/libgslblock.a ../complex/.libs/libgslcomplex.a ../ieee-utils/.libs/libgslieeeutils.a ../sys/.libs/libgslsys.a ../err/.libs/libgslerr.a ../utils/.libs/libutils.a ../rng/.libs/libgslrng.a ../sort/.libs/libgslsort.a -lm -Wl,-rpath -Wl,/nix/store/rz7sjaxwm3qf6nk9kk90v1qf81y1s62v-gsl-1.16/lib make[2]: Leaving directory '/build/gsl-1.16/eigen' make check-TESTS make[2]: Entering directory '/build/gsl-1.16/eigen' make[3]: Entering directory '/build/gsl-1.16/eigen' FAIL: test make[4]: Entering directory '/build/gsl-1.16/eigen' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/gsl-1.16/eigen' ==================================== gsl 1.16: eigen/test-suite.log ==================================== .. contents:: :depth: 2 FAIL: test ========== FAIL: herm random, normalized(1), unsorted (0.999999999999999112 observed vs 1 expected) [117761] FAIL: herm random, normalized(2), val/asc (0.999999999999999112 observed vs 1 expected) [117789] FAIL: herm random, normalized(0), val/desc (0.999999999999999112 observed vs 1 expected) [117811] FAIL: herm random, normalized(1), abs/asc (0.999999999999999112 observed vs 1 expected) [117836] FAIL: herm random, normalized(1), abs/desc (0.999999999999999112 observed vs 1 expected) [117860] ```
Configuration menu - View commit details
-
Copy full SHA for 8a115d5 - Browse repository at this point
Copy the full SHA 8a115d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4a617 - Browse repository at this point
Copy the full SHA fa4a617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 516f436 - Browse repository at this point
Copy the full SHA 516f436View commit details -
aspino: Disable build on aarch64-linux
This is due to glucose not building.
Configuration menu - View commit details
-
Copy full SHA for 7aabdea - Browse repository at this point
Copy the full SHA 7aabdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1dfd3 - Browse repository at this point
Copy the full SHA 5e1dfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448302d - Browse repository at this point
Copy the full SHA 448302dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12fabbd - Browse repository at this point
Copy the full SHA 12fabbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d6719 - Browse repository at this point
Copy the full SHA 38d6719View commit details -
boost: Fixes disabling for aarch64-linux for <1.59
Between 2b45037 and the current revision, the semantics behind "platforms" changed, and removing the "aarch64-linux" string doesn't work anymore to filter it out. Instead, blacklist the platform using the (comparatively) new badPlatforms.
Configuration menu - View commit details
-
Copy full SHA for 3487ff9 - Browse repository at this point
Copy the full SHA 3487ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5018931 - Browse repository at this point
Copy the full SHA 5018931View commit details -
bud: Disable build on aarch64-linux
Furthermore, this package needs to either be dropped or updated. The version packaged is old, and the project has been abandoned by upstream.
Configuration menu - View commit details
-
Copy full SHA for e86b1b9 - Browse repository at this point
Copy the full SHA e86b1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea20a68 - Browse repository at this point
Copy the full SHA ea20a68View commit details -
chez: Disable on aarch64-linux
There is no "arm64" machine, and using "arm32le" does not work.
Configuration menu - View commit details
-
Copy full SHA for 71fe654 - Browse repository at this point
Copy the full SHA 71fe654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1670768 - Browse repository at this point
Copy the full SHA 1670768View commit details
Commits on Dec 19, 2018
-
nixos/release-combined: adds aarch64-linux as supported
This was previously removed in 74c4e30. This will allow hydra to build iso and sd images for aarch64-linux, and share a common channel with the x86-based platforms.
Configuration menu - View commit details
-
Copy full SHA for 36a0c13 - Browse repository at this point
Copy the full SHA 36a0c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab5ef7 - Browse repository at this point
Copy the full SHA 8ab5ef7View commit details
Commits on Dec 20, 2018
-
nixos/release-combined.nix: Filters failing tests
And filters out JDK which can't be built on aarch64-linux.
Configuration menu - View commit details
-
Copy full SHA for 42e7e39 - Browse repository at this point
Copy the full SHA 42e7e39View commit details -
liquibase: fix missing dependencies
Philipp Middendorf committedDec 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 7d270d9 - Browse repository at this point
Copy the full SHA 7d270d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a297c - Browse repository at this point
Copy the full SHA 19a297cView commit details
Commits on Dec 21, 2018
-
Merge pull request #52600 from liamdawson/patch-1
plex: 1.14.0.5470 -> 1.14.1.5488
Configuration menu - View commit details
-
Copy full SHA for 0251d35 - Browse repository at this point
Copy the full SHA 0251d35View commit details -
Merge pull request #52587 from plapadoo/liquibase-temporary-fix-jars
liquibase: fix missing dependencies
Configuration menu - View commit details
-
Copy full SHA for a2389cc - Browse repository at this point
Copy the full SHA a2389ccView commit details -
Merge pull request #52534 from samueldr/aarch64/supported
nixos/release-combined: adds aarch64-linux as supported
Configuration menu - View commit details
-
Copy full SHA for 7b2b5b3 - Browse repository at this point
Copy the full SHA 7b2b5b3View commit details -
Merge pull request #51813 from samueldr/aarch64/disable-non-arm-build…
…s-part-1 aarch64: ZHF for aarch64 (1/??)
Configuration menu - View commit details
-
Copy full SHA for 3c38cc8 - Browse repository at this point
Copy the full SHA 3c38cc8View commit details -
CODEOWNERS: add @volth to Perl
volth authoredDec 21, 2018 Configuration menu - View commit details
-
Copy full SHA for a083837 - Browse repository at this point
Copy the full SHA a083837View commit details -
Merge pull request #52604 from volth/patch-296
CODEOWNERS: add @volth to Perl
Configuration menu - View commit details
-
Copy full SHA for b3ad548 - Browse repository at this point
Copy the full SHA b3ad548View commit details
There are no files selected for viewing