2022-08-15 21:14:43 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-llvmlite: mark as BROKEN
Does not build with llvm 14
|
2022-05-22 14:16:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-llvmlite: updated to 0.38.1
v0.38.1
This is a maintenance release to support the Apple M1 architecture.
|
2022-01-14 20:49:10 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-llvmlite: updated to 0.38.0
v0.38.0 (January 13, 2022)
This release makes llvmlite compatible with Python 3.10. It also adds an abiname \
option to the target machine creation interface that mimics the same in LLVM. \
Further, a large number of functions are added to the IR API to support common \
uses of constant expressions. Finally, a number of bugs were fixed!
|
2022-01-12 22:13:50 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
py-llvmlite: update to 0.37.0.
Changes not found.
pkgsrc change:
Add minimal patch to make this build with llvm 13 from an upstream
pull request. Remove BROKEN.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-12 21:38:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-llvmlite: updated to 0.36.0
v0.36.0:
* Expose pass timings
* Switch encoding to UTF-8 from latin1
* Delete requirements.txt
* fix rst syntax in install docs
* Modify cmake options to work with VS2019
* Llvmdev windows 10
* Python 3.9 support
* use build 2 on windows
* Support building with CMake on posix systems
* slight rearrangement of intro
* Added fneg instruction
* Cleanup public CI configuration and badge
* fixup azure badge to point at master branch
* Callback to track when the llvm lock is acquired and released
* adapt Python version clamp from Numba
* Improve llvm not found error
PkgSrc:
Temporarily mark as broken
|
2020-12-31 01:13:48 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/py-llvmlite) adhoc build fix removing -stdlib=libc++
|
2020-08-21 22:31:36 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-llvmlite: updated to 0.34.0
v0.34.0
This release upgrades to LLVM 10 (10.0.1) for all platforms except aarch64 which \
will remain at LLVM 9 (9.0.1).
Pull requests:
Use std::make_unique on LLVM 10
Revert “Fix CUDA with LLVM9”
LLVM 10
Fix flake in setup.py
add missing targets to wheels
Fix wheel building
fix release date in changelog
|