summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-22 06:44:53 -0500
committerTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-22 06:44:53 -0500
commit4505a79103e98adb33bfb4c10391319e56ae7031 (patch)
tree391e8ac544dc152bd9da8295a2446449764db6df /build
parentc8a60f57df5a019b2b7295933dc0299d88f1e35c (diff)
downloadregularization-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-xbuild/build-install.sh4
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