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
darshan
darshan
Commits
ebddd484
Commit
ebddd484
authored
Jan 25, 2021
by
Jakob Luettgau
Browse files
Fix cleanup for devenv make target.
parent
54ad42ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/.gitignore
View file @
ebddd484
playground/*
# Byte-compiled / optimized / DLL files
# Byte-compiled / optimized / DLL files
__pycache__/
__pycache__/
*.py[cod]
*.py[cod]
...
...
darshan-util/pydarshan/Makefile
View file @
ebddd484
...
@@ -30,14 +30,15 @@ clean-test: # remove test and coverage artifacts
...
@@ -30,14 +30,15 @@ clean-test: # remove test and coverage artifacts
rm
-rf
pkgtest
rm
-rf
pkgtest
clean-devenv
:
clean-devenv
:
rm
-rf
venv
rm
-rf
devenv/venv
rm
-rf
libdarshanutil
rm
-rf
devenv/libdarshanutil
rm
-rf
devenv
devenv
:
devenv
:
./devel/build-libdarshanutil.sh
./devel/build-libdarshanutil.sh
python3
-m
venv venv
python3
-m
venv
devenv/
venv
source
venv/bin/activate
&&
pip
install
-r
requirements_dev.txt
source
devenv/
venv/bin/activate
&&
pip
install
-r
requirements_dev.txt
lint
:
#
check style with flake8
lint
:
#
check style with flake8
flake8 darshan tests
flake8 darshan tests
...
...
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