Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
McMule
User Library
Commits
e20298ef
Commit
e20298ef
authored
Jul 03, 2020
by
ulrich_y
Browse files
Do
bfbd2403
also for CI
parent
2de77f3f
Pipeline
#1215
passed with stages
in 10 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
tools/makefile.conf
tools/makefile.conf
+4
-4
No files found.
tools/makefile.conf
View file @
e20298ef
...
...
@@ -3,11 +3,11 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
UNAME_S
:= $(
shell
uname
-
s
)
ifeq
($(
UNAME_S
),
Linux
)
ifneq
(
"$(wildcard /etc/redhat-release)"
,
""
)
PYTHON
=
PYTHONPATH
=$$
PYTHONPATH
:/
scratch
/
ulrich
/
pymule
/:$(
SELF_DIR
) /
afs
/
psi
.
ch
/
sys
/
psi
.
x86_64_slp6
/
Programming
/
psi
-
python
27
/
4
.
4
.
0
/
bin
/
python
-
B
PEP8
=$(
PYTHON
) /
afs
/
psi
.
ch
/
sys
/
psi
.
x86_64_slp6
/
Programming
/
psi
-
python
27
/
4
.
4
.
0
/
bin
/
pep8
JUPYTERCONV
=$(
PYTHON
) /
afs
/
psi
.
ch
/
sys
/
psi
.
x86_64_slp6
/
Programming
/
psi
-
python
27
/
4
.
4
.
0
/
bin
/
jupyter
-
nbconvert
PYTHON
=
PYTHONPATH
=$$
PYTHONPATH
:/
scratch
/
ulrich
/
pymule
/:$(
SELF_DIR
) /
afs
/
psi
.
ch
/
sys
/
psi
.
x86_64_slp6
/
Programming
/
psi
-
python
36
/
4
.
4
.
0
/
bin
/
python
3
-
B
PEP8
=$(
PYTHON
) /
afs
/
psi
.
ch
/
sys
/
psi
.
x86_64_slp6
/
Programming
/
psi
-
python
36
/
4
.
4
.
0
/
bin
/
pep8
JUPYTERCONV
=$(
PYTHON
) /
afs
/
psi
.
ch
/
sys
/
psi
.
x86_64_slp6
/
Programming
/
psi
-
python
36
/
4
.
4
.
0
/
bin
/
jupyter
-
nbconvert
else
PYTHON
=
python3
-
B
PYTHON
=
PYTHONPATH
=$$
PYTHONPATH
:$(
SELF_DIR
)
python3
-
B
PEP8
=
pep8
JUPYTERCONV
=
jupyter
nbconvert
endif
...
...
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