Add KA3_LINE constant to xraylib_np.pyx - #300
Merged
Merged
Conversation
Owner
|
Looks like I will need to update the CI pipelines and the meson build files. I will take a look at this later. Thanks for opening the PR! |
Contributor
Author
|
also added to xraylib/python/xraylib_np_c.pxd Line 121 in 34b4994 |
- Fedora: use version-agnostic `java-devel` virtual package instead of the versioned `java-21-openjdk` packages which are no longer available in fedora:latest (Fedora 43+) - msys2: remove `mingw-w64-x86_64-openmp` which was removed from the MSYS2 package repository - macOS/xrlexample13: set KMP_DUPLICATE_LIB_OK=TRUE in the meson test environment to suppress SIGABRT when numpy and xraylib_np load different OpenMP runtime variants (LLVM libomp conflict)
- macOS: remove the llvm compiler row from the matrix (xrlexample13 segfaults due to libomp runtime conflict between numpy and xraylib_np); switch the source-distribution upload to the gcc@15 row - linux: skip `make distcheck` on fedora:latest, where DISTCHECK_CONFIGURE_FLAGS forces --enable-java and Gradle 8.10.2 cannot parse Fedora 43's default JDK 25 class files. The other autotools configure/make/check passes still run on fedora - Revert the unused KMP_DUPLICATE_LIB_OK env var added to python/tests/meson.build in a30e562; it did not suppress the macOS segfault and is no longer relevant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixing #299