Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
e41c298a
Commit
e41c298a
authored
7 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Minor doc fix and include fix for compilation with some compilers.
parent
fbe7aa6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/doc/install.rst
+1
-1
1 addition, 1 deletion
modules/doc/install.rst
modules/seq/alg/src/subst_weight_matrix.cc
+1
-0
1 addition, 0 deletions
modules/seq/alg/src/subst_weight_matrix.cc
with
2 additions
and
1 deletion
modules/doc/install.rst
+
1
−
1
View file @
e41c298a
...
...
@@ -151,7 +151,7 @@ can influence it.
* Boost is mainly controlled via the `BOOST_ROOT` option. If boost wasn't
found, it should be set to the prefix of the boost installation. If for some
reason, it is desirable to use the non-multithreaded boost libraries, you can
switch `Boost_USE_MULTITHREADED` o
n
(it is o
ff
by default).
switch `Boost_USE_MULTITHREADED` o
ff
(it is o
n
by default).
* `PYTHON_ROOT` is the Python equivalent of BOOST_ROOT. It should be set to
the prefix path containing the python binary, headers and libraries.
...
...
This diff is collapsed.
Click to expand it.
modules/seq/alg/src/subst_weight_matrix.cc
+
1
−
0
View file @
e41c298a
...
...
@@ -18,6 +18,7 @@
//------------------------------------------------------------------------------
#include
"subst_weight_matrix.hh"
#include
<ost/base.hh>
#include
<iostream>
namespace
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment