Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
TOUZE Francois
PSPA
Commits
d1fddfe0
Commit
d1fddfe0
authored
Dec 17, 2019
by
TOUZE Francois
Browse files
docker containers creation: step 4
parent
e5b6bb17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
controller/cython-cpp/pypspaplot.pyx
controller/cython-cpp/pypspaplot.pyx
+0
-20
controller/requirements.txt
controller/requirements.txt
+0
-2
No files found.
controller/cython-cpp/pypspaplot.pyx
deleted
100644 → 0
View file @
e5b6bb17
# distutils: language = c++
from
pspaplot
cimport
pspaplot
from
libcpp.string
cimport
string
cdef
class
PyPspaPlot
:
cdef
pspaplot
*
ptr
def
__cinit__
(
self
):
self
.
ptr
=
new
pspaplot
()
def
__cinit__
(
self
,
string
s
):
self
.
ptr
=
new
pspaplot
(
s
)
def
__dealloc__
(
self
):
del
self
.
ptr
def
settings
(
self
,
string
s
):
return
self
.
ptr
.
settings
(
s
)
controller/requirements.txt
View file @
d1fddfe0
...
...
@@ -5,9 +5,7 @@ Cython==0.28.3
Flask==1.0.2
Flask-Cors==3.0.4
idna==2.6
itsdangerous==0.24
Jinja2==2.10
MarkupSafe==1.0
requests==2.18.4
six==1.11.0
urllib3==1.22
...
...
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