File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ $PYTHON setup.py build_ext --inplace
34$PYTHON setup.py install --prefix=$PREFIX
Original file line number Diff line number Diff line change 11package :
22 name : mpifft4py
3- version : " 1.0.3 "
3+ version : " 1.1.0 "
44
55source :
66 git_url : ../../
77
88build :
9- number : 27
9+ number : 0
1010
1111requirements :
1212 build :
Original file line number Diff line number Diff line change 88
99# Version number
1010major = 1
11- minor = 0
12- version = 3
11+ minor = 1
12+ version = 0
1313
1414cwd = os .path .abspath (os .path .dirname (__file__ ))
1515cdir = os .path .join (cwd , "mpiFFT4py" , "cython" )
@@ -39,7 +39,7 @@ def build_extensions(self):
3939 author = "Mikael Mortensen" ,
4040 author_email = "[email protected] " ,
4141 url = 'https://github.com/spectralDNS/mpiFFT4py' ,
42- download_url = "https://github.com/spectralDNS/mpiFFT4py/archive/mpiFFT4py-1.0.2 .tar.gz" ,
42+ download_url = "https://github.com/spectralDNS/mpiFFT4py/archive/mpiFFT4py-1.1.0 .tar.gz" ,
4343 classifiers = [
4444 'Development Status :: 5 - Production/Stable' ,
4545 'Environment :: Console' ,
You can’t perform that action at this time.
0 commit comments