Skip to content

Commit

Permalink
Faster OpenSuse testing, to avoid timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Apr 14, 2016
1 parent a959899 commit b8be6a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.7.70
current_version = 0.7.71
files = setup.py conda-recipe/meta.yaml

2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: limix
version: "0.7.70"
version: "0.7.71"

source:
path: ../
Expand Down
10 changes: 7 additions & 3 deletions deploy/zypper_limix_install
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ if type "sudo" > /dev/null 2>&1; then
prefix="sudo "
fi

eval "${prefix}zypper -n update"
eval "${prefix}zypper -n install libgfortran3 python python-Cython python-numpy \
repo="http://download.opensuse.org/repositories/home:/beyerle:/IAC/openSUSE_Leap_42.1/"
eval "${prefix}zypper ar -f $repo IAC"
eval "${prefix}zypper -n --no-gpg-checks update"
eval "${prefix}zypper -n --no-gpg-checks install libgfortran3 python \
python-Cython python-numpy \
python-numpy-devel python-scipy \
python-matplotlib python-pkgconfig \
python-h5py python-pip swig gcc-c++"
python-h5py python-pip swig gcc-c++
python-pandas python-scikit-learn"
pip install limix
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import importlib

PKG_NAME = 'limix'
VERSION = '0.7.70'
VERSION = '0.7.71'

WORKDIR = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit b8be6a2

Please sign in to comment.