notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details on branch 2023Q4
py-numpy The New Numeric Extension to Python
1.26.4_6,1 math on this many watch lists=15 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.26.4_6,1Version of this port present on the latest quarterly branch.
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-09-01 18:14:31
Last Update: 2025-03-08 04:05:21
Commit Hash: 06a08e6
People watching this port, also watch:: mpfr, p5-Net-SSLeay, dbus, libXdamage, xorg-fonts-truetype
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://www.numpy.org/
Description:
NumPy is the fundamental package for scientific computing with Python. It contains among other things: - a powerful N-dimensional array object - sophisticated (broadcasting) functions - tools for integrating C/C++ and Fortran code - useful linear algebra, Fourier transform, and random number capabilities Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}numpy>0:math/py-numpy@${PY_FLAVOR}
To install the port:
cd /usr/ports/math/py-numpy/ && make install clean
To add the package, run one of these commands:
  • pkg install math/py-numpy
  • pkg install py311-numpy
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-numpy listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-numpy
Package flavors (<flavor>: <package>)
  • py311: py311-numpy
  • py310: py310-numpy
  • py39: py39-numpy
distinfo:
TIMESTAMP = 1718154974 SHA256 (numpy-1.26/numpy-1.26.4.tar.gz) = 2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010 SIZE (numpy-1.26/numpy-1.26.4.tar.gz) = 15786129

Expand this list (2 items)

Collapse this list.

SHA256 (numpy-1.26/numpy-html.zip) = 1dc88fc45a7709143b7b917e8e807e4985c41fe3fb7ee5fc55c3aeec5f369fdd SIZE (numpy-1.26/numpy-html.zip) = 25538887

Collapse this list.


Packages (timestamps in pop-ups are UTC):
py39-numpy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.26.4_6,11.26.4_6,1-1.26.4_6,1----
FreeBSD:13:quarterly1.26.4_6,11.26.4_6,1-1.26.4_2,11.26.4_6,1-1.25.0_4,1-
FreeBSD:14:latest1.26.4_6,1--1.26.4_6,11.26.4_6,1---
FreeBSD:14:quarterly1.26.4_2,11.26.4_6,1-1.26.4_2,11.26.4_6,1-1.25.0_4,1-
FreeBSD:15:latest1.26.4_6,11.26.4_6,1n/a1.26.4_6,1n/a-1.25.0_6,11.25.0_6,1
 
py310-numpy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.26.4_6,11.26.4_6,1-1.26.4_6,11.26.4_6,1---
FreeBSD:13:quarterly1.26.4_6,11.26.4_6,1-1.26.4_2,11.26.4_6,1-1.25.0_4,1-
FreeBSD:14:latest1.26.4_6,11.26.4_6,1-1.26.4_6,11.26.4_6,1---
FreeBSD:14:quarterly1.26.4_2,11.26.4_6,1-1.26.4_2,11.26.4_6,1-1.25.0_4,1-
FreeBSD:15:latest1.26.4_6,11.26.4_6,1n/a1.26.4_6,1n/a-1.25.0_6,11.25.0_6,1
 
py311-numpy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.26.4_6,11.26.4_6,1-1.26.4_6,11.26.4_6,1---
FreeBSD:13:quarterly1.26.4_6,11.26.4_6,1-1.26.4_2,11.26.4_6,1-1.25.0_4,1-
FreeBSD:14:latest1.26.4_6,11.26.4_6,1-1.26.4_6,11.26.4_6,1---
FreeBSD:14:quarterly1.26.4_2,11.26.4_6,1-1.26.4_2,11.26.4_6,1-1.25.0_4,1-
FreeBSD:15:latest1.26.4_6,11.26.4_6,1n/a1.26.4_6,1n/a-1.25.0_6,11.25.0_6,1
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gfortran13 : lang/gcc13
  2. cython-3.11 : lang/cython@py311
  3. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  4. python3.11 : lang/python311
  5. as : devel/binutils
Test dependencies:
  1. py311-pytest>=6.2.5 : devel/py-pytest@py311
  2. py311-hypothesis>=6.24.1 : devel/py-hypothesis@py311
  3. py311-typing-extensions>=4.2.0 : devel/py-typing-extensions@py311
  4. python3.11 : lang/python311
Runtime dependencies:
  1. gfortran13 : lang/gcc13
  2. python3.11 : lang/python311
Library dependencies:
  1. libumfpack.so : math/suitesparse-umfpack
  2. libopenblas.so : math/openblas
