Skip to content

Commit

Permalink
test: cppyy.load_library('fmt')
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 13, 2024
1 parent 36c13c4 commit 7973f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind/python/pyiguana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cppyy.add_library_path(pkg_info['libdir'])

# add libraries to cppyy
for lib in ['hipo4', 'IguanaServices', 'IguanaAlgorithms']:
for lib in ['hipo4', 'fmt', 'IguanaServices', 'IguanaAlgorithms']:
cppyy.load_library(lib)

# include header file(s)
Expand Down

0 comments on commit 7973f5c

Please sign in to comment.