Skip to content

Commit

Permalink
update flake and CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Apr 5, 2024
1 parent cce79a4 commit 0096166
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ find_package(Eigen3 REQUIRED)
find_package(FastFloat REQUIRED)
find_package(Taskflow REQUIRED)
find_package(Threads REQUIRED)
find_package(byte-lite REQUIRED)
find_package(span-lite REQUIRED)
find_package(cpp-sort REQUIRED)
find_package(eve REQUIRED)
find_package(fmt REQUIRED)
Expand Down Expand Up @@ -236,6 +238,8 @@ target_link_libraries(operon_operon PRIVATE
Taskflow::Taskflow
cpp-sort::cpp-sort
unordered_dense::unordered_dense
nonstd::byte-lite
nonstd::span-lite
)

if (USE_CERES AND Ceres_FOUND)
Expand Down
49 changes: 24 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
vdt.packages.${system}.default
vstat.packages.${system}.default
lbfgs.packages.${system}.default
# ned14 deps
byte-lite
span-lite
ned14-outcome
ned14-quickcpplib
ned14-status-code
Expand Down

0 comments on commit 0096166

Please sign in to comment.