2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2021-08-05 12:14:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-uncertainties: updated to 3.1.6
3.1.6
Global customization of the pretty-print and LaTeX formats
|
2021-06-29 10:42:02 by Nia Alarie | Files touched by this commit (28) |
Log message:
py-numpy: "Python version >= 3.7 required."
|
2020-11-26 11:57:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-uncertainties: updated to 3.1.5
3.1.5:
The new "p" formatting tag forces parentheses around the … ± … \
part of printed numbers.
|
2020-10-12 23:52:05 by Jason Bacon | Files touched by this commit (87) |
Log message:
math/blas, math/lapack: Install interchangeable BLAS system
Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework. This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.
This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.
Details:
Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
|
2020-06-11 10:16:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-uncertainties: updated to 3.1.4
3.1.4:
There is now a single code base for Python 2 and Python 3.
Python 2.7 is now the minimal Python version.
The installation can also now be done through a universal wheel, which helps \
with some external projects.
This Git version should have the same uncertainties code as PyPI version 3.1.4, \
but some accompanying files have been updated. This should have no impact on \
users. Developers are better off using this Git 3.1.4 version.
|
2020-04-27 20:57:23 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-uncertainties: use py-numpy/buildink to auto-select based on Python version
|
2019-11-09 22:46:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-uncertainties: updated to 3.1.2
3.1.2:
Partial NumPy 1.17 fix
|