diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-02-22 06:44:53 -0500 |
---|---|---|
committer | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-02-22 06:44:53 -0500 |
commit | 4505a79103e98adb33bfb4c10391319e56ae7031 (patch) | |
tree | 391e8ac544dc152bd9da8295a2446449764db6df /Readme.md | |
parent | c8a60f57df5a019b2b7295933dc0299d88f1e35c (diff) | |
download | regularization-4505a79103e98adb33bfb4c10391319e56ae7031.tar.gz regularization-4505a79103e98adb33bfb4c10391319e56ae7031.tar.bz2 regularization-4505a79103e98adb33bfb4c10391319e56ae7031.tar.xz regularization-4505a79103e98adb33bfb4c10391319e56ae7031.zip |
UPDATE: docs -> demos and update paths in m and py demos
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ cd CCPi-Regularisation-Toolkit export CCPI_BUILD_ARGS="--numpy 1.12 --python 3.6" build/jenkins-build.sh ``` -this will install `conda build` environment and compiles C/C++ and Python wrappers and performs basic tests. +this will install `conda build` environment and compiles C/C++ and Python wrappers and performs basic tests for environment with python 3.6 and numpy 1.12. ### CMake If you want to build directly using cmake, install CMake (v.>=3) to configure it. Additionally you will need a C compiler, `make` (on linux) and CUDA SDK where available. The toolkit may be used directly from C/C++ as it is compiled as a shared library (check-out the include files in `Core` for this) |