From c8a60f57df5a019b2b7295933dc0299d88f1e35c Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Thu, 21 Feb 2019 09:48:33 -0500 Subject: ADD: instruction to build one variant --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a9433d2..fe8fce8 100644 --- a/Readme.md +++ b/Readme.md @@ -58,10 +58,11 @@ To install precompiled binaries, you need `conda` and install from `ccpi` channe conda install ccpi-regulariser -c ccpi -c conda-forge ``` -In order to compile C/C++ sources and additional wrappers from source code, the recommended way is: +In order to compile C/C++ sources and additional wrappers from source code for numpy 1.12 and python 3.6, the recommended way is: ``` git clone https://github.com/vais-ral/CCPi-Regularisation-Toolkit 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. -- cgit v1.2.3