summaryrefslogtreecommitdiffstats
path: root/src/Python/fista-recipe
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-01-25 11:47:16 +0000
committerEdoardo Pasca <edo.paskino@gmail.com>2018-01-25 11:47:16 +0000
commitd2e72727c9b9b3478fea5ed6b6be549eec70c034 (patch)
tree0cf42a267e968ecb1dfc3285180301d6d4dec386 /src/Python/fista-recipe
parent132f0d71950fdf8abf7da55593b30d8bc19c7ff6 (diff)
downloadregularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.tar.gz
regularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.tar.bz2
regularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.tar.xz
regularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.zip
removed src dir
Diffstat (limited to 'src/Python/fista-recipe')
-rw-r--r--src/Python/fista-recipe/build.sh10
-rw-r--r--src/Python/fista-recipe/meta.yaml29
2 files changed, 0 insertions, 39 deletions
diff --git a/src/Python/fista-recipe/build.sh b/src/Python/fista-recipe/build.sh
deleted file mode 100644
index e3f3552..0000000
--- a/src/Python/fista-recipe/build.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ -z "$CIL_VERSION" ]; then
- echo "Need to set CIL_VERSION"
- exit 1
-fi
-mkdir "$SRC_DIR/ccpifista"
-cp -r "$RECIPE_DIR/.." "$SRC_DIR/ccpifista"
-
-cd $SRC_DIR/ccpifista
-
-$PYTHON setup-fista.py install
diff --git a/src/Python/fista-recipe/meta.yaml b/src/Python/fista-recipe/meta.yaml
deleted file mode 100644
index 265541f..0000000
--- a/src/Python/fista-recipe/meta.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-package:
- name: ccpi-fista
- version: {{ environ['CIL_VERSION'] }}
-
-
-build:
- preserve_egg_dir: False
- script_env:
- - CIL_VERSION
-# number: 0
-
-requirements:
- build:
- - python
- - numpy
- - setuptools
-
- run:
- - python
- - numpy
- #- astra-toolbox
- - ccpi-regularizers
-
-
-
-about:
- home: http://www.ccpi.ac.uk
- license: Apache v.2.0 license
- summary: 'CCPi Core Imaging Library (Viewer)'