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
d121f260
Commit
d121f260
authored
4 years ago
by
B13nch3n
Browse files
Options
Downloads
Patches
Plain Diff
Update macOS installation instructions
parent
14ef4280
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/doc/install.rst
+7
-7
7 additions, 7 deletions
modules/doc/install.rst
with
7 additions
and
7 deletions
modules/doc/install.rst
+
7
−
7
View file @
d121f260
...
...
@@ -341,9 +341,9 @@ OpenStructure.
`Homebrew <https://brew.sh/>`_ can be used to conveniently install all
dependencies. The current Python version, as of writing these instructions, is
3.
8.5
but works so far. Boost comes as 1.7
3
.0 which seems to be OK. Do not
3.
9.0
but works so far. Boost comes as 1.7
4
.0 which seems to be OK. Do not
forget to also install `boost-python3` (your system may have a lower version of
Python than 3.
8.5
but it seems like `boost-python3` was compiled for 3.
8.5
).
Python than 3.
9.0
but it seems like `boost-python3` was compiled for 3.
9.0
).
Eigen and SQLite also seem to be unproblematic concerning higher version numbers.
If you want to build the info module or the graphical user interface, make sure
...
...
@@ -373,11 +373,11 @@ C flags:
.. code-block:: bash
cmake . -DPython_INCLUDE_DIR=/usr/local/opt/python@3.
8
/Frameworks/\
Python.framework/Versions/Current/include/python3.
8
/ \
-DPython_LIBRAR
Y
=/usr/local/opt/python@3.
8
/Frameworks/\
Python.framework/Versions/Current/lib/libpython3.
8
.dylib \
-DPython_ROOT_DIR=/usr/local/opt/python@3.
8
/ \
cmake . -DPython_INCLUDE_DIR
S
=/usr/local/opt/python@3.
9
/Frameworks/\
Python.framework/Versions/Current/include/python3.
9
/ \
-DPython_LIBRAR
IES
=/usr/local/opt/python@3.
9
/Frameworks/\
Python.framework/Versions/Current/lib/libpython3.
9
.dylib \
-DPython_ROOT_DIR=/usr/local/opt/python@3.
9
/ \
-DBOOST_ROOT=/usr/local \
-DSYS_ROOT=/usr/local \
-DOPTIMIZE=ON \
...
...
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