Port details |
- py-scipy Scientific tools for Python
- 1.11.1_4,1 science
=6 1.11.1_4,1Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2004-08-26 08:44:44
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: py39-matplotlib, libogg, thunderbird, pftop, firefox
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.scipy.org/
- Description:
- SciPy is an open source library of scientific tools for Python. SciPy
supplements the popular Numpy module, gathering a variety of high level
science and engineering modules together as a single package.
SciPy includes modules for graphics and plotting, optimization, integration,
special functions, signal and image processing, genetic algorithms, ODE
solvers, and others.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/science/py-scipy/ && make install clean
- To add the package, run one of these commands:
- pkg install science/py-scipy
- pkg install py311-scipy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-scipy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-scipy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723220234
SHA256 (scipy-1.11.1.tar.gz) = fb5b492fa035334fd249f0973cc79ecad8b09c604b42a127a677b45a9a3d4289
SIZE (scipy-1.11.1.tar.gz) = 56031509
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-pip>0 : devel/py-pip@py311
- py311-pybind11>0 : devel/py-pybind11@py311
- py311-pythran>=0 : devel/py-pythran@py311
- unzip>0 : archivers/unzip
- gfortran13 : lang/gcc13
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- as : devel/binutils
- Test dependencies:
-
- py311-gmpy2>0 : math/py-gmpy2@py311
- py311-mpmath>0 : math/py-mpmath@py311
- py311-pooch>0 : devel/py-pooch@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pytest-timeout>0 : devel/py-pytest-timeout@py311
- py311-pytest-xdist>0 : devel/py-pytest-xdist@py311
- py311-scikit-umfpack>0 : math/py-scikit-umfpack@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- gfortran13 : lang/gcc13
- python3.11 : lang/python311
- Library dependencies:
-
- libblas.so : math/blas
- libopenblas.so : math/openblas
- This port is required by:
- for Build
-
- biology/py-macs3
- comms/nanovna-saver
- devel/cpp2py
- devel/py-qutip
- devel/py-trimesh
- math/openturns
- math/py-apgl
-
Deleted ports which required this port:
- for Run
-
- astro/py-astlib
- astro/py-astroML
- astro/py-metpy
- astro/py-pykep
- astro/py-skyfield
- astro/py-sunpy
- audio/py-librosa
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-scipy-1.11.1_4,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- science_py-scipy
- USES:
- compiler:c++14-lang cpe fortran python:3.9-3.11 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.0 10 Oct 2010 05:30:49
 |
pgollucci  |
- Update to 0.8.0
PR: ports/151233
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer) |
0.7.2 26 Apr 2010 07:17:47
 |
wen  |
- Update to 0.7.2
PR: ports/146008
Submitted by: Wen Heping (myself)
Approved by: maintainer |
0.7.1 19 Sep 2009 13:34:45
 |
wen  |
- Update to 0.7.1
- Change the dependence to fftw3 from fftw2
- Remove the unnecessary dependence
PR: ports/138630
Submitted by: Wen Heping<wenheping@gmail.com>
Approved by: maintainer, miwi(mentor)
Feature safe: yes |
0.7.0_2 13 Sep 2009 00:08:01
 |
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
0.7.0_1 13 Jul 2009 09:44:48
 |
lwhsu  |
* Fix build of science/py-scipy when math/suitesparse is installed, by
correctly detect and depend on it in math/py-numpy
* Replace the old numpy documentation with the new numpy book
* Explicitly tell the distutil to use gnu95 fortran compiler
* Use ${PYTHONPREFIX_SITELIBDIR} rather than ${PYTHON_SITELIBDIR} when
generating the packing list for science/py-scipy
* Bump PORTREVISIONs, for packing lists are changed
PR: ports/136058
Submitted by: Li-Lun Wang (Leland Wang) <llwang AT infor.org> (maintainer) |
0.7.0 28 Feb 2009 19:54:59
 |
