From 993022bdddef2c81067db70be6c65a6f943c24bb Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Thu, 25 Jan 2018 11:47:16 +0000
Subject: removed src dir

---
 src/Python/compile.sh.in | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 src/Python/compile.sh.in

(limited to 'src/Python/compile.sh.in')

diff --git a/src/Python/compile.sh.in b/src/Python/compile.sh.in
deleted file mode 100644
index 93fdba2..0000000
--- a/src/Python/compile.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 conda-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi
-- 
cgit v1.2.3