You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get the code to work with clang in Mac OS X 10.9:
@orbitfold any help would be appreciated (when you are back)
_______________ ERROR collecting tardis/tests/test_montecarlo.py _______________
tardis/tests/test_montecarlo.py:2: in <module>
> from tardis import montecarlo
E ImportError: dlopen(tardis/montecarlo.so, 2): Symbol not found: _montecarlo_compute_distances
E Referenced from: tardis/montecarlo.so
E Expected in: flat namespace
E in tardis/montecarlo.so
The text was updated successfully, but these errors were encountered:
This issue can be solved by adding extern keyword before the inline keyword in the offending function definitions. I wonder if we should do that, close this issue and make a new one about the segfault you were having. Since those two are not related as far as I can tell.
I can't seem to get the code to work with clang in Mac OS X 10.9:
@orbitfold any help would be appreciated (when you are back)
The text was updated successfully, but these errors were encountered: