Skip to content

Commit 22916af

Browse files
committed
add Eigen include, post release
1 parent d86d9b3 commit 22916af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def get_openmp_flag():
4040
get_pybind_include(),
4141
get_pybind_include(user=True),
4242
"cpp/external/eigen",
43+
"cpp/external/eigen/Eigen",
4344
"cpp/include",
4445
],
4546
language='c++',
@@ -50,7 +51,7 @@ def get_openmp_flag():
5051

5152
setup(
5253
name='diffcp',
53-
version="1.0.5",
54+
version="1.0.5post0",
5455
author="Akshay Agrawal, Shane Barratt, Stephen Boyd, Enzo Busseti, Walaa Moursi",
5556
long_description=long_description,
5657
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)