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

#1604 put CLI11 in vt namespace #1617

Merged
merged 1 commit into from
Dec 3, 2021
Merged

Conversation

jstrzebonski
Copy link
Contributor

Fixes #1604


I didn't upgrade CLI11 to the newest version, API changed a bit. If we want to do so, let's open another issue for that. Also script generating single header file was changed, and I opened issue in CLI11 repo reporting problem with support for custom namespace - before upgrading we want it to be fixed

CLIUtils/CLI11#680

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (gcc-5, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (clang-5.0, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (clang-3.9, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (gcc-6, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (gcc-9, ubuntu, mpich, zoltan)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (gcc-10, ubuntu, openmpi, no LB)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (clang-9, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (nvidia cuda 10.1, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (gcc-7, ubuntu, mpich, trace runtime, LB)

Build for 031fdc0

FAILED: tests/collection_extended 
: && /usr/bin/g++ -O3 -DNDEBUG --coverage -rdynamic -Wl,-rpath -Wl,/usr/local/lib -Wl,--enable-new-dtags tests/CMakeFiles/collection_extended.dir/Unity/unity_1_cxx.cxx.o tests/CMakeFiles/collection_extended.dir/Unity/unity_0_cxx.cxx.o -o tests/collection_extended  -Wl,-rpath,/usr/local/lib  lib/brotli/libbrotlicommon-static.a  lib/brotli/libbrotlienc-static.a  lib/brotli/libbrotlidec-static.a  lib/libfort/lib/libfort.a  lib/libgtest.a  src/libvt-release.a  -ldl  /usr/lib/x86_64-linux-gnu/libz.so  lib/fmt/libfmt.a  /build/checkpoint/install/lib/libcheckpoint.a  -lpthread  lib/brotli/libbrotlienc-static.a  lib/brotli/libbrotlidec-static.a  lib/brotli/libbrotlicommon-static.a  -lm  lib/libfort/lib/libfort.a  /usr/local/lib/libmpicxx.so  /usr/local/lib/libmpi.so && :
collect2: error: ld returned 1 exit status


Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (nvidia cuda 11.0, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (clang-10, ubuntu, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (gcc-8, ubuntu, mpich, address sanitizer)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

@github-actions
Copy link

github-actions bot commented Dec 3, 2021

PR tests (clang-10, alpine, mpich)

Build for 031fdc0

Compilation - successful

Testing - passed

Build log

Copy link
Contributor

@cz4rs cz4rs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ODR violations for applications using CLI11
3 participants