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

tbb: 2018_U3 -> 2018_U4 #41958

Merged
merged 1 commit into from Jun 14, 2018
Merged

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/tbb/versions.

These checks were done:

meta.description for tbb is: '"Intel Thread Building Blocks C++ Library"'.

cc @peti @thoughtpolice @DIzFer for testing.

Experimental: this build is cached with Cachix. To use the cache follow these experimental instructions:

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 1475ec2a7275457eb1536edcfbdbbb6612af932b && nix-shell --pure -I nixpkgs=. -p tbb

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/tbb/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018_U4 with grep in /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4
- directory tree listing: https://gist.github.com/0b2f954042266f19cb4e819607e57c03
- du listing: https://gist.github.com/f115812285d438e3dc88112762777976
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: tbb

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4
shrinking /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4/lib/libtbb.so.2
shrinking /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4/lib/libtbbmalloc_proxy.so.2
shrinking /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4/lib/libtbbmalloc.so.2
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4/lib
patching script interpreter paths in /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4
checking for references to /build in /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4...
/nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: tbb

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4
shrinking /nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4/lib/libtbbmalloc_proxy.so.2
shrinking /nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4/lib/libtbbmalloc.so.2
shrinking /nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4/lib/libtbb.so.2
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4/lib
patching script interpreter paths in /nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4
checking for references to /build in /nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4...
/nix/store/9wq79znbwaiyc8crjw8ig1x5q898amvj-tbb-2018_U4

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: tbb

Partial log (click to expand)

clang++ -c -MMD -g -O2 -DUSE_PTHREAD -DDO_ITT_NOTIFY -stdlib=libc++ -m64 -mrtm    -fno-rtti -fno-exceptions -D__TBBMALLOC_BUILD=1  -Wno-non-virtual-dtor -Wno-dangling-else -fPIC  -I../../src -I../../src/rml/include -I../../include -I../../src/tbbmalloc -I../../src/tbbmalloc ../../src/tbbmalloc/large_objects.cpp
clang -fPIC -o libtbbmalloc.dylib backend.o large_objects.o backref.o  tbbmalloc.o  itt_notify_malloc.o frontend.o  -ldl -lpthread -dynamiclib -install_name @rpath/libtbbmalloc.dylib -stdlib=libc++ -m64  -Wl,-exported_symbols_list,tbbmalloc.def
clang++ -fPIC -o libtbbmalloc_proxy.dylib proxy.o tbb_function_replacement.o  -ldl -lpthread libtbbmalloc.dylib -dynamiclib -install_name @rpath/libtbbmalloc_proxy.dylib -stdlib=libc++ -m64
make[1]: Leaving directory '/private/tmp/nix-build-tbb-2018_U4.drv-0/source/build/macos_intel64_clang_cc5.0.2_os10.12.2_release'
installing
post-installation fixup
strip is /nix/store/yyak5sjv68n9vdgnkd2cb5djk1l9sqj5-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/07yybbbndl7v73cda63a19k1c41zsds6-tbb-2018_U4/lib
patching script interpreter paths in /nix/store/07yybbbndl7v73cda63a19k1c41zsds6-tbb-2018_U4
/nix/store/07yybbbndl7v73cda63a19k1c41zsds6-tbb-2018_U4

@thoughtpolice thoughtpolice merged commit 91ca88b into NixOS:master Jun 14, 2018
@r-ryantm r-ryantm deleted the auto-update/tbb branch June 14, 2018 18:56
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