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
019168ce
Commit
019168ce
authored
Jan 30, 2018
by
Mccaskey, Alex
Browse files
updating serviceregistry
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
f9239ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
xacc/utils/ServiceRegistry.cpp
View file @
019168ce
...
...
@@ -19,7 +19,7 @@ void ServiceRegistry::initialize() {
"Invalid XACC Framework plugin context."
);
}
const
std
::
string
xaccLibDir
=
std
::
string
(
XACC_INSTALL_DIR
)
+
std
::
string
(
"/lib"
);
const
std
::
string
xaccLibDir
=
std
::
string
(
XACC_INSTALL_DIR
)
+
std
::
string
(
"/lib
/
"
);
XACCLogger
::
instance
()
->
info
(
"Plugin Lib Directory: "
+
xaccLibDir
);
for
(
auto
&
entry
:
boost
::
make_iterator_range
(
boost
::
filesystem
::
directory_iterator
(
xaccLibDir
),
{
}))
{
...
...
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