Skip to content
Snippets Groups Projects
Unverified Commit 309f49df authored by Rickard Brüel Gabrielsson's avatar Rickard Brüel Gabrielsson Committed by GitHub
Browse files

Merge pull request #30 from siavashdarkvision/master

pytorch 1.7 requires c++14 or newer.
parents 1d626101 cde8ae3e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from torch.utils.cpp_extension import CppExtension, BuildExtension
this_dir = os.path.dirname(os.path.realpath(__file__))
include_dir = this_dir + '/topologylayer/functional/persistence/'
extra = {'cxx': ['-std=c++11']}
extra = {'cxx': ['-std=c++14']}
setup(name='topologylayer',
packages=['topologylayer', 'topologylayer.functional',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment