Skip to content

Commit 88c9c6e

Browse files
committed
Update to reflect changes in QDLDL 0.1.8
1 parent b7e9362 commit 88c9c6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

c/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ add_library(qdldlamd STATIC ${amd_src} $<TARGET_OBJECTS:qdldlobject>)
4141
target_include_directories(qdldlamd PRIVATE
4242
${CMAKE_CURRENT_SOURCE_DIR}/amd/include
4343
${CMAKE_CURRENT_SOURCE_DIR}/qdldl/include
44+
${CMAKE_CURRENT_BINARY_DIR}/qdldl/include
4445
)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def build_extensions(self):
9898
sources=glob(os.path.join('cpp', '*.cpp')),
9999
include_dirs=[os.path.join('c'),
100100
os.path.join('c', 'qdldl', 'include'),
101+
os.path.join(qdldl_build_dir, 'include'),
101102
get_pybind_include(),
102103
get_pybind_include(user=False)],
103104
language='c++',

0 commit comments

Comments
 (0)