This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:180 [2019/07/18 12:21] hmeij07 |
cluster:180 [2019/07/31 18:56] (current) hmeij07 |
||
---|---|---|---|
Line 38: | Line 38: | ||
egrep ^export / | egrep ^export / | ||
+ | # invoke CLI | ||
ost --help | ost --help | ||
Usage: | Usage: | ||
Line 49: | Line 50: | ||
</ | </ | ||
- | |||
- | </ | ||
====== Compilations ====== | ====== Compilations ====== | ||
Line 63: | Line 62: | ||
export PATH=/ | export PATH=/ | ||
- | tar zxvf ../ | + | tar zxvf ../ |
cd Python-2.7.15/ | cd Python-2.7.15/ | ||
- | ./configure --prefix=/ | + | ./configure --prefix=/ |
export PATH=/ | export PATH=/ | ||
export LD_LIBRARY_PATH=/ | export LD_LIBRARY_PATH=/ | ||
- | python ../ | + | python ../ |
pip install numpy scipy | pip install numpy scipy | ||
Line 162: | Line 161: | ||
Remarkably complex compilations. | Remarkably complex compilations. | ||
+ | |||
+ | Notes (from developers): | ||
+ | |||
+ | With the 1.10 release, you won't need the "brute fix for boost to find libs anymore. This page instructions to be for 1.9 by either doing a "git checkout 1.9.0" after "cd openstructure-1.9" | ||
+ | where " | ||
====== cmake.log ====== | ====== cmake.log ====== | ||
Line 249: | Line 253: | ||
</ | </ | ||
+ | \\ | ||
+ | **[[cluster: | ||