diff options
Diffstat (limited to 'testing/py-scipy/APKBUILD')
-rw-r--r-- | testing/py-scipy/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-scipy/APKBUILD b/testing/py-scipy/APKBUILD index a2f877a274..d184eac47e 100644 --- a/testing/py-scipy/APKBUILD +++ b/testing/py-scipy/APKBUILD @@ -28,15 +28,15 @@ prepare() { build() { cd "$_builddir" export LDFLAGS="$LDFLAGS -shared" - python setup.py config_fc \ + python2 setup.py config_fc \ --fcompiler=gnu95 config || return 1 - python setup.py config_fc \ + python2 setup.py config_fc \ --fcompiler=gnu95 build || return 1 } package() { cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 + python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } md5sums="5ff2971e1ce90e762c59d2cd84837224 scipy-0.17.0.tar.gz" |