Skip to content

Commit

Permalink
Final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwade committed Nov 4, 2016
1 parent bb1c7eb commit 12c3f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
5 changes: 1 addition & 4 deletions install/conda-recipes/savu/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash

$PYTHON setup.py install --facility $FACILITY # Python command to install the script.

# run the savu installer to install additional packages
savu_installer.sh
$PYTHON setup.py install --facility temp # Python command to install the script.

4 changes: 2 additions & 2 deletions install/conda-recipes/savu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: savu
version: "1.0"
version: "1.1"

source:
url: https://github.com/DiamondLightSource/Savu/archive/version1.tar.gz
url: https://github.com/DiamondLightSource/Savu/archive/v1.1.tar.gz

requirements:
build:
Expand Down
15 changes: 0 additions & 15 deletions install/conda-recipes/savu/oldmeta.yaml

This file was deleted.

0 comments on commit 12c3f92

Please sign in to comment.