Skip to content

Commit

Permalink
add some print statements to check what happens on Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Apr 1, 2022
1 parent 1b5149a commit 4a6466a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pysme/sme_synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# Load the library
# This ensures that we can find the library when we load _smelib
libfile = get_full_libfile()
logger.critical(libfile)
cdll.LoadLibrary(libfile)
from .smelib import _smelib

Expand Down
1 change: 1 addition & 0 deletions src/pysme/smelib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

libdir = get_full_libfile()
libdir = abspath(dirname(libdir))
print(libdir)
include_dirs = numpy.distutils.misc_util.get_numpy_include_dirs()
include_dirs += [libdir]

Expand Down

0 comments on commit 4a6466a

Please sign in to comment.