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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

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

Deleted ports which required this port:

Expand this list of 109 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. net-p2p/bazarr-devel*
  75. print/ttfquery*
  76. science/MOOSE-neural-simulator*
  77. science/avogadro*
  78. science/brian*
  79. science/openstructure*
  80. science/psychopy*
  81. science/py-PyQuante*
  82. science/py-ScientificPython*
  83. science/py-eccodes-python*
  84. science/py-hcluster*
  85. science/py-mlpy*
  86. science/py-moltemplate*
  87. science/py-nilearn*
  88. science/py-obspy-core*
  89. science/py-onnx*
  90. science/py-pydap*
  91. science/py-qiskit-aer*
  92. science/py-qiskit-dynamics*
  93. science/py-qiskit-experiments*
  94. science/py-qiskit-finance*
  95. science/py-qiskit-ibm-experiment*
  96. science/py-qiskit-ibm-provider*
  97. science/py-qiskit-ibmq-provider*
  98. science/py-qiskit-nature*
  99. science/py-qiskit-optimization*
  100. science/py-qiskit-terra*
  101. science/pycdf*
  102. science/pyteomics*
  103. science/triqs*
  104. security/caldera4*
  105. security/py-crits*
  106. security/w3af*
  107. textproc/py-orange3-text*
  108. www/pylot*
  109. x11-toolkits/py-pyqwt*
  110. 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.

Number of commits found: 173 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.26.4_6,1
08 Mar 2025 04:05:21
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal

Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
1.26.4_5,1
28 Jan 2025 16:42:55
commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after OpenBLAS upgrade

Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.

PR:		284314
1.26.4_4,1
24 Jan 2025 12:18:28
commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS
1.26.4_3,1
11 Jan 2025 10:02:35
commit hash: 8ce84fb385c0f00981db559af996106105113480commit hash: 8ce84fb385c0f00981db559af996106105113480commit hash: 8ce84fb385c0f00981db559af996106105113480commit hash: 8ce84fb385c0f00981db559af996106105113480 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade to Suitesparse
1.26.4_2,1
13 Dec 2024 08:22:28
commit hash: 609fba8daaf6e4be2e627b8c7c7b5005d3c6f822commit hash: 609fba8daaf6e4be2e627b8c7c7b5005d3c6f822commit hash: 609fba8daaf6e4be2e627b8c7c7b5005d3c6f822commit hash: 609fba8daaf6e4be2e627b8c7c7b5005d3c6f822 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
math/py-numpy: mark as PIE_UNSAFE (+)

Reported by:	bulk -t

Approved by:	portmgr (blanket)

Sponsored by:	Future Crew, LLC
1.26.4_2,1
15 Aug 2024 11:53:55
commit hash: ba856133e5f1a18de13106955e417f998be213e5commit hash: ba856133e5f1a18de13106955e417f998be213e5commit hash: ba856133e5f1a18de13106955e417f998be213e5commit hash: ba856133e5f1a18de13106955e417f998be213e5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Author: Dimitry Andric
math/py-numpy: Remove clang error condition in distutils check

- Bump PORTREVISION for package change

PR:		280715
Tested by:	dim (with Clang 15 to 19)
1.26.4_1,1
06 Jul 2024 16:12:19
commit hash: 0eae1a23ca581fb43bd8ae9c7937cb254e4be706commit hash: 0eae1a23ca581fb43bd8ae9c7937cb254e4be706commit hash: 0eae1a23ca581fb43bd8ae9c7937cb254e4be706commit hash: 0eae1a23ca581fb43bd8ae9c7937cb254e4be706 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-numpy: Add PORTSCOUT

- Remove unnecessary substitution
- Cosmetic change
1.26.4_1,1
21 Jun 2024 17:49:24
commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade to OpenBLAS
1.26.4,1
15 Jun 2024 14:23:11
commit hash: d3e0e547ee3bfaa37aa10132d6fee0ed689333b6commit hash: d3e0e547ee3bfaa37aa10132d6fee0ed689333b6commit hash: d3e0e547ee3bfaa37aa10132d6fee0ed689333b6commit hash: d3e0e547ee3bfaa37aa10132d6fee0ed689333b6 files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.26.4