miwi  |
- Update to 0.7.0
PR: 131636
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer |
0.6.0_2 07 Jan 2009 16:34:27
 |
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
0.6.0_1 06 Jun 2008 13:59:05
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.6.0 09 Apr 2008 02:10:10
 |
rafan  |
- Update to 0.6.0
PR: ports/122494
Submitted by: dikshie <dikshie at lapi.itb.ac.id>
Approved by: Li-Lun "Leland" Wang <llwang at infor.org> (maintainer) |
0.5.2.1 02 Sep 2007 20:04:45
 |
db  |
- Fix build of dfftpack. [1]
- Reassign maintainership to llwang@infor.org
PR: ports/112429 [1]
Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (new maintainer) |
0.5.1_1 27 Jul 2007 18:55:31
 |
db  |
- USE_FORTRAN=yes to use FORTRAN compiler.
Notified by: maho
Approved by: ehaupt (mentor) |
0.5.1_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5.1 27 Feb 2007 15:33:24
 |
db  |
- Fix my MAINTAINER e-mail
- Stop portlint whining on Atlas
- integrated changes from maho
- maho wants WANT_FORTRAN knob in gfortran ports
Submitted by: maho
Approved: ehaupt (mentor) |
0.5.1 18 Jan 2007 16:52:31
 |
rafan  |
- Chase blas/lapack/atlas library version |
0.5.1 08 Dec 2006 12:12:09
 |
rafan  |
- Use PYNUMPY
Approved by: Diane Bruce (maintainer, implicit) |
0.5.1 01 Dec 2006 07:39:02
 |
pav  |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver |
0.5.1 15 Nov 2006 23:38:52
 |
rafan  |
- numpy provides f2py now and conflicts f2py. Remoe f2py from dependency.
Approved by: Diane Bruce (maintainer) |
0.5.1 15 Nov 2006 05:54:00
 |
rafan  |
- Update to 0.5.1
- Depends on newer NumPy
- Depends on wxPython either 2.4 or 2.6
PR: ports/103830
Submitted by: Li-Lun Wang
Approved by: Diane Bruce (maintainer) |
0.3.2_2 07 Oct 2006 23:56:10
 |
pav  |
- Fix OPTIONS
Pointy hat to: xride
Submitted by: maintainer |
0.3.2_2 07 Oct 2006 17:16:43
 |
xride  |
depends on atlas when it could also be built with lapack/blas instead
this diff adds an OPTION knob to allow selection at compile time.
PR: 104077
Submitted by: maintainer
Approved by: tmclaugh (mentor) |
0.3.2_1 28 Aug 2006 21:21:17
 |
pav  |
- Mark IGNORE for Atlas installation without WITH_STATICLIB option
PR: ports/100600
Submitted by: Diane Bruce <db@db.net> (maintainer) |
0.3.2_1 21 Mar 2006 04:39:28
 |
tmclaugh  |
- Assign maintainership over to Diane Bruce
- Remove leftover USE_REINPLACE
PR: 93842
Submitted by: new maintainer |
0.3.2_1 25 Feb 2006 20:31:05
 |
tmclaugh  |
Fix MASTER_SITES and make fetchable again.
Approved by: portmgr (marcus) |
0.3.2_1 12 Jan 2006 12:54:32
 |
sem  |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
0.3.2 25 Nov 2005 17:44:39
 |
pav  |
- Add SHA256 |
0.3.2 18 May 2005 15:44:50
 |
vs  |
- Update to 0.3.2
- Fix missing symbols/libraries at runtime
PRs: ports/74878 (TAOKA Fumiyoshi)
ports/80624 (Gregory Crosswhite) |
0.3 12 May 2005 16:39:59
 |
fjoe  |
Finish repo copy of wxgtk 2.4.2 ports to wxgtk24* |
0.3 26 Aug 2004 08:37:09
 |
ijliao  |
add py-scipy 0.3
Scientific tools for Python |