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

Deleted ports which required this port:

Expand this list of 112 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/checkm*
  8. biology/py-fastTSNE*
  9. biology/py-orange3-single-cell*
  10. biology/pycogent*
  11. biology/unanimity*
  12. comms/wsjt*
  13. databases/py-arrow*
  14. databases/py-caterva*
  15. deskutils/labyrinth*
  16. devel/jep*
  17. devel/py-fbprophet*
  18. devel/py-xarray011*
  19. devel/ros_comm*
  20. finance/py-TA-Lib*
  21. french/eficas*
  22. games/py-anki*
  23. graphics/blender-lts28*
  24. graphics/blender-lts29*
  25. graphics/caffe*
  26. graphics/py-imageio24*
  27. graphics/py-opencv*
  28. graphics/py-opencv2*
  29. graphics/py-opengl*
  30. graphics/py-pyembree*
  31. graphics/py-pyggel*
  32. graphics/py-stltools*
  33. graphics/py-visual*
  34. graphics/pyggel*
  35. graphics/pygts*
  36. graphics/pymorph*
  37. graphics/sverchok-blender*
  38. math/py-Diofant*
  39. math/py-PyWavelets*
  40. math/py-blis07*
  41. math/py-fastdtw*
  42. math/py-gnuplot*
  43. math/py-gsl*
  44. math/py-igakit*
  45. math/py-matplotlib2*
  46. math/py-networkx1*
  47. math/py-numdifftools*
  48. math/py-onnx*
  49. math/py-optuna*
  50. math/py-pyipopt*
  51. math/py-pymc*
  52. math/py-pysparse*
  53. math/py-pystan*
  54. math/py-python_fcl*
  55. math/py-rpy*
  56. math/py-scientific*
  57. math/py-spvcm*
  58. math/py-statsmodels010*
  59. math/py-symcxx*
  60. math/py-symeig*
  61. math/rpy*
  62. math/rpy2*
  63. math/sage*
  64. misc/orange3*
  65. misc/py-anndata*
  66. misc/py-gluoncv*
  67. misc/py-gluonnlp*
  68. misc/py-orange3-associate*
  69. misc/py-orange3-educational*
  70. misc/py-orange3-network*
  71. misc/py-orange3-timeseries*
  72. misc/py-qiskit-machine-learning*
  73. multimedia/ffsubsync*
  74. multimedia/py-PySceneDetect*
  75. net-p2p/bazarr-devel*
  76. print/ttfquery*
  77. science/MOOSE-neural-simulator*
  78. science/avogadro*
  79. science/brian*
  80. science/openstructure*
  81. science/psychopy*
  82. science/py-PyQuante*
  83. science/py-ScientificPython*
  84. science/py-eccodes-python*
  85. science/py-hcluster*
  86. science/py-hiphive*
  87. science/py-mlpy*
  88. science/py-moltemplate*
  89. science/py-nilearn*
  90. science/py-obspy-core*
  91. science/py-onnx*
  92. science/py-pydap*
  93. science/py-qiskit-aer*
  94. science/py-qiskit-dynamics*
  95. science/py-qiskit-experiments*
  96. science/py-qiskit-finance*
  97. science/py-qiskit-ibm-experiment*
  98. science/py-qiskit-ibm-provider*
  99. science/py-qiskit-ibmq-provider*
  100. science/py-qiskit-nature*
  101. science/py-qiskit-optimization*
  102. science/py-qiskit-terra*
  103. science/pycdf*
  104. science/pyteomics*
  105. science/triqs*
  106. security/caldera4*
  107. security/py-crits*
  108. security/w3af*
  109. textproc/py-orange3-text*
  110. www/novnc-websockify*
  111. www/pylot*
  112. x11-toolkits/py-pyqwt*
  113. 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_10,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 pkgconfig python shebangfix 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 2023Q3 for this port