From 20ca5ce5a1c23936d0ebf6d49cd80e90e81da7fe Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Tue, 23 Jan 2018 17:30:20 +0000
Subject: Added conda recipe for FISTA

removed dangling files
---
 Wrappers/Python/compile-fista.sh.in | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 Wrappers/Python/compile-fista.sh.in

(limited to 'Wrappers/Python/compile-fista.sh.in')

diff --git a/Wrappers/Python/compile-fista.sh.in b/Wrappers/Python/compile-fista.sh.in
deleted file mode 100644
index 267f014..0000000
--- a/Wrappers/Python/compile-fista.sh.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# compile within the right conda environment
-#module load python/anaconda
-#source activate @CONDA_ENVIRONMENT@
-
-export CIL_VERSION=@CIL_VERSION@
-export LIBRARY_INC=@CONDA_ENVIRONMENT_LIBRARY_INC@
-
-conda build fista-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi
-- 
cgit v1.2.3