Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
ducc
Commits
62106e88
Commit
62106e88
authored
Jun 08, 2020
by
Martin Reinecke
Browse files
experiment
parent
43c10198
Pipeline
#76249
failed with stages
in 3 minutes and 16 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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