Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined modules tmglib #6

Open
zakir01913 opened this issue Jul 23, 2017 · 1 comment
Open

Undefined modules tmglib #6

zakir01913 opened this issue Jul 23, 2017 · 1 comment

Comments

@zakir01913
Copy link

Hi,
I am trying to build this project using Android Studio 2.3.3 on Mac Os. But I am getting following error: Module testlapack depends on undefined modules: tmglib

@MarkMurillo
Copy link

I think you can comment this out in the Android.mk file for lapack:

LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)
LOCAL_EXPORT_LDLIBS := $(LOCAL_LDLIBS)
include $(BUILD_STATIC_LIBRARY)

#include $(CLEAR_VARS)
#LOCAL_MODULE:= testlapack
#LOCAL_SRC_FILES:= testclapack.cpp
#LOCAL_STATIC_LIBRARIES := lapack
#include $(BUILD_SHARED_LIBRARY)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants