Skip to content

Commit

Permalink
Update Catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed May 29, 2024
1 parent 59f20fa commit 78718c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else (ENABLE_OPENCL)
target_link_libraries(qrack_device ${CMAKE_SOURCE_DIR}/qrack/_build/libqrack.a)
endif (ENABLE_OPENCL)
target_link_directories(qrack_device PUBLIC ${CMAKE_SOURCE_DIR}/qrack/_build)
target_include_directories(qrack_device PUBLIC catalyst/runtime/include)
target_include_directories(qrack_device PUBLIC catalyst/runtime/include qrack/include qrack/_build/include)
set_property(TARGET qrack_device PROPERTY POSITION_INDEPENDENT_CODE ON)
install(TARGETS qrack_device LIBRARY DESTINATION pennylane_qrack)

5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
include pennylane_qrack/*
include catalyst/runtime/lib/backend/common/*
include qrack/include/*
include qrack/_build/include/*
include qrack/_build/libqrack.a
include catalyst/runtime/include/*
include Makefile
include CMakeLists.txt
include requirements.txt
Expand Down

0 comments on commit 78718c9

Please sign in to comment.