Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ducc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
Simon Perkins
ducc
Commits
62106e88
Commit
62106e88
authored
Jun 08, 2020
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
experiment
parent
43c10198
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+1
-1
pyproject.toml
pyproject.toml
+2
-2
setup.py
setup.py
+1
-1
No files found.
Dockerfile
View file @
62106e88
FROM
debian:testing-slim
RUN
apt-get update
&&
apt-get
install
-y
git python3-pip python3-pytest
python3-pybind11 pybind11-dev
clang
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
&&
apt-get
install
-y
git python3-pip python3-pytest clang
&&
rm
-rf
/var/lib/apt/lists/
*
pyproject.toml
View file @
62106e88
[build-system]
requires
=
[
"setuptools >= 40.6.0"
,
"wheel"
,
"pybind11 >= 2.5.0"
,
"numpy >= 1.17.0"
]
build-backend
=
"setuptools.build_meta"
\ No newline at end of file
requires
=
[
"setuptools >= 40.6.0"
,
"pybind11 >= 2.5.0"
,
"numpy >= 1.17.0"
]
build-backend
=
"setuptools.build_meta"
setup.py
View file @
62106e88
...
...
@@ -6,7 +6,7 @@ from glob import iglob
from
setuptools
import
setup
,
Extension
import
pybind11
pkgname
=
'ducc'
pkgname
=
'ducc
_0_1
'
version
=
'0.1.0'
def
_get_files_by_suffix
(
directory
,
suffix
):
...
...
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