Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
7ffdad11
Commit
7ffdad11
authored
Aug 15, 2019
by
Ralf Mueller
🎣
Browse files
fix installation issue with python interface
parent
db05f3ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
interfaces/Makefile.am
View file @
7ffdad11
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment