Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Jan 21, 2025
1 parent 3ef64ae commit eee6785
Show file tree
Hide file tree
Showing 14 changed files with 230 additions and 213 deletions.
18 changes: 8 additions & 10 deletions freud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,17 @@ target_set_install_rpath(_box)

# environment
nanobind_add_module(
_environment
environment/module-environment.cc
environment/export-AngularSeparationNeighbor.cc
environment/export-AngularSeparationGlobal.cc
environment/export-LocalBondProjection.cc
environment/export-LocalDescriptors.cc
environment/export-BondOrder.cc
environment/export-MatchEnv.cc
)
_environment
environment/module-environment.cc
environment/export-AngularSeparationNeighbor.cc
environment/export-AngularSeparationGlobal.cc
environment/export-LocalBondProjection.cc
environment/export-LocalDescriptors.cc
environment/export-BondOrder.cc
environment/export-MatchEnv.cc)
target_link_libraries(_environment PUBLIC freud TBB::tbb)
target_set_install_rpath(_environment)


# locality
nanobind_add_module(
_locality
Expand Down
Loading

0 comments on commit eee6785

Please sign in to comment.