Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sefarad
gsicrawler
Commits
a75ba699
Commit
a75ba699
authored
Oct 05, 2017
by
J. Fernando Sánchez
Browse files
Merge branch 'meaningcloud' into 'master'
Meaningcloud See merge request docs/templates/makefiles!8
parents
24d85b18
919c4a07
Changes
2
Hide whitespace changes
Inline
Side-by-side
base.mk
View file @
a75ba699
...
...
@@ -2,7 +2,7 @@ export
NAME
?=
$(
shell
basename
$(CURDIR)
)
VERSION
?=
$(
shell
git describe
--tags
--dirty
2>/dev/null
)
ifeq
($(
wildcard $
VERSION),)
ifeq
($(VERSION),)
VERSION
:=
unknown
endif
...
...
python.mk
View file @
a75ba699
PYVERSIONS
?=
2.7
PYVERSIONS
?=
3.5
PYMAIN
?=
$(
firstword
$(PYVERSIONS)
)
TARNAME
?=
$(NAME)
-
$(VERSION)
.tar.gz
VERSIONFILE
?=
$(NAME)
/VERSION
...
...
Manuel García-Amado
@militarpancho
mentioned in commit
37cba851
·
Oct 09, 2017
mentioned in commit
37cba851
mentioned in commit 37cba851c51777950481f203407b030e0abcf6aa
Toggle commit list
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