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:16] hmeij07 |
cluster:180 [2019/07/31 18:56] (current) hmeij07 |
||
---|---|---|---|
Line 32: | Line 32: | ||
-- Found FFTW: / | -- Found FFTW: / | ||
-- Found TIFF: / | -- Found TIFF: / | ||
+ | |||
+ | |||
+ | |||
+ | # setup the environment | ||
+ | egrep ^export / | ||
+ | |||
+ | # invoke CLI | ||
+ | ost --help | ||
+ | Usage: | ||
+ | |||
+ | ost [ost options] [script to execute] [script parameters] | ||
+ | |||
+ | or | ||
+ | ost [action name] [action options] | ||
+ | |||
</ | </ | ||
+ | |||
====== Compilations ====== | ====== Compilations ====== | ||
Line 46: | 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 144: | Line 160: | ||
</ | </ | ||
+ | Remarkably complex compilations. | ||
+ | Notes (from developers): | ||
- | # setup the environment | + | 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" |
- | egrep ^export | + | where " |
- | ost --help | + | ====== cmake.log ====== |
- | Usage: | + | |
- | ost [ost options] [script to execute] [script parameters] | + | < |
- | + | ||
- | or | + | |
- | ost [action name] [action options] | + | |
+ | -- The CXX compiler identification is GNU 4.8.4 | ||
+ | -- The C compiler identification is GNU 4.8.4 | ||
+ | -- Check for working CXX compiler: / | ||
+ | -- Check for working CXX compiler: / | ||
+ | -- Detecting CXX compiler ABI info | ||
+ | -- Detecting CXX compiler ABI info - done | ||
+ | -- Detecting CXX compile features | ||
+ | -- Detecting CXX compile features - done | ||
+ | -- Check for working C compiler: / | ||
+ | -- Check for working C compiler: / | ||
+ | -- Detecting C compiler ABI info | ||
+ | -- Detecting C compiler ABI info - done | ||
+ | -- Detecting C compile features | ||
+ | -- Detecting C compile features - done | ||
+ | -- Looking for sys/types.h | ||
+ | -- Looking for sys/types.h - found | ||
+ | -- Looking for stdint.h | ||
+ | -- Looking for stdint.h - found | ||
+ | -- Looking for stddef.h | ||
+ | -- Looking for stddef.h - found | ||
+ | -- Check size of void* | ||
+ | -- Check size of void* - done | ||
+ | -- Boost version: 1.68.0 | ||
+ | -- Found the following Boost libraries: | ||
+ | -- | ||
+ | -- Boost version: 1.68.0 | ||
+ | -- Found the following Boost libraries: | ||
+ | -- | ||
+ | -- Boost version: 1.68.0 | ||
+ | -- Found the following Boost libraries: | ||
+ | -- | ||
+ | -- | ||
+ | -- Boost version: 1.68.0 | ||
+ | -- Found the following Boost libraries: | ||
+ | -- | ||
+ | -- Boost version: 1.68.0 | ||
+ | -- Found the following Boost libraries: | ||
+ | -- | ||
+ | -- Boost version: 1.68.0 | ||
+ | -- Found the following Boost libraries: | ||
+ | -- regex | ||
+ | -- Boost version: 1.68.0 | ||
+ | -- Found the following Boost libraries: | ||
+ | -- | ||
+ | -- Found ZLIB: / | ||
+ | -- Found PNG: / | ||
+ | -- Found EIGEN: / | ||
+ | -- Numpy headers found | ||
+ | -- Found FFTW: / | ||
+ | -- Found TIFF: / | ||
+ | -- LSB-Release system information:: | ||
+ | LSB Distributor-ID: | ||
+ | LSB Release: 6.10 | ||
+ | LSB Codename: final | ||
+ | | ||
+ | -- OpenStructure will be built with the following options: | ||
+ | | ||
+ | RPath in install | ||
+ | Info support | ||
+ | | ||
+ | | ||
+ | | ||
+ | Image Processing support | ||
+ | | ||
+ | Numpy support | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | -- Configuring done | ||
+ | -- Generating done | ||
+ | -- Build files have been written to: / | ||
</ | </ | ||
- | Remarkably complex compilations. | + | \\ |
+ | **[[cluster: | ||