Skip to content
Snippets Groups Projects
Commit 1eeaa7ac authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Juelich: fix in Mac python libraries search

parent f8d296f4
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ elseif(APPLE)
# Seems to require "-undefined dynamic_lookup" instead of linking
# against the .dylib, otherwise it crashes. This flag is added
# below
set(PYTHON_LIBRARY "")
#set(PYTHON_LIBRARY "")
#set(PYTHON_LIBRARY
# "${PYTHON_PREFIX}/lib/libpython${PYTHON_LIBRARY_SUFFIX}.dylib")
else()
......
......@@ -75,6 +75,8 @@ if(BORNAGAIN_PYTHON OR BORNAGAIN_GUI)
message(STATUS "--> Static python library detected, adding ${syslibs}")
set(PYTHON_LIBRARIES "${syslibs} ${PYTHON_LIBRARIES}")
endif()
message(STATUS "--> Python libraries ${PYTHON_LIBRARIES}")
find_package(Numpy REQUIRED)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment