Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython_plus_experiments
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julien Jerphanion
cython_plus_experiments
Commits
4c03e3ba
Commit
4c03e3ba
authored
Jun 28, 2021
by
Julien Jerphanion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a Makefile target
parent
47dd1094
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
kdtree/Makefile
kdtree/Makefile
+9
-4
No files found.
kdtree/Makefile
View file @
4c03e3ba
...
...
@@ -25,14 +25,19 @@ help: Makefile
## all: Run the main targets
.PHONY
:
all
all
:
install
benchmark
all
:
setup
benchmark
##
install: Install conda env.
.PHONY
:
install
install
:
clean
##
setup: Setup the conda environment
.PHONY
:
setup
setup
:
clean
conda
env
create
--force
-f
environment.yml
${PIP_EXECUTABLE}
install
-e
.
-v
## install: install the project in the env
.PHONY
:
install
install
:
${PIP_EXECUTABLE}
install
-e
.
-v
# nopython: Build without the Python runtime
.PHONY
:
nopython
nopython
:
$(EXE)
...
...
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