Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

double-conversion: 3.0.0 -> 3.1.1 #47080

Merged
merged 1 commit into from Sep 21, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/double-conversion/versions.

meta.description for double-conversion is: '"Binary-decimal and decimal-binary routines for IEEE doubles"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/39d85a2e0fc46005d82f561b2f84ea44f0a74375.tar.gz -p double-conversion
ls -la /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1

cc @abbradar for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/double-conversion/versions
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: double-conversion

Partial log (click to expand)

-- Installing: /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionTargets.cmake
-- Installing: /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionTargets-release.cmake
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1
shrinking /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1/lib/libdouble-conversion.so.3.0.0
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1/lib
patching script interpreter paths in /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1
checking for references to /build in /nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1...
/nix/store/k1jwxqaljpsli8fg7vrf2cypwnpgp27n-double-conversion-3.1.1

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: double-conversion

Partial log (click to expand)

-- Installing: /nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1/include/double-conversion/utils.h
-- Installing: /nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionConfig.cmake
-- Installing: /nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionConfigVersion.cmake
-- Installing: /nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionTargets.cmake
-- Installing: /nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionTargets-release.cmake
post-installation fixup
strip is /nix/store/df6k4mgdjxciy0f637lryp7c9ln7n1m3-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1/lib
patching script interpreter paths in /nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1
/nix/store/13131652417n5529c3z9p5fi1wdqv1yl-double-conversion-3.1.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: double-conversion

Partial log (click to expand)

-- Installing: /nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionTargets.cmake
-- Installing: /nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1/lib/cmake/double-conversion/double-conversionTargets-release.cmake
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1
shrinking /nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1/lib/libdouble-conversion.so.3.0.0
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1/lib
patching script interpreter paths in /nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1
checking for references to /build in /nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1...
/nix/store/rwdb1xix72dsiaw5zi95x05x0riz43hy-double-conversion-3.1.1

@Mic92 Mic92 merged commit 99004c0 into NixOS:master Sep 21, 2018
@r-ryantm r-ryantm deleted the auto-update/double-conversion branch October 3, 2018 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants