Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- PKGBUILD.orig 2020-06-01 08:42:58.747123642 -0400
- +++ PKGBUILD-1.2.3-2 2020-06-01 10:52:50.668376870 -0400
- @@ -9,7 +9,7 @@
- _name=scipy
- pkgname=python2-scipy
- pkgver=1.2.3
- -pkgrel=1
- +pkgrel=2
- pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
- arch=(x86_64)
- url="https://www.scipy.org/"
- @@ -32,7 +32,7 @@
- sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
- done
- - python2 setup.py config_fc --fcompiler=gnu95 build
- + python2 setup.py config_fc --fcompiler=gnu95 --f77flags="-Wall -g -ffixed-form -fno-second-underscore -fallow-argument-mismatch" --f90flags="-Wall -g -fno-second-underscore -fallow-argument-mismatch" build
- }
- check() {
Advertisement
RAW Paste Data
Copied
Advertisement