Skip to content

Commit

Permalink
clearer file names
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwilke committed Apr 10, 2023
1 parent d41b048 commit 27be9a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions legate_core_cpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 +449,12 @@ Imported Targets:
]=])

file(READ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/legate_helper_functions.cmake helper_functions)
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cpp_source_template cpp_source_template)
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cpp_header_template cpp_header_template)
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/python_template python_template)
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/tmpl/cpp_source_template cpp_source_template)
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/tmpl/cpp_header_template cpp_header_template)
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/cmake/tmpl/python_template python_template)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/legate_gen_library.in
${CMAKE_CURRENT_SOURCE_DIR}/legate_gen_library
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/tmpl/create-legate-library.in
${CMAKE_CURRENT_SOURCE_DIR}/create-legate-library
FILE_PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ
@ONLY)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lgpatch = legate.lgpatch:main",
],
},
scripts=["bind.sh", "gen_library"],
scripts=["bind.sh", "create-legate-library"],
cmdclass=versioneer.get_cmdclass(),
install_requires=["numpy>=1.22"],
zip_safe=False,
Expand Down

0 comments on commit 27be9a8

Please sign in to comment.