Skip to content
Snippets Groups Projects
Commit 7ffdad11 authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

fix installation issue with python interface

parent db05f3ec
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ python-test: $(abs_top_srcdir)/interfaces/python/test.py mulval.nc
@cd python; python $<
install-python: $(PYTHON_SHARED_LIB) mulval.nc
cd python; CC="$(CC)" CXX="$(CXX)" BUILDLIBDIR="$(top_builddir)/src/.libs" LIBDIR=$(libdir) CFLAGS="$(CFLAGS)" LIBS="$(LIBS)" LDFLAGS="-L../../src/.libs $(LDFLAGS)" INCFLAGS="-I$(abs_top_srcdir)/src -I$(abs_top_srcdir)/interfaces" python setup.py install --prefix=$(prefix) -R $(libdir)
cd python; CC="$(CC)" CXX="$(CXX)" BUILDLIBDIR="$(top_builddir)/src/.libs" LIBDIR=$(libdir) CFLAGS="$(CFLAGS)" LIBS="$(LIBS)" LDFLAGS="-L../../src/.libs $(LDFLAGS)" INCFLAGS="-I$(abs_top_srcdir)/src -I$(abs_top_srcdir)/interfaces" python $(abs_top_srcdir)/interfaces/python/setup.py install --prefix=$(prefix) -R $(libdir)
endif
#
AM_CPPFLAGS = -I$(top_srcdir)/src
......
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