Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
432a7d81
Commit
432a7d81
authored
Jun 12, 2019
by
Zachary Parks
Browse files
removing unnecessary lines
Signed-off-by:
Zachary Parks
<
1zp@ornl.gov
>
parent
ea037f8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
python/CMakeLists.txt
View file @
432a7d81
...
...
@@ -48,9 +48,6 @@ else()
set_target_properties
(
_pyxacc PROPERTIES LINK_FLAGS
"-shared"
)
endif
()
#configure_file(${CMAKE_CURRENT_SOURCE_DIR}/benchmark/manage.py.in
# ${CMAKE_CURRENT_SOURCE_DIR}/benchmark/manage.py)
install
(
TARGETS _pyxacc DESTINATION
${
CMAKE_INSTALL_PREFIX
}
)
install
(
FILES xacc.py DESTINATION
${
CMAKE_INSTALL_PREFIX
}
)
install
(
DIRECTORY plugin_generator DESTINATION
${
CMAKE_INSTALL_PREFIX
}
)
...
...
python/benchmark/manage.py
View file @
432a7d81
...
...
@@ -20,8 +20,6 @@ REQUIREMENTS = {}
TOP_PATH
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
# XACC_PYTHON_PLUGIN_PATH = "/root/.xacc/py-plugins/"
PLUGIN_INSTALLATIONS
=
{}
def
parse_args
(
args
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment