Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
f9239ef4
Commit
f9239ef4
authored
Jan 30, 2018
by
Mccaskey, Alex
Browse files
adding info stmt
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
419d6bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
xacc/utils/ServiceRegistry.cpp
View file @
f9239ef4
...
...
@@ -23,6 +23,7 @@ void ServiceRegistry::initialize() {
XACCLogger
::
instance
()
->
info
(
"Plugin Lib Directory: "
+
xaccLibDir
);
for
(
auto
&
entry
:
boost
::
make_iterator_range
(
boost
::
filesystem
::
directory_iterator
(
xaccLibDir
),
{
}))
{
XACCLogger
::
instance
()
->
info
(
"TEST: "
+
entry
.
path
().
filename
().
string
());
// We want the gate and aqc bundles that come with XACC
if
(
boost
::
contains
(
entry
.
path
().
filename
().
string
(),
"libxacc-quantum"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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