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 /build | |
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 'build')
-rwxr-xr-x | build/build-install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/build-install.sh b/build/build-install.sh new file mode 100755 index 0000000..def66a4 --- /dev/null +++ b/build/build-install.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +export CCPI_BUILD_ARGS="--numpy 1.12 --python 3.6" +bash <(curl -L https://raw.githubusercontent.com/vais-ral/CCPi-VirtualMachine/master/scripts/jenkins-build.sh) +conda install -y ccpi-regulariser --use-local --force
\ No newline at end of file |