PR:		277689
Reported by:	wen@
Exp-run by:	antoine@
1.25.0_7,1
29 Apr 2024 20:08:56
commit hash: 89b83249690cf17cdb0fe923e5f01464b7f36141commit hash: 89b83249690cf17cdb0fe923e5f01464b7f36141commit hash: 89b83249690cf17cdb0fe923e5f01464b7f36141commit hash: 89b83249690cf17cdb0fe923e5f01464b7f36141 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase SuiteSparse’s upgrade
1.25.0_6,1
28 Jan 2024 12:02:23
commit hash: 68a725452a341366c504bf411bfda2b9b9f983ebcommit hash: 68a725452a341366c504bf411bfda2b9b9f983ebcommit hash: 68a725452a341366c504bf411bfda2b9b9f983ebcommit hash: 68a725452a341366c504bf411bfda2b9b9f983eb files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade to SuiteSparse
1.25.0_5,1
13 Jan 2024 10:19:22
commit hash: 0f35d118f29c44a286226933a85df4a528c31a01commit hash: 0f35d118f29c44a286226933a85df4a528c31a01commit hash: 0f35d118f29c44a286226933a85df4a528c31a01commit hash: 0f35d118f29c44a286226933a85df4a528c31a01 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of SuiteSparse to v7.5.0
1.25.0_4,1
31 Dec 2023 14:31:11
commit hash: 41c2a6b1f7bd0cc66c00e8d7e16c6da901742192commit hash: 41c2a6b1f7bd0cc66c00e8d7e16c6da901742192commit hash: 41c2a6b1f7bd0cc66c00e8d7e16c6da901742192commit hash: 41c2a6b1f7bd0cc66c00e8d7e16c6da901742192 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of SuiteSparse
1.25.0_3,1
12 Dec 2023 19:03:50
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
1.25.0_2,1
15 Oct 2023 09:03:17
commit hash: c32596f5745214609cfa03b727bd4702a5d26f00commit hash: c32596f5745214609cfa03b727bd4702a5d26f00commit hash: c32596f5745214609cfa03b727bd4702a5d26f00commit hash: c32596f5745214609cfa03b727bd4702a5d26f00 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of SuiteSparse
1.25.0_1,1
20 Sep 2023 17:57:40
commit hash: a0ed0dce34341e30a6c479535c68fae987840c91commit hash: a0ed0dce34341e30a6c479535c68fae987840c91commit hash: a0ed0dce34341e30a6c479535c68fae987840c91commit hash: a0ed0dce34341e30a6c479535c68fae987840c91 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
/*: bump PORTREVISION after the upgrade of SuiteSparse
1.25.0,1
07 Jul 2023 12:56:11
commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1 files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.25.0

PR:		272058
Reported by:	wen@
Exp-run by:	antoine@
1.24.1_5,1
01 Jul 2023 16:11:11
commit hash: 823182b45144924163f227529c9d42270601cab4commit hash: 823182b45144924163f227529c9d42270601cab4commit hash: 823182b45144924163f227529c9d42270601cab4commit hash: 823182b45144924163f227529c9d42270601cab4 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of SuiteSparse
1.24.1_4,1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
1.24.1_4,1
14 Jun 2023 21:12:29
commit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3ecommit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3ecommit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3ecommit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3e files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
math/py-numpy: fix build on powerpc64le

In file included from numpy/core/src/umath/loops_comparison.dispatch.c.src:12:
In file included from numpy/core/src/common/simd/simd.h:63:
In file included from numpy/core/src/common/simd/vec/vec.h:105:
numpy/core/src/common/simd/vec/memory.h:113:1: error: call to 'vec_st' is
ambiguous
NPYV_IMPL_VEC_MEM(f64, f64)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/common/simd/vec/memory.h:94:7: note: expanded from macro
'NPYV_IMPL_VEC_MEM'
    { npyv__storea((npyv_lanetype_##DW_CAST*)ptr, (npyv_##DW_CAST)vec); }       
       \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/common/simd/vec/memory.h:42:36: note: expanded from macro
'npyv__storea'
    #define npyv__storea(PTR, VEC) vec_st(VEC, 0, PTR)
                                   ^~~~~~
/usr/lib/clang/14.0.5/include/altivec.h:11130:37: note: candidate function
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.24.1_4,1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.24.1,1
08 Feb 2023 01:14:27
commit hash: b217a15a96fa1b52c47611ab6db79105e45e924bcommit hash: b217a15a96fa1b52c47611ab6db79105e45e924bcommit hash: b217a15a96fa1b52c47611ab6db79105e45e924bcommit hash: b217a15a96fa1b52c47611ab6db79105e45e924b files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.24.1

PR:		268594
Reported by:	wen@
Exp-run by:	antoine@
1.23.5_2,1
19 Jan 2023 16:45:37
commit hash: 112013ae642a41807695f31144ed4113e3368aa6commit hash: 112013ae642a41807695f31144ed4113e3368aa6commit hash: 112013ae642a41807695f31144ed4113e3368aa6commit hash: 112013ae642a41807695f31144ed4113e3368aa6 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
math/suitesparse*: bump PORTREVISION of dependant ports
1.23.5_1,1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
1.23.5_1,1
29 Dec 2022 00:41:28
commit hash: 7b822dde35aba238c5975a3c1fc33ebca75d71b5commit hash: 7b822dde35aba238c5975a3c1fc33ebca75d71b5commit hash: 7b822dde35aba238c5975a3c1fc33ebca75d71b5commit hash: 7b822dde35aba238c5975a3c1fc33ebca75d71b5 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
math/py-numpy: fix runtime on powerpc64*

Currently powerpc64* is not properly detected by numpy, due to python
returning just "powerpc" as architecture name. This commit fixes architecture
detection with numpy and properly checks for CPU features on FreeBSD.
1.23.5,1
30 Nov 2022 08:30:45
commit hash: 84ecbb32a0c7c8fe405894933cf413cda80788edcommit hash: 84ecbb32a0c7c8fe405894933cf413cda80788edcommit hash: 84ecbb32a0c7c8fe405894933cf413cda80788edcommit hash: 84ecbb32a0c7c8fe405894933cf413cda80788ed files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.5

PR:		267886
Reported by:	wen@
Exp-run by:	antoine@
1.23.4_1,1
27 Nov 2022 11:09:57
commit hash: 6f9769f20db64b8cd3e89aa80a85329ba53b61a5commit hash: 6f9769f20db64b8cd3e89aa80a85329ba53b61a5commit hash: 6f9769f20db64b8cd3e89aa80a85329ba53b61a5commit hash: 6f9769f20db64b8cd3e89aa80a85329ba53b61a5 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of math/suitesparse*

PR:		267742
1.23.4,1
31 Oct 2022 06:15:10
commit hash: 4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cfcommit hash: 4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cfcommit hash: 4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cfcommit hash: 4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cf files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Allow build with python-3.11

PR:		267362
Reported by:	osidorkin@gmail.com
1.23.4,1
20 Oct 2022 10:33:12
commit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6acommit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6acommit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6acommit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6a files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.4

PR:		267081
Reported by:	wen@
Exp-run by:	antoine@
1.23.3,1
17 Sep 2022 03:24:00
commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947 files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.3

PR:		266331
Reported by:	wen@
Exp-run by:	antoine@
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.23.1,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.23.1,1
14 Aug 2022 07:44:25
commit hash: bb505051ff6c2efcd80d49286afcce589c194258commit hash: bb505051ff6c2efcd80d49286afcce589c194258commit hash: bb505051ff6c2efcd80d49286afcce589c194258commit hash: bb505051ff6c2efcd80d49286afcce589c194258 files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.1

PR:		265710
Reported by:	wen@
Exp-run by:	antoine@
1.23.0,1
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.23.0,1
06 Jul 2022 02:42:48
commit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719acommit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719acommit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719acommit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719a files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.0

PR:		264837
Reported by:	wen@
Exp-run by:	antoine@
1.22.4_1,1
26 Jun 2022 20:36:53
commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
Mk/bsd.default-versions.mk: chase the switch to Python 3.9

Following the rules of
<https://wiki.freebsd.org/Python#Steps_to_switch_the_Python_default_version>

PR:		261703
1.22.4,1
25 May 2022 23:29:36
commit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9eccommit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9eccommit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9eccommit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9ec files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Fix doc checksums

PR:		264231
Reported by:	david@isnic.is
1.22.4,1
25 May 2022 07:22:27
commit hash: ff9098f7093e8f774790ac4139dc1090fae538dacommit hash: ff9098f7093e8f774790ac4139dc1090fae538dacommit hash: ff9098f7093e8f774790ac4139dc1090fae538dacommit hash: ff9098f7093e8f774790ac4139dc1090fae538da files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.22.4

PR:		264153
Reported by:	wen@
Exp-run by:	antoine@
1.20.3,1
03 Jan 2022 08:49:26
commit hash: a2cfb3e0589d26cbb8bf569fdf854f6162ff4915commit hash: a2cfb3e0589d26cbb8bf569fdf854f6162ff4915commit hash: a2cfb3e0589d26cbb8bf569fdf854f6162ff4915commit hash: a2cfb3e0589d26cbb8bf569fdf854f6162ff4915 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
math/py-numpy: revert obsolete commit 507c189b28

The sched_getaffinity() function in the C library returned a different
error code than expected (i.e. other than returned by GLIBC) if the
requested CPU set size did not match the one expected by the system.

The error code has been changed from ERANGE to EINVAL as expected by
the wrapper for os.sched_getaffinity() in Python, obsoleting the patch
that commented out the failing function call in setup.py.
1.20.3,1
02 Jan 2022 20:43:00
commit hash: 507c189b2876043654568b15715b9d40b3bc87c3commit hash: 507c189b2876043654568b15715b9d40b3bc87c3commit hash: 507c189b2876043654568b15715b9d40b3bc87c3commit hash: 507c189b2876043654568b15715b9d40b3bc87c3 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
math/py-numpy: work around build issue on -CURRENT

A sched_getaffinity function has been added to -CURRENT and the
Python build detects it presence and provides a Python function
os.sched_getaffinity().

Apparently the C library function is not correctly wrapped and
returns an out of buounds result.

Comment out the call of os.sched_getaffinity() call until this
function works correctly in the Python interpreter.

No port revision bump, since this is just a temporary fix for the
broken build on -CURRENT.

Reported by:	antoine
1.20.3,1
26 Oct 2021 00:50:47
commit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70dcommit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70dcommit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70dcommit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70d files touched by this commit
Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.20.3

PR:		259063
Reported by:	wen@
Exp-run by:	antoine@
1.16.6_2,1
31 Aug 2021 09:23:13
commit hash: 90cd05af448eae46076d7faee00629ccf17e6128commit hash: 90cd05af448eae46076d7faee00629ccf17e6128commit hash: 90cd05af448eae46076d7faee00629ccf17e6128commit hash: 90cd05af448eae46076d7faee00629ccf17e6128 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
math/py-numpy: Add CPE information

Approved by:    portmgr (blanket)
1.16.6_2,1
27 Aug 2021 23:49:11
commit hash: 657b4a5caf6e34f7304323b9d001e74aedf59e88commit hash: 657b4a5caf6e34f7304323b9d001e74aedf59e88commit hash: 657b4a5caf6e34f7304323b9d001e74aedf59e88commit hash: 657b4a5caf6e34f7304323b9d001e74aedf59e88 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
math/py-numpy: mark as not compatible with python 3.10

Approved by:	portmgr blanket
1.16.6_2,1
24 Jul 2021 23:59:17
commit hash: 683962036c550ca52273730416ba42e6e97eb7cecommit hash: 683962036c550ca52273730416ba42e6e97eb7cecommit hash: 683962036c550ca52273730416ba42e6e97eb7cecommit hash: 683962036c550ca52273730416ba42e6e97eb7ce files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Author: alt2600@icloud.com
math/py-numpy: Fix typo

- Bump PORTREVISION for package change

PR:		257396
1.16.6_1,1
25 May 2021 10:00:10
commit hash: 8470aea030512cde1984737633959548a0e961afcommit hash: 8470aea030512cde1984737633959548a0e961afcommit hash: 8470aea030512cde1984737633959548a0e961afcommit hash: 8470aea030512cde1984737633959548a0e961af files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
math/suitesparse: adapt dependency lines after modularization

Do not bump PORTREVISION, because this should not change the resulting
packages.

Note for maintainers: try to not depend on the whole suitesparse package,
especially if your port do not require GraphBLAS (the biggest one).
1.16.6_1,1
25 Apr 2021 18:50:30
commit hash: 26d8faac23752e2fc666fb9aaf103660c132360acommit hash: 26d8faac23752e2fc666fb9aaf103660c132360acommit hash: 26d8faac23752e2fc666fb9aaf103660c132360acommit hash: 26d8faac23752e2fc666fb9aaf103660c132360a files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
*: Bump a few ports after the Python 3.7 to 3.8 switchover

Bump the PORTREVISION of the following ports as the concurrent symlinks
change with a new default version of Python:

* devel/py-setuptools
* lang/cython
* math/py-numpy

This is a follow-up to 6cd3db2d03cc544c5893e41dbbacd2000fcbd35a .

PR:		253815
Approved by:	kai (python, maintainer)
1.16.6,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.16.6,1
03 Jan 2021 09:11:52
Revision:559997Original commit files touched by this commit
antoine search for other commits by this committer
Remove python 2.7 support from a few ports
1.16.6,1
14 Nov 2020 15:28:42
Revision:555117Original commit files touched by this commit
pkubaj search for other commits by this committer
math/py-numpy@py39: fix build on GCC architectures

cc1: error: unrecognized command line option "-Wno-unused-result"
1.16.6,1
16 May 2020 11:05:07
Revision:535462Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.16.6

Changes:	https://github.com/numpy/numpy/releases
PR:		246395
Exp-run by:	antoine
1.16.5_5,1
06 May 2020 16:39:12
Revision:534190Original commit files touched by this commit
yuri search for other commits by this committer
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas
1.16.5_4,1
31 Jan 2020 14:08:51
Revision:524711Original commit files touched by this commit
swills search for other commits by this committer
math/py-numpy: improve patch to fix build with OpenBlas

This patch adds openblas to the list of cblas compatible libs instead

PR:		243497
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
1.16.5_4,1
30 Jan 2020 14:17:44
Revision:524642Original commit files touched by this commit
swills search for other commits by this committer
Fix math/openblas and bump dependent ports

* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
1.16.5_3,1
23 Jan 2020 21:31:23
Revision:523944Original commit files touched by this commit
swills search for other commits by this committer
math/py-numpy: fix build when math/blas is installed

PR:		243497
Submitted by:	rsmith@xs4all.nl
1.16.5_3,1
21 Jan 2020 22:03:19
Revision:523749Original commit files touched by this commit
swills search for other commits by this committer
math/openblas: Update to 0.3.7

While here, improve formatting and fix build of dependant ports.

PR:		231371
Submitted by:	yuri (initial version), pkubaj (ppc fixes)
Approved by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
1.16.5_2,1
16 Dec 2019 09:22:43
Revision:520234Original commit files touched by this commit
antoine search for other commits by this committer
Bump PORTREVISION after r520219
1.16.5_1,1
24 Oct 2019 00:48:42
Revision:515313Original commit files touched by this commit
jbeich search for other commits by this committer
math/py-numpy: switch to OpenBLAS by default

Besides being faster consistently using the same BLAS implementation
should improve stability in case of accidental ABI mismatch.

PR:		240937
Approved by:	maintainer timeout (2 weeks)
MFH:		2019Q4
1.16.5,1
10 Sep 2019 17:38:06
Revision:511766Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.16.5

Changes:	https://github.com/numpy/numpy/releases
PR:		240424
Exp-run by:	antoine
1.16.4_1,1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.16.4,1
07 Jul 2019 19:14:49
Revision:506176Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.16.4

Changes:	https://github.com/numpy/numpy/releases
PR:		238964
Exp-run by:	antoine
1.16.1_2,1
22 Apr 2019 13:16:34
Revision:499638Original commit files touched by this commit
gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
1.16.1_1,1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
1.16.1,1
22 Feb 2019 19:55:52
Revision:493608Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove no-op TESTS_DESC

- Update pkg-descr
1.16.1,1
21 Feb 2019 16:11:06
Revision:493516Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.16.1

- Move TEST_DEPENDS upward
- Simplify Makefile

Changes:	https://github.com/numpy/numpy/releases
PR:		235721
Exp-run by:	antoine
1.15.4_1,1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
1.15.4,1
03 Dec 2018 18:52:09
Revision:486527Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.15.4

Changes:	https://github.com/numpy/numpy/releases
PR:		233643
Exp-run by:	antoine
1.15.1,1
06 Oct 2018 09:24:38
Revision:481334Original commit files touched by this commit
sunpoet search for other commits by this committer
Update MASTER_SITES and WWW
1.15.1,1
04 Oct 2018 18:14:16
Revision:481239Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.15.1

- Change MASTER_SITES to CHEESESHOP
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk

Changes:	https://github.com/numpy/numpy/releases
PR:		231664
Exp-run by:	antoine
1.15.0,1
14 Aug 2018 11:20:27
Revision:477149Original commit files touched by this commit
rm search for other commits by this committer
math/py-numpy: update to 1.15.0

- update to 1.15
- convert to autoplist
- follow upstream change from nose test framework to pytest

Release notes:
https://github.com/numpy/numpy/releases/tag/v1.15.0

PR:		230094
Submitted by:	wen
Exp-run by:     antoine
1.14.3_1,1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
1.14.3,1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
1.14.3,1
24 May 2018 12:13:21
Revision:470772Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.14.3

PR:		228230
Submitted by:	wen@(myself)
Exp-run by:	antoine@
1.13.3_3,1
26 Apr 2018 06:41:30
Revision:468325Original commit files touched by this commit
yuri search for other commits by this committer
math/suitesparse: Update 4.0.2 -> 5.2.0

Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW

Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed
library.

PR:		210579
Submitted by:	yuri
Submitted by:	pfg
Approved by:	maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by:	maintainer timeout (fortran@FreeBSD.org, 45 days)
1.13.3_2,1
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
1.13.3_1,1
25 Feb 2018 05:32:19
Revision:462909Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
1.13.3_1,1
14 Jan 2018 20:33:38
Revision:458999Original commit files touched by this commit
db search for other commits by this committer
exec_command.py states in comments it uses /bin/sh on POSIX for subprocess but
incorrectly uses shell from environment. This makes compiles fail when
compilation is done using the account 'nobody' which is default on pkg-fallout
runs.

PR:		ports/225156
Submitted by:	self
Reported by:	self
Reviewed by:	antoine
Approved by: 	antoine
1.13.3,1
19 Dec 2017 16:23:48
Revision:456737Original commit files touched by this commit
mat search for other commits by this committer
Enhance USES=uniquefiles to be more generic.

This allows to have more complex renaming schemes.  Until now, it could
only add a prefix or a suffix, but this was not working at all for man
pages, because it would give man/man1/pyfoo.1.gz-2.7 or
man/man1/pyfoo-1-2.7.gz.  With this change, a man page will be correctly
renamed to man/man1/pyfoo-2.7.1.gz.

Unfix ports that were already handling man pages.

PR:		220214
Submitted by:	Fukang Chen (previous patch)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13444
1.13.3,1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.13.3,1
13 Oct 2017 13:09:18
Revision:451990Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.13.3

- Simplify MASTER_SITES
- Silence patch messages
- Fix symbolic link to avoid absolute path

Changes:	https://github.com/numpy/numpy/releases
PR:		222856
Exp-run by:	antoine
1.13.1_2,1
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
1.13.1_1,1
05 Sep 2017 18:50:20
Revision:449309Original commit files touched by this commit
antoine search for other commits by this committer
Fix packaging with python3*, PYTHON_PYOEXTENSION and py3kplist should not
be used together

PR:		220986
With hat:	portmgr
1.13.1_1,1
21 Aug 2017 13:34:54
Revision:448473Original commit files touched by this commit
mat search for other commits by this committer
Don't add the distfile twice.

This fixes a fetch error:

  => numpy-numpy-v1.13.1_GH0.tar.gz doesn't seem to exist in
  /portdistfiles/.
  => Attempting to fetch
 
https://codeload.github.com/numpy/numpy/tar.gz/v1.13.1?dummy=/numpy-numpy-v1.13.1_GH0.tar.gz
  fetch: 4336552: No such file or directory
  numpy-numpy-v1.13.1_GH0.tar.gz                           0  B    0  Bps
  => Attempting to fetch
  http://distcache.FreeBSD.org/ports-distfiles/numpy-numpy-v1.13.1_GH0.tar.gz
  fetch: 4336552: No such file or directory
  => Couldn't fetch it - please try to retrieve this
  => port manually into /portdistfiles/ and try again.

Sponsored by:	Absolight
1.13.1_1,1
21 Aug 2017 02:08:29
Revision:448445Original commit files touched by this commit
wen search for other commits by this committer
- Update MASTER_SITES, now get source from github and doc from docs.scipy.org
  (Based on PR/181285)
1.13.1,1
16 Aug 2017 06:17:48
Revision:448024Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.13.1

PR:		220986
Submitted by:	wen@(myself)
Exp-run by:	antoine@
1.11.2_3,1
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
1.11.2_2,1
19 Mar 2017 00:41:08
Revision:436459Original commit files touched by this commit
wen search for other commits by this committer
- Remove dependency on math/openblas if other blas lib is selected

PR:		215764
Submitted by:	riggs@
1.11.2_1,1
07 Dec 2016 13:24:57
Revision:428057Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
1.11.2,1
06 Oct 2016 20:31:21
Revision:423445Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 1.11.2

Changes:
https://github.com/numpy/numpy/blob/v1.11.2/doc/release/1.11.2-notes.rst
1.11.1,1
28 Jun 2016 03:34:55
Revision:417692Original commit files touched by this commit
olivierd search for other commits by this committer
- Update to 1.11.1
- Adjust dependencies, 'numpy/core/multiarray.so' is also linked to
math/openblas (reported by QA script)
- Add patches in order to detect 'sys/endian.h' header
1.11.0,1
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.11.0,1
28 Mar 2016 14:03:50
Revision:412048Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 1.11.0

Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst
1.10.4,1
08 Jan 2016 08:33:03
Revision:405534Original commit files touched by this commit
olivierd search for other commits by this committer
- Update to 1.10.4
- Remove DOCVERSION (use SF host to fetch PDF documentation, more up-to-date
than SciPy.org)

Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.10.4-notes.rst
1.10.2,1
01 Jan 2016 17:34:41
Revision:405020Original commit files touched by this commit
olivierd search for other commits by this committer
- Update to 1.10.2
- Reintroduce DOCVERSION variable, PDF documentation is not synchronized with
release
- Add missing dependency [1] for NETLIB option

PR:		203638 [1]
Submitted by:	John Hein [1]
1.10.1,1
09 Nov 2015 18:44:19
Revision:401140Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.10.1
- Add SF to MASTER_SITES
- Add LICENSE_FILE
- Remove DOCVERSION

Changes:	https://github.com/numpy/numpy/blob/master/doc/release/1.10.1-notes.rst
1.10.0_1,1
30 Oct 2015 11:25:28
Revision:400517Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MASTER_SITES
- Update documentation to 1.10.0
- Bump PORTREVISION for package change
1.10.0,1
12 Oct 2015 14:19:17
Revision:399131Original commit files touched by this commit
olivierd search for other commits by this committer
Unbreak build on FreeBSD 9

Reported by:	pkg-fallout, <soralx@cydem.org> (private email)
1.10.0,1
07 Oct 2015 03:37:43
Revision:398744Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 1.10.0
1.9.2,1
04 Oct 2015 17:59:32
Revision:398586Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new options target helper
- Cosmetic change
1.9.2,1
03 Jul 2015 12:20:28
Revision:391233Original commit files touched by this commit
demon search for other commits by this committer
Depend on a particual file, not an executable so it picks up a correct
python version.

PR:		198989
Submitted by:	John W. O'Brien <john@saltant.com>
1.9.2,1
28 Mar 2015 19:41:44
Revision:382547Original commit files touched by this commit
demon search for other commits by this committer
Allow to use OpenBLAS implementation of BLAS.
Based on the work done by Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>,
OpenBLAS port maintainer.

Hide py-nose dependency under new TESTS option.
Convert to USES=blaslapack.

Differential Revision:	D2060
Reviewed by:	koobs, thierry

Number of commits found: 173 (showing only 100 on this page)

1 | 2  »