Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
8ba73f1b
Commit
8ba73f1b
authored
Oct 29, 2018
by
Sebastian Ohlmann
Browse files
fix Makefile.am conditionals for python wrapper
parent
81d9263d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
8ba73f1b
...
...
@@ -613,15 +613,21 @@ endif
#test_c_cannon@SUFFIX@_CFLAGS = $(test_program_cflags)
# python wrapper
if
WITH_PYTHON
pyelpadir
=
$(pythondir)
/pyelpa
if
WITH_PYTHON
pyelpa_PYTHON
=
python/pyelpa/__init__.py python/pyelpa/distributedmatrix.py
pyelpa_LTLIBRARIES
=
wrapper.la
wrapper_la_SOURCES
=
python/pyelpa/wrapper.c
else
pyelpa_PYTHON
=
pyelpa_LTLIBRARIES
=
wrapper_la_SOURCES
=
endif
wrapper_la_LDFLAGS
=
-module
-avoid-version
-shared
$(AM_LDFLAGS)
wrapper_la_LIBADD
=
libelpa@SUFFIX@.la
wrapper_la_CFLAGS
=
-I
$(PYTHON_INCLUDE)
$(AM_CFLAGS)
if
WITH_PYTHON
python/pyelpa/wrapper.c
:
python/pyelpa/wrapper.pyx
cython
$<
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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