Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
[cudnn3] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jermainewang committed Jun 12, 2015
1 parent 38ba4e4 commit 79db9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def relative_path(to):
extensions = [
Extension(
'libowl',
['owl/libowl.pyx', 'owl/minerva_utils.cpp'],
sources=['owl/libowl.pyx', 'owl/minerva_utils.cpp'],
language='c++',
include_dirs=[
'minerva',
Expand Down

0 comments on commit 79db9b6

Please sign in to comment.