This port is required by:
for Build
  1. archivers/py-bitshuffle
  2. archivers/py-blosc2
  3. astro/astrometry
  4. astro/py-astropy
  5. astro/py-astropy-helpers
  6. astro/py-fitsio
  7. astro/py-jplephem
Expand this list (314 items / 307 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. astro/py-pyerfa
  3. astro/py-skyfield
  4. astro/py-spktype01
  5. astro/py-spktype21
  6. astro/py-sunpy
  7. audio/py-aubio
  8. audio/py-essentia
  9. audio/py-pysndfile
  10. biology/prodigy-lig
  11. biology/py-PySCeS
  12. biology/py-biom-format
  13. biology/py-biopython
  14. biology/py-biosig
  15. biology/py-bx-python
  16. biology/py-ete3
  17. biology/py-htseq
  18. biology/py-macs2
  19. biology/py-macs3
  20. biology/py-scikit-bio
  21. biology/pyfasta
  22. cad/openscad
  23. cad/openscad-devel
  24. cad/py-gdstk
  25. cad/py-pygmsh
  26. comms/gnuradio
  27. comms/nanovna-saver
  28. comms/uhd
  29. databases/py-apache-arrow
  30. databases/py-duckdb
  31. databases/py-fastparquet
  32. databases/py-pyarrow
  33. databases/py-tiledb
  34. devel/boost-mpi-libs
  35. devel/boost-python-libs
  36. devel/cpp2py
  37. devel/py-cclib
  38. devel/py-cftime
  39. devel/py-colorspacious
  40. devel/py-crick
  41. devel/py-ewah-bool-utils
  42. devel/py-jep
  43. devel/py-numba
  44. devel/py-pycocotools
  45. devel/py-pykdtree
  46. devel/py-pyopencl
  47. devel/py-qutip
  48. devel/py-rapidfuzz
  49. devel/py-scikit-build-core
  50. devel/py-tables
  51. devel/py-thinc
  52. devel/py-thinc8
  53. devel/py-traits
  54. devel/py-zfp
  55. devel/root
  56. devel/shiboken6
  57. finance/freqtrade
  58. finance/py-Nasdaq-Data-Link
  59. finance/py-exchange-calendars
  60. finance/py-ffn
  61. finance/py-investpy
  62. finance/py-pandas-ta
  63. finance/py-ta-lib
  64. french/aster
  65. games/openage
  66. graphics/blender
  67. graphics/mahotas
  68. graphics/mypaint
  69. graphics/opencv
  70. graphics/piglit
  71. graphics/py-PyOpenGL
  72. graphics/py-PyOpenGL-accelerate
  73. graphics/py-cartopy
  74. graphics/py-imagecodecs
  75. graphics/py-mayavi
  76. graphics/py-pandana
  77. graphics/py-pygeos
  78. graphics/py-rasterio
  79. graphics/py-rawpy
  80. graphics/py-scikit-image
  81. graphics/py-simplejpeg
  82. graphics/py-vispy
  83. math/gau2grid
  84. math/nlopt
  85. math/openturns
  86. math/py-CyLP
  87. math/py-POT
  88. math/py-SQNomad
  89. math/py-ambit
  90. math/py-apgl
  91. math/py-blis
  92. math/py-bottleneck
  93. math/py-cvxpy
  94. math/py-cyipopt
  95. math/py-diffcp
  96. math/py-ecos
  97. math/py-faiss
  98. math/py-fastcluster
  99. math/py-fpylll
  100. math/py-fsph
  101. math/py-gau2grid
  102. math/py-hdbscan
  103. math/py-hdmedians
  104. math/py-heyoka
  105. math/py-hmmlearn
  106. math/py-ipyopt
  107. math/py-keras
  108. math/py-levmar
  109. math/py-libceed
  110. math/py-linearmodels
  111. math/py-lmfit
  112. math/py-mathics
  113. math/py-matplotlib
  114. math/py-minorminer
  115. math/py-ml-dtypes
  116. math/py-mnnpy
  117. math/py-nlopt
  118. math/py-numexpr
  119. math/py-numpy-stl
  120. math/py-openTSNE
  121. math/py-or-tools
  122. math/py-osqp
  123. math/py-pandas
  124. math/py-pdal
  125. math/py-petsc4py
  126. math/py-primme
  127. math/py-py-find-1st
  128. math/py-pyFFTW
  129. math/py-pygsl
  130. math/py-pygslodeiv2
  131. math/py-pyhull
  132. math/py-pynleq2
  133. math/py-pyodeint
  134. math/py-pytensor
  135. math/py-python-fcl
  136. math/py-python-picard
  137. math/py-pywavelets
  138. math/py-scikit-umfpack
  139. math/py-scs
  140. math/py-slepc4py
  141. math/py-ssm
  142. math/py-statsmodels
  143. math/py-yt
  144. math/xtensor-python
  145. misc/adios2
  146. misc/caffe
  147. misc/orange3
  148. misc/py-apache-beam
  149. misc/py-detecta
  150. misc/py-ezc3d
  151. misc/py-fast-histogram
  152. misc/py-fastscapelib
  153. misc/py-gluoncv
  154. misc/py-gluonnlp
  155. misc/py-lightgbm
  156. misc/py-mmcv
  157. misc/py-numcodecs
  158. misc/py-openvdb
  159. misc/py-orange3-network
  160. misc/py-pyEDFlib
  161. misc/py-pytorch
  162. misc/py-shap2
  163. misc/py-torchmetrics
  164. misc/py-torchvision
  165. misc/py-uhi
  166. misc/pytorch
  167. misc/urh
  168. science/abinit
  169. science/cantera
  170. science/gnudatalanguage
  171. science/paraview
  172. science/pastix
  173. science/precice
  174. science/py-GPy
  175. science/py-MDAnalysis
  176. science/py-OpenMC
  177. science/py-PyNE
  178. science/py-arch
  179. science/py-asap3
  180. science/py-atomium
  181. science/py-boutdata
  182. science/py-boututils
  183. science/py-chempy
  184. science/py-dimod
  185. science/py-dipy
  186. science/py-dwave-cloud-client
  187. science/py-dwave-hybrid
  188. science/py-dwave-optimization
  189. science/py-dwave-samplers
  190. science/py-dwave-system
  191. science/py-earthpy
  192. science/py-gpaw
  193. science/py-gsd
  194. science/py-h5py
  195. science/py-libgetar
  196. science/py-meshio
  197. science/py-molmod
  198. science/py-ncrystal
  199. science/py-netCDF4
  200. science/py-obspy
  201. science/py-oddt
  202. science/py-openpiv
  203. science/py-penaltymodel
  204. science/py-phono3py
  205. science/py-phonopy
  206. science/py-pnetcdf
  207. science/py-pymatgen
  208. science/py-pymol
  209. science/py-pyprecice
  210. science/py-pyqubo
  211. science/py-pyscf
  212. science/py-scikit-fuzzy
  213. science/py-scikit-learn
  214. science/py-scikit-sparse
  215. science/py-scimath
  216. science/py-scipy
  217. science/py-spglib
  218. science/py-tensorflow
  219. science/py-thewalrus
  220. science/py-trx-python
  221. science/py-veusz
  222. science/pynn
  223. science/qmcpack
  224. science/rdkit
  225. science/salome-kernel
  226. science/tfel
  227. science/tfel-edf
  228. science/trilinos
  229. science/ttk
  230. science/vmd
  231. science/wwplot
  232. textproc/py-gensim
  233. textproc/py-langid
  234. textproc/py-pdf2docx
  235. textproc/py-spacy
  236. textproc/py-wordcloud
  237. Collapse this list.

Deleted ports which required this port:

Expand this list of 72 deleted ports
  1. astro/py-aipy*
  2. astro/py-pyfits*
  3. audio/pulseeffects*
  4. audio/py-jack*
  5. audio/py-py-jack*
  6. biology/py-fastTSNE*
  7. biology/pycogent*
  8. biology/unanimity*
  9. comms/libbtbb*
  10. comms/ubertooth*
  11. comms/wsjt*
  12. comms/wspr*
  13. databases/py-arrow*
  14. devel/jep*
  15. devel/py-rapidfuzz2*
  16. finance/py-TA-Lib*
  17. graphics/blender-lts28*
  18. graphics/blender-lts29*
  19. graphics/caffe*
  20. graphics/py-opencv*
  21. graphics/py-opencv2*
  22. graphics/py-opengl*
  23. graphics/py-pyembree*
  24. graphics/py-visual*
  25. graphics/pygts*
  26. math/biggles*
  27. math/py-PyWavelets*
  28. math/py-basemap*
  29. math/py-blis07*
  30. math/py-gnuplot*
  31. math/py-graphtool*
  32. math/py-gsl*
  33. math/py-igakit*
  34. math/py-matplotlib2*
  35. math/py-numdifftools*
  36. math/py-pyipopt*
  37. math/py-pymc*
  38. math/py-pysparse*
  39. math/py-pystan*
  40. math/py-python_fcl*
  41. math/py-rpy*
  42. math/py-scientific*
  43. math/py-statsmodels010*
  44. math/py-symeig*
  45. math/rpy*
  46. math/rpy2*
  47. math/sage*
  48. misc/py-anndata*
  49. misc/py-qiskit-machine-learning*
  50. multimedia/subsync*
  51. science/MOOSE-neural-simulator*
  52. science/avogadro*
  53. science/brian*
  54. science/lm*
  55. science/py-ScientificPython*
  56. science/py-hcluster*
  57. science/py-mlpy*
  58. science/py-obspy-core*
  59. science/py-pydap*
  60. science/py-qiskit-aer*
  61. science/py-qiskit-dynamics*
  62. science/py-qiskit-experiments*
  63. science/py-qiskit-finance*
  64. science/py-qiskit-ibm-experiment*
  65. science/py-qiskit-ibm-provider*
  66. science/py-qiskit-ibmq-provider*
  67. science/py-qiskit-nature*
  68. science/py-qiskit-optimization*
  69. science/py-qiskit-terra*
  70. science/pycdf*
  71. science/triqs*
  72. x11-toolkits/py-pyqwt*
  73. Collapse this list of deleted ports.
for Run
  1. archivers/py-bitshuffle
  2. archivers/py-blosc2
  3. astro/astrometry
  4. astro/py-astlib
  5. astro/py-astroML
  6. astro/py-astropy
  7. astro/py-astropy-helpers
Expand this list (627 items / 620 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. astro/py-fitsio
  3. astro/py-jplephem
  4. astro/py-metpy
  5. astro/py-pyerfa
  6. astro/py-pykep
  7. astro/py-pysofa
  8. astro/py-ro
  9. astro/py-skyfield
  10. astro/py-spktype01
  11. astro/py-spktype21
  12. astro/py-sunpy
  13. audio/py-SoundFile
  14. audio/py-aubio
  15. audio/py-auditok
  16. audio/py-essentia
  17. audio/py-librosa
  18. audio/py-music21
  19. audio/py-pysndfile
  20. audio/py-resampy
  21. audio/py-samplerate
  22. audio/py-sounddevice
  23. audio/py-soxr
  24. audio/py-wavio
  25. biology/checkm
  26. biology/groopm
  27. biology/py-PySCeS
  28. biology/py-biom-format
  29. biology/py-biopython
  30. biology/py-bx-python
  31. biology/py-deeptools
  32. biology/py-ete3
  33. biology/py-goatools
  34. biology/py-htseq
  35. biology/py-loompy
  36. biology/py-macs2
  37. biology/py-macs3
  38. biology/py-mrcfile
  39. biology/py-multiqc
  40. biology/py-ont-fast5-api
  41. biology/py-orange3-single-cell
  42. biology/py-scikit-bio
  43. biology/pyfasta
  44. cad/py-gdspy
  45. cad/py-gdstk
  46. cad/py-lcapy
  47. cad/py-pyfda
  48. cad/py-pygmsh
  49. comms/apitran
  50. comms/cubicsdr
  51. comms/gnuradio
  52. comms/nanovna-saver
  53. comms/py-ModbusTCP
  54. databases/py-apache-arrow
  55. databases/py-duckdb
  56. databases/py-fastparquet
  57. databases/py-tiledb
  58. devel/cpp2py
  59. devel/py-aiortc
  60. devel/py-anndata
  61. devel/py-asteval
  62. devel/py-beartype
  63. devel/py-bullet3
  64. devel/py-cclib
  65. devel/py-cftime
  66. devel/py-colorspacious
  67. devel/py-dask
  68. devel/py-dataclass-array
  69. devel/py-etils
  70. devel/py-ewah-bool-utils
  71. devel/py-fastf1
  72. devel/py-game
  73. devel/py-hypothesis
  74. devel/py-ipydatawidgets
  75. devel/py-ipympl
  76. devel/py-jep
  77. devel/py-jupyter-rfb
  78. devel/py-mediapy
  79. devel/py-monty
  80. devel/py-mystic
  81. devel/py-numba
  82. devel/py-pycocotools
  83. devel/py-pycompilation
  84. devel/py-pyina
  85. devel/py-pykdtree
  86. devel/py-pyopencl
  87. devel/py-pyquil
  88. devel/py-pythran
  89. devel/py-qcs-sdk-python
  90. devel/py-qutip
  91. devel/py-qutip-qip
  92. devel/py-rapidfuzz
  93. devel/py-rpcq
  94. devel/py-sparse
  95. devel/py-tables
  96. devel/py-thinc
  97. devel/py-thinc8
  98. devel/py-uproot
  99. devel/py-websockify
  100. devel/py-xarray
  101. devel/py-xarray-einstats
  102. devel/py-xarray-simlab
  103. devel/py-zarr
  104. devel/py-zfp
  105. devel/shiboken6
  106. devel/vitables
  107. editors/setzer
  108. finance/freqtrade
  109. finance/py-Nasdaq-Data-Link
  110. finance/py-exchange-calendars
  111. finance/py-ffn
  112. finance/py-investpy
  113. finance/py-pandas-ta
  114. finance/py-quantecon
  115. finance/py-ta-lib
  116. finance/py-yfinance
  117. french/aster
  118. games/endgame-singularity
  119. games/fretsonfire
  120. games/krank
  121. games/openage
  122. graphics/blender
  123. graphics/inkscape
  124. graphics/matplotlib-cpp
  125. graphics/mypaint
  126. graphics/opencv
  127. graphics/piglit
  128. graphics/py-PyOpenGL
  129. graphics/py-PyOpenGL-accelerate
  130. graphics/py-albucore
  131. graphics/py-albumentations
  132. graphics/py-cartopy
  133. graphics/py-face_recognition
  134. graphics/py-fury
  135. graphics/py-geomdl
  136. graphics/py-geosnap
  137. graphics/py-gizeh
  138. graphics/py-h3
  139. graphics/py-imagecodecs
  140. graphics/py-imageio
  141. graphics/py-imutils
  142. graphics/py-mapclassify
  143. graphics/py-mayavi
  144. graphics/py-mgwr
  145. graphics/py-moderngl-window
  146. graphics/py-mpl-scatter-density
  147. graphics/py-osmnet
  148. graphics/py-pandana
  149. graphics/py-pointpats
  150. graphics/py-pycollada
  151. graphics/py-pygeos
  152. graphics/py-pyqtgraph
  153. graphics/py-pyrsgis
  154. graphics/py-pyvista
  155. graphics/py-qudida
  156. graphics/py-rasterio
  157. graphics/py-rasterstats
  158. graphics/py-rawpy
  159. graphics/py-scikit-image
  160. graphics/py-tifffile
  161. graphics/py-toyplot
  162. graphics/py-urbanaccess
  163. graphics/py-urbansim
  164. graphics/py-vispy
  165. graphics/py-visvis
  166. graphics/py-zbar-py
  167. graphics/qgis
  168. graphics/qgis-ltr
  169. graphics/qtqr
  170. math/nlopt
  171. math/openturns
  172. math/py-CyLP
  173. math/py-GridDataFormats
  174. math/py-POT
  175. math/py-Py-BOBYQA
  176. math/py-PySCIPOpt
  177. math/py-SQNomad
  178. math/py-algopy
  179. math/py-ambit
  180. math/py-apgl
  181. math/py-arviz
  182. math/py-autograd
  183. math/py-awkward
  184. math/py-awkward-cpp
  185. math/py-baycomp
  186. math/py-bayesian-optimization
  187. math/py-benford_py
  188. math/py-blis
  189. math/py-bottleneck
  190. math/py-chaospy
  191. math/py-clarabel
  192. math/py-cma
  193. math/py-cmaes
  194. math/py-cmyt
  195. math/py-colormath
  196. math/py-contourpy
  197. math/py-cvxpy
  198. math/py-cyipopt
  199. math/py-deap
  200. math/py-dgl
  201. math/py-diffcp
  202. math/py-ducc0
  203. math/py-ecos
  204. math/py-emcee
  205. math/py-faiss
  206. math/py-fastcluster
  207. math/py-fastdtw
  208. math/py-fenics-basix
  209. math/py-flax
  210. math/py-fpylll
  211. math/py-fsph
  212. math/py-fvcore
  213. math/py-gau2grid
  214. math/py-gimmik
  215. math/py-gym
  216. math/py-hdbscan
  217. math/py-hdmedians
  218. math/py-hepstats
  219. math/py-heyoka
  220. math/py-hmmlearn
  221. math/py-iminuit
  222. math/py-iohexperimenter
  223. math/py-ipyopt
  224. math/py-isosurfaces
  225. math/py-jacobi
  226. math/py-jax
  227. math/py-keras
  228. math/py-keras-applications
  229. math/py-keras-preprocessing
  230. math/py-libceed
  231. math/py-linearmodels
  232. math/py-lmfit
  233. math/py-luminol
  234. math/py-mapbox-earcut
  235. math/py-mathics
  236. math/py-matplotlib
  237. math/py-minorminer
  238. math/py-ml-dtypes
  239. math/py-mnnpy
  240. math/py-modin
  241. math/py-networkx
  242. math/py-nevergrad
  243. math/py-nlopt
  244. math/py-numexpr
  245. math/py-numpoly
  246. math/py-numpy-groupies
  247. math/py-numpy-stl
  248. math/py-openTSNE
  249. math/py-or-tools
  250. math/py-osqp
  251. math/py-pandas
  252. math/py-patsy
  253. math/py-pdal
  254. math/py-petsc4py
  255. math/py-point-annotator
  256. math/py-primme
  257. math/py-py-find-1st
  258. math/py-pyFFTW
  259. math/py-pygsl
  260. math/py-pygslodeiv2
  261. math/py-pyhull
  262. math/py-pymc3
  263. math/py-pyneqsys
  264. math/py-pynndescent
  265. math/py-pyodeint
  266. math/py-pyodesys
  267. math/py-pyrr
  268. math/py-pysym
  269. math/py-pytensor
  270. math/py-python-fcl
  271. math/py-python-louvain
  272. math/py-python-picard
  273. math/py-pywavelets
  274. math/py-qats
  275. math/py-qdldl
  276. math/py-quadprog
  277. math/py-resample
  278. math/py-rpy2
  279. math/py-rustworkx
  280. math/py-rvlib
  281. math/py-scikit-fem
  282. math/py-scikit-umfpack
  283. math/py-scs
  284. math/py-seaborn
  285. math/py-seriate
  286. math/py-slepc4py
  287. math/py-snuggs
  288. math/py-spectral
  289. math/py-spglm
  290. math/py-spint
  291. math/py-splot
  292. math/py-spopt
  293. math/py-spreg
  294. math/py-spvcm
  295. math/py-ssm
  296. math/py-statsmodels
  297. math/py-sym
  298. math/py-theano
  299. math/py-timple
  300. math/py-umap-learn
  301. math/py-uncertainties
  302. math/py-unyt
  303. math/py-yt
  304. math/xtensor-python
  305. misc/adios2
  306. misc/caffe
  307. misc/mmdnn
  308. misc/orange3
  309. misc/py-QSpectrumAnalyzer
  310. misc/py-SQCommon
  311. misc/py-SQImFil
  312. misc/py-SQSnobFit
  313. misc/py-SimpleSoapy
  314. misc/py-accelerate
  315. misc/py-aider-chat
  316. misc/py-apache-beam
  317. misc/py-boost-histogram
  318. misc/py-cmap
  319. misc/py-datasets
  320. misc/py-detecta
  321. misc/py-ezc3d
  322. misc/py-facenet-pytorch
  323. misc/py-fast-histogram
  324. misc/py-fastscapelib
  325. misc/py-gguf
  326. misc/py-gluoncv
  327. misc/py-gluonnlp
  328. misc/py-hist
  329. misc/py-histoprint
  330. misc/py-ipyfastscape
  331. misc/py-laspy
  332. misc/py-lightgbm
  333. misc/py-llama-cpp-python
  334. misc/py-mffpy
  335. misc/py-mmcv
  336. misc/py-mmdet
  337. misc/py-mmengine
  338. misc/py-mmsegmentation
  339. misc/py-npTDMS
  340. misc/py-numcodecs
  341. misc/py-onnx
  342. misc/py-onnxconverter-common
  343. misc/py-openai
  344. misc/py-openai-whisper
  345. misc/py-openvdb
  346. misc/py-optuna
  347. misc/py-orange3-associate
  348. misc/py-orange3-educational
  349. misc/py-orange3-network
  350. misc/py-orange3-timeseries
  351. misc/py-pkbar
  352. misc/py-pyEDFlib
  353. misc/py-pymatreader
  354. misc/py-pytorch
  355. misc/py-pytorch-lightning
  356. misc/py-safetensors
  357. misc/py-scikit-fusion
  358. misc/py-shap2
  359. misc/py-soapy_power
  360. misc/py-tflearn
  361. misc/py-tflite
  362. misc/py-tflite-support
  363. misc/py-thermocouples_reference
  364. misc/py-timm-vis
  365. misc/py-torch-geometric
  366. misc/py-torchmetrics
  367. misc/py-torchvision
  368. misc/py-uhi
  369. misc/py-wurlitzer
  370. misc/py-xformers
  371. misc/py-xgboost
  372. misc/pytorch
  373. misc/urh
  374. multimedia/ffsubsync
  375. multimedia/pitivi
  376. multimedia/py-PySceneDetect
  377. multimedia/py-moviepy
  378. multimedia/py-pretty_midi
  379. net-p2p/bazarr
  380. print/py-glyphtools
  381. science/agrum
  382. science/bout++
  383. science/cantera
  384. science/dftbplus
  385. science/gnudatalanguage
  386. science/meep
  387. science/paraview
  388. science/pastix
  389. science/precice
  390. science/py-GPy
  391. science/py-GPyOpt
  392. science/py-HofstadterTools
  393. science/py-MDAnalysis
  394. science/py-MDAnalysisTests
  395. science/py-OpenFermion
  396. science/py-OpenMC
  397. science/py-PyFR
  398. science/py-PyNE
  399. science/py-SimpleSpectral
  400. science/py-abipy
  401. science/py-access
  402. science/py-arch
  403. science/py-asap3
  404. science/py-asdf
  405. science/py-ase
  406. science/py-atomium
  407. science/py-boutdata
  408. science/py-boututils
  409. science/py-cfgrib
  410. science/py-chainer
  411. science/py-chainer-chemistry
  412. science/py-chempy
  413. science/py-cirq-core
  414. science/py-dftd4
  415. science/py-dimod
  416. science/py-dipy
  417. science/py-dwave-cloud-client
  418. science/py-dwave-hybrid
  419. science/py-dwave-inspector
  420. science/py-dwave-optimization
  421. science/py-dwave-preprocessing
  422. science/py-dwave-samplers
  423. science/py-dwave-system
  424. science/py-earthpy
  425. science/py-eccodes
  426. science/py-geometer
  427. science/py-geometric
  428. science/py-gpaw
  429. science/py-gsd
  430. science/py-h5json
  431. science/py-h5py
  432. science/py-h5pyd
  433. science/py-hiphive
  434. science/py-icet
  435. science/py-inequality
  436. science/py-ipygany
  437. science/py-kimpy
  438. science/py-kinematics
  439. science/py-kliff
  440. science/py-libgetar
  441. science/py-libpysal
  442. science/py-lifelines
  443. science/py-mdp
  444. science/py-meshio
  445. science/py-mmtf-python
  446. science/py-molmod
  447. science/py-mpcontribs-client
  448. science/py-mplhep
  449. science/py-ncrystal
  450. science/py-netCDF4
  451. science/py-nibabel
  452. science/py-obspy
  453. science/py-oddt
  454. science/py-openpiv
  455. science/py-optking
  456. science/py-paramz
  457. science/py-penaltymodel
  458. science/py-periodictable
  459. science/py-phono3py
  460. science/py-phonopy
  461. science/py-pnetcdf
  462. science/py-pupynere
  463. science/py-pyberny
  464. science/py-pygmo2
  465. science/py-pyked
  466. science/py-pymatgen
  467. science/py-pymol
  468. science/py-pyprecice
  469. science/py-pyqubo
  470. science/py-pyscf
  471. science/py-pyteomics
  472. science/py-qcelemental
  473. science/py-qspin
  474. science/py-quantities
  475. science/py-rmsd
  476. science/py-sarpy
  477. science/py-scikit-fuzzy
  478. science/py-scikit-learn
  479. science/py-scikit-optimize
  480. science/py-scikit-sparse
  481. science/py-scimath
  482. science/py-scipy
  483. science/py-scoria
  484. science/py-sdf
  485. science/py-seekpath
  486. science/py-segregation
  487. science/py-segyio
  488. science/py-sklearn-pandas
  489. science/py-skrebate
  490. science/py-spaghetti
  491. science/py-spglib
  492. science/py-symfc
  493. science/py-tensorflow
  494. science/py-thewalrus
  495. science/py-tobler
  496. science/py-trainstation
  497. science/py-vedo
  498. science/py-veusz
  499. science/pynn
  500. science/qmcpack
  501. science/rdkit
  502. science/salome-kernel
  503. science/tfel
  504. science/tfel-edf
  505. science/ttk
  506. science/v_sim
  507. science/vmd
  508. science/votca
  509. science/wwplot
  510. security/caldera
  511. security/howdy
  512. textproc/py-gensim
  513. textproc/py-langid
  514. textproc/py-orange3-text
  515. textproc/py-pdf2docx
  516. textproc/py-sense2vec
  517. textproc/py-spacy
  518. textproc/py-textdistance
  519. textproc/py-wordcloud
  520. www/novnc-websockify
  521. www/py-bokeh
  522. www/py-folium
  523. www/py-sentinelhub
  524. www/py-streamlit
  525. x11/py-xdot
  526. Collapse this list.

Deleted ports which required this port:

Expand this list of 96 deleted ports
  1. astro/py-RO*
  2. astro/py-aipy*
  3. astro/py-astLib*
  4. astro/py-pyfits*
  5. audio/pulseeffects*
  6. audio/py-karaoke*
  7. biology/py-fastTSNE*
  8. biology/pycogent*
  9. biology/unanimity*
  10. comms/wsjt*
  11. databases/py-arrow*
  12. databases/py-caterva*
  13. deskutils/labyrinth*
  14. devel/jep*
  15. devel/py-fbprophet*
  16. devel/py-xarray011*
  17. devel/ros_comm*
  18. finance/py-TA-Lib*
  19. french/eficas*
  20. games/py-anki*
  21. graphics/blender-lts28*
  22. graphics/blender-lts29*
  23. graphics/caffe*
  24. graphics/py-imageio24*
  25. graphics/py-opencv*
  26. graphics/py-opencv2*
  27. graphics/py-opengl*
  28. graphics/py-pyembree*
  29. graphics/py-pyggel*
  30. graphics/py-stltools*
  31. graphics/py-visual*
  32. graphics/pyggel*
  33. graphics/pygts*
  34. graphics/pymorph*
  35. graphics/sverchok-blender*
  36. math/py-Diofant*
  37. math/py-PyWavelets*
  38. math/py-blis07*
  39. math/py-gnuplot*
  40. math/py-gsl*
  41. math/py-igakit*
  42. math/py-matplotlib2*
  43. math/py-networkx1*
  44. math/py-numdifftools*
  45. math/py-onnx*
  46. math/py-optuna*
  47. math/py-pyipopt*
  48. math/py-pymc*
  49. math/py-pysparse*
  50. math/py-pystan*
  51. math/py-python_fcl*
  52. math/py-rpy*
  53. math/py-scientific*
  54. math/py-statsmodels010*
  55. math/py-symcxx*
  56. math/py-symeig*
  57. math/rpy*
  58. math/rpy2*
  59. math/sage*
  60. misc/py-anndata*
  61. misc/py-qiskit-machine-learning*
  62. net-p2p/bazarr-devel*
  63. print/ttfquery*
  64. science/MOOSE-neural-simulator*
  65. science/avogadro*
  66. science/brian*
  67. science/openstructure*
  68. science/psychopy*
  69. science/py-PyQuante*
  70. science/py-ScientificPython*
  71. science/py-eccodes-python*
  72. science/py-hcluster*
  73. science/py-mlpy*
  74. science/py-moltemplate*
  75. science/py-nilearn*
  76. science/py-obspy-core*
  77. science/py-onnx*
  78. science/py-pydap*
  79. science/py-qiskit-aer*
  80. science/py-qiskit-dynamics*
  81. science/py-qiskit-experiments*
  82. science/py-qiskit-finance*
  83. science/py-qiskit-ibm-experiment*
  84. science/py-qiskit-ibm-provider*
  85. science/py-qiskit-ibmq-provider*
  86. science/py-qiskit-nature*
  87. science/py-qiskit-optimization*
  88. science/py-qiskit-terra*
  89. science/pycdf*
  90. science/pyteomics*
  91. science/triqs*
  92. security/caldera4*
  93. security/py-crits*
  94. security/w3af*
  95. www/pylot*
  96. x11-toolkits/py-pyqwt*
  97. Collapse this list of deleted ports.
* - 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-numpy-1.26.4_6,1: DOCS=on: Build and/or install documentation SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse ====> Options available for the single BLASLIB: you have to select exactly one of them ATLAS=off: ATLAS BLAS implementation NETLIB=off: BLAS implementation from Netlib OPENBLAS=on: OpenBLAS BLAS implementation ===> Use 'make config' to modify these settings
Options name:
math_py-numpy
USES:
compiler:c11 cpe fortran python:3.9+ blaslapack:openblas
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/n/numpy/
  2. https://pypi.org/packages/source/n/numpy/
Collapse this list.

There are no commits on branch 2023Q4 for this port