17 Commits

Author SHA1 Message Date
daniel
893abb61c5 update scipy to 1.6.3
ok sthen@
2023-01-19 03:13:35 +00:00
naddy
ab45f39af6 drop RCS Ids 2022-03-11 19:36:11 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
daniel
31b0ea8cdb update to 1.5.3; a bug-fix release 2020-10-28 01:24:38 +00:00
daniel
9b8e165000 Update py-scipy to 1.5.2 which is now python3-only.
tweaks and ok bket@
2020-10-12 22:04:32 +00:00
jca
c9fa63c46c Use math/cblas instead of a bundled copy
scipy properly detects cblas now that libcblas.so has a dep on
libblas.so.  Register the dep on math/cblas, along with math/lapack,
because scipy directly links against those.  (py-numpy, a BUILD
and RUN_DEPENDS, also links against those but better be explicit).

Spotted by naddy@

While here, bytecompile all the installed .py files
2020-04-03 15:12:07 +00:00
daniel
fef0569685 Update to py-scipy 1.2.3. 2020-02-16 17:53:36 +00:00
daniel
0f2051a4d3 Repair PLIST. 2019-04-20 23:55:21 +00:00
daniel
8a1596e617 Update py-scipy to 1.2.1. 2019-04-20 21:35:01 +00:00
daniel
9298dadb3e Update py-scipy to 1.1.0. 2018-07-01 23:14:19 +00:00
daniel
1d4a9acd9a Update scipy to 0.17.1 since newer lapack has removed certain symbols
which caused scipy 0.16.1 to stop working in certain situations.

This issue was reported by David Kalliecharan and is also documented at:
https://github.com/scipy/scipy/issues/5266

The failure looks like this:

In [9]: import scipy.interpolate as interp
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'sgegv_'
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'dgegv_'
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'cgegv_'
python3.6:/usr/local/lib/python3.6/site-packages/scipy/linalg/_flapack.so: undefined symbol 'zgegv_'

While here also switch MASTER_SITES from sourceforge to pypi and switch from
g77 to gfortran.
2018-06-23 18:45:10 +00:00
daniel
55089d2f69 Update py-scipy to 0.16.1. Many thanks to Anton Kasimov for testing.
ok shadchin@
2016-04-25 08:33:23 +00:00
daniel
aa8a4a5f1a Update py-scipy to 0.14.1 and take over maintainer from eric@ with his
permission.

ok benoit@
2015-01-09 14:40:27 +00:00
rpointel
6dc8c2a4ce update scipy to 0.10.0.
ok eric@ (maintainer).
2011-11-15 14:45:46 +00:00
eric
c9239c1402 update to 0.9.0
ok rpointel@ landry@
2011-05-27 10:10:19 +00:00
eric
5bc386b996 Add dependency on math/umfpack to avoid it being accidently detected
at build time. Also fix a build issue. Breakage spotted by naddy@.

ok naddy@
2009-04-05 18:08:34 +00:00
eric
d2387ab07a SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
science, and engineering.  It includes modules for statistics,
optimization, integration, linear algebra, Fourier transforms, signal
and image processing, genetic algorithms, ODE solvers, and more.  It
is also the name of a very popular conference on scientific
programming with Python. 

The SciPy library depends on NumPy, which provides convenient and fast
N-dimensional array manipulation. The SciPy library is built to work
with NumPy arrays, and provides many user-friendly and efficient
numerical routines such as routines for numerical integration and
optimization. Together, they run on all popular operating systems, are
quick to install, and are free of charge. NumPy and SciPy are easy to
use, but powerful enough to be depended upon by some of the world's
leading scientists and engineers. If you need to manipulate numbers on
a computer and display or publish the results, give SciPy a try! 


ok ajacoutot@
2009-02-16 14:42:37 +00:00