CVS log for pkgsrc/devel/py-bcolz/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-bcolz
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10
Thu Dec 16 13:07:09 2021 UTC (3 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.9: +1 -1
lines
py-bcolz: remove
Does not build, looks dead upstream, nothing in pkgsrc depends on it.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 29 08:41:59 2021 UTC (3 years, 9 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1
lines
py-numpy: "Python version >= 3.7 required."
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 12 21:51:59 2020 UTC (4 years, 6 months ago) by bacon
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
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
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 26 13:13:51 2019 UTC (6 years ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -3
lines
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 17 15:19:51 2018 UTC (7 years ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1
lines
devel/py-bcolz: No longer supports Python 3.4
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 14 08:43:20 2018 UTC (7 years ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
py-bcolz: updated to 1.2.1
Changes from 1.2.0 to 1.2.1:
C-Blosc internal sources updated to 1.14.3. This basically means that internal Zstd sources are bumped to 1.3.4, which may lead to noticeable improved speeds (specially for low compression ratios).
np.datetime64 and other scalar objects that have __getitem__() are now supported in _eval_blocks().
Vendored cpuinfo.py updated to 4.0.0 (ARM aarch64 is recognized now).
Allow setup.py to work even if not on Intel or ARM or PPC archs are found.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 7 20:17:28 2018 UTC (7 years ago) by adam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -5
lines
py-bcolz: updated to 1.2.0
1.2.0:
This is a minor release that essentially updates internal C-Blosc sources to 1.14.2. This is important for forward compatibility reasons. Because of this an update is highly recommended.
Also, support for Python 2.6 and 3.4 has been dropped.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 7 20:57:37 2018 UTC (7 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
Add missing build dependency.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 8 09:24:43 2017 UTC (7 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Added python to CATEGORIES
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 3 00:43:51 2017 UTC (7 years, 6 months ago) by minskim
Branches: MAIN
devel/py-bcolz: Import version 1.1.2 from pkgsrc-wip
bcolz provides columnar and compressed data containers. Column storage
allows for efficiently querying tables with a large number of
columns. It also allows for cheap addition and removal of column. In
addition, bcolz objects are compressed by default for reducing
memory/disk I/O needs. The compression process is carried out
internally by Blosc, a high-performance compressor that is optimized
for binary data.
Packaged by Kamel Derouiche and updated by me.
CVSweb <webmaster@jp.NetBSD.org>