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 1
1
#! /bin/bash
2
2
3
+ $PYTHON setup.py build_ext --inplace
3
4
$PYTHON setup.py install --prefix=$PREFIX
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : mpifft4py
3
- version : " 1.0.3 "
3
+ version : " 1.1.0 "
4
4
5
5
source :
6
6
git_url : ../../
7
7
8
8
build :
9
- number : 27
9
+ number : 0
10
10
11
11
requirements :
12
12
build :
Original file line number Diff line number Diff line change 8
8
9
9
# Version number
10
10
major = 1
11
- minor = 0
12
- version = 3
11
+ minor = 1
12
+ version = 0
13
13
14
14
cwd = os .path .abspath (os .path .dirname (__file__ ))
15
15
cdir = os .path .join (cwd , "mpiFFT4py" , "cython" )
@@ -39,7 +39,7 @@ def build_extensions(self):
39
39
author = "Mikael Mortensen" ,
40
40
author_email = "mikaem@math.uio.no" ,
41
41
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" ,
43
43
classifiers = [
44
44
'Development Status :: 5 - Production/Stable' ,
45
45
'Environment :: Console' ,
You can’t perform that action at this time.
0 commit comments