Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
0b354c1d
Unverified
Commit
0b354c1d
authored
Nov 11, 2020
by
Richard Xue
Committed by
GitHub
Nov 10, 2020
Browse files
Update setup.py (#529)
parent
0f8eb38f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
0b354c1d
...
@@ -60,7 +60,7 @@ def cuda_extension():
...
@@ -60,7 +60,7 @@ def cuda_extension():
pkg
=
'torchani.cuaev._real_cuaev'
,
pkg
=
'torchani.cuaev._real_cuaev'
,
sources
=
[
'torchani/cuaev/aev.cu'
],
sources
=
[
'torchani/cuaev/aev.cu'
],
include_dirs
=
maybe_download_cub
(),
include_dirs
=
maybe_download_cub
(),
extra_compile_args
=
{
'nvcc'
:
nvcc_args
},
extra_compile_args
=
{
'cxx'
:
[
'-std=c++14'
],
'nvcc'
:
nvcc_args
},
optional
=
True
)
optional
=
True
)
...
...
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