Skip to content

Commit

Permalink
Fix Cython.Build module import (#47)
Browse files Browse the repository at this point in the history
* Fix Cython.Build module import

The module name starts with an uppercase "C" or else it won't be
found (on case-sensitive file systems).

Also, rebuilt the C files with Cython 0.9.26 to fix any issues that
were present for builds against Python 3.10 or when using newer
versions of gcc.

Fixes: #45, #46

* Also update the generated files for ncls32.pyx

* Bump version and update CHANGELOG
  • Loading branch information
saemy authored Feb 15, 2022
1 parent e813f99 commit 526de2a
Show file tree
Hide file tree
Showing 6 changed files with 6,445 additions and 4,671 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.64 (11.02.22)
- fix Cython.Build module import on case-sensitive file systems
- update legacy build files to work with never versions of Python and gcc.

# 0.0.63 (18.10.21)
- fix critical error: fix 1024-error for subtract 64 bit

Expand Down
Loading

0 comments on commit 526de2a

Please sign in to comment.