Skip to content
GitLab
Menu
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
1dcbdaff
Commit
1dcbdaff
authored
Oct 29, 2018
by
Sebastian Ohlmann
Browse files
change folder structure of python wrapper
parent
dff4b436
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
1dcbdaff
...
...
@@ -615,14 +615,14 @@ endif
# python wrapper
if
WITH_PYTHON
pyelpadir
=
$(pythondir)
/pyelpa
pyelpa_PYTHON
=
python/__init__.py python/distributedmatrix.py
pyelpa_PYTHON
=
python/
pyelpa/
__init__.py python/
pyelpa/
distributedmatrix.py
pyelpa_LTLIBRARIES
=
wrapper.la
wrapper_la_SOURCES
=
python/wrapper.c
wrapper_la_SOURCES
=
python/
pyelpa/
wrapper.c
wrapper_la_LDFLAGS
=
-module
-avoid-version
-shared
$(AM_LDFLAGS)
wrapper_la_LIBADD
=
libelpa@SUFFIX@.la
wrapper_la_CFLAGS
=
-I
$(PYTHON_INCLUDE)
$(AM_CFLAGS)
python/wrapper.c
:
python/wrapper.pyx
python/
pyelpa/
wrapper.c
:
python/
pyelpa/
wrapper.pyx
cython
$<
endif
...
...
python/__init__.py
→
python/
pyelpa/
__init__.py
View file @
1dcbdaff
File moved
python/distributedmatrix.py
→
python/
pyelpa/
distributedmatrix.py
View file @
1dcbdaff
File moved
python/wrapper.pyx
→
python/
pyelpa/
wrapper.pyx
View file @
1dcbdaff
File moved
Write
Preview
Supports
Markdown
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