File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- name : CMake integration
1+ name : Downstream integration
22
33on :
44 push :
6969 cmake --preset release -GNinja -S neml2-src -B neml2-build
7070 cmake --build neml2-build
7171 cmake --install neml2-build --prefix neml2-install --component libneml2
72- - name : Create an example CMake project
73- run : |
74- cp neml2-src/cmake/gnumake/main.cxx .
75- cp neml2-src/cmake/gnumake/Makefile.txt .
76- - name : Configure with CMake
77- run : cmake -GNinja -Dneml2_ROOT=neml2-install -B build -S .
78- - name : Compile
79- run : cmake --build build
80- - run : ./build/foo
72+ - name : Create an example project using
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ add_tool(run)
4242add_tool(inspect)
4343add_tool(time)
4444add_tool(syntax)
45- add_tool(pkgconfig )
45+ add_tool(variables )
4646
4747# ------------------------------------------------------------------------------
4848# benchmarks
Original file line number Diff line number Diff line change 3131int
3232main (int argc, char * argv[])
3333{
34- argparse::ArgumentParser program (" pkgconfig " );
34+ argparse::ArgumentParser program (" variables " );
3535 program.add_description (" Query build and install metadata for integrating NEML2 from makefiles." );
3636
3737 auto & query = program.add_mutually_exclusive_group (true );
You can’t perform that action at this time.
0 commit comments