Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
e8329146
Commit
e8329146
authored
Jul 23, 2020
by
Thanassis Tsiodras
Browse files
Until users ask for them more, SMP2 and uPython are on an 'as-is' basis.
parent
9a75e491
Pipeline
#2062
failed with stage
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e8329146
PY_SRC
:=
$(
wildcard
dmt/asn2dataModel.py dmt/aadl2glueC.py dmt/smp2asn.py dmt/
*
mappers/[a-zA-Z]
*
py dmt/commonPy/[a-zA-Z]
*
py
)
PY_SRC
:=
$(
filter-out
dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py,
${PY_SRC}
)
PY_SRC
:=
$(
filter-out
dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py
dmt/B_mappers/micropython_async_B_mapper.py dmt/commonPy/commonSMP2.py
,
${PY_SRC}
)
# Python3.5 includes an older version of typing, which by default has priority over
# the one installed in $HOME/.local via setup.py.
...
...
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