Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Markus Holzer
pystencils
Commits
edbd1e45
Commit
edbd1e45
authored
Feb 20, 2021
by
Markus Holzer
Browse files
Add kerncraft templates
parent
1f9d65ed
Pipeline
#30412
passed with stage
in 7 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
edbd1e45
...
...
@@ -87,6 +87,7 @@ setuptools.setup(name='pystencils',
packages
=
[
'pystencils'
]
+
[
'pystencils.'
+
s
for
s
in
setuptools
.
find_packages
(
'pystencils'
)],
install_requires
=
[
'sympy>=1.2'
,
'numpy>=1.8.0'
,
'appdirs'
,
'joblib'
],
package_data
=
{
'pystencils'
:
[
'include/*.h'
,
'kerncraft_coupling/templates/*'
'backends/cuda_known_functions.txt'
,
'backends/opencl1.1_known_functions.txt'
,
'boundaries/createindexlistcython.pyx'
]},
...
...
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