Skip to content

Commit

Permalink
working provided libbiomcmc is shared globally
Browse files Browse the repository at this point in the history
  • Loading branch information
leomrtns committed Jul 19, 2020
1 parent 3b456c4 commit de8eb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
runtime_library_dirs = ["build/lib"],
libraries = ['biomcmc'], # dynamic libraries only
undef_macros = [ "NDEBUG" ],
extra_objects = ["build/lib/libbiomcmc.so", "build/lib/libbiomcmc.a"], # redundant with 'libraries' tbh
#extra_compile_args = ["-Bstatic -lbiomcmc -Wl"],
sources = source_files)

Expand Down

0 comments on commit de8eb04

Please sign in to comment.