Skip to content

Commit

Permalink
🤖 Bump RDKit version to Release_2024_09_2 (#117) [skip ci]
Browse files Browse the repository at this point in the history
* Set RDKit version to Release_2024_09_2

* 🤖 Bump RDKit version to Release_2024_03_6 (#113)

* Set RDKit version to Release_2024_03_6

* Fix boost detection issue with case-sensetive

* Add python3 directory hint to cmake

* Improve python root path finding.

* Typo

* Improve Python version detection for win

* Add  system lib install path of python

* typo

* Improve finding python 3 on win

* Improve python finding for windows

* Bump cmake and setupt tools

* Add missing comma

* improve lib finding

* oops

* deactivate tmate action

* bump cibuildweehl

* print config vars

* Fix library path for python on win

* Try

* enable debug mode

* give more search pa

* Fix path

* path

* Get windows paths

* oops

* Fix

* fix

* try

* test

* test

* Enable debug

* t

* Fix

* test

* Verbose output for compilation

* verbose

* Try 10

* enable find debug

* fix

* Fix

* Clean up an try ninja for windows

* Remove ninja on windows

---------

Co-authored-by: Create or Update Pull Request Action <[email protected]>
Co-authored-by: Christopher Kuenneth <[email protected]>

* 🤖 Bump RDKit version to Release_2024_09_1 (#116)

* Set RDKit version to Release_2024_09_1

* 🤖 Bump RDKit version to Release_2024_03_6 (#113)

* Set RDKit version to Release_2024_03_6

* Fix boost detection issue with case-sensetive

* Add python3 directory hint to cmake

* Improve python root path finding.

* Typo

* Improve Python version detection for win

* Add  system lib install path of python

* typo

* Improve finding python 3 on win

* Improve python finding for windows

* Bump cmake and setupt tools

* Add missing comma

* improve lib finding

* oops

* deactivate tmate action

* bump cibuildweehl

* print config vars

* Fix library path for python on win

* Try

* enable debug mode

* give more search pa

* Fix path

* path

* Get windows paths

* oops

* Fix

* fix

* try

* test

* test

* Enable debug

* t

* Fix

* test

* Verbose output for compilation

* verbose

* Try 10

* enable find debug

* fix

* Fix

* Clean up an try ninja for windows

* Remove ninja on windows

---------

Co-authored-by: Create or Update Pull Request Action <[email protected]>
Co-authored-by: Christopher Kuenneth <[email protected]>

* Enable Python 3.13 builds in GH actions and circle cci

* fix finding python3.11.lib

* Fix python 3.13 builds

* enable debug for macos

* Remove CIBW_ARCHS keyword

* Update GithubAction python version.

* Update cmake

* Specify arm64 for cmake builds

* Fix

---------

Co-authored-by: Create or Update Pull Request Action <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Kuenneth <[email protected]>
Co-authored-by: Chris Kuenneth <[email protected]>

* macOS armv8 for py 3.13 is not available for now

* Bump conan to 1.66.0

* set macos runners on GH to macos-13

* cibuildwheel to 2.22.0

* Reset LDFLAGS for MacOS Arm64 py 3.13

* try 2

* Remove x86_64 from LDSHARED

* fix quotations

* remove -arch x86_64 as additional linking flag

* MacOS arm64 for Py 3.13 now available [skip ci]

---------

Co-authored-by: Create or Update Pull Request Action <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Kuenneth <[email protected]>
Co-authored-by: Chris Kuenneth <[email protected]>
  • Loading branch information
4 people committed Jan 5, 2025
1 parent 46a79a5 commit da230f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please open an issue if you find something missing or not working as expected.
| Linux | intel | 64 | glibc >= 2.28 (e.g., Ubuntu 18.04+, CentOS 6+, ...) | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
| Linux | aarch64 | 64 | glibc >= 2.28 (e.g., Raspberry Pi, ...) | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Circle CI |
| macOS | intel | 64 | >= macOS 10.13 | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
| macOS | armv8 | 64 | >= macOS 11, M1 hardware | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | | Github Actions |
| macOS | armv8 | 64 | >= macOS 11, M1 hardware | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
| Windows | intel | 64 | | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |

## Installation
Expand Down
15 changes: 1 addition & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,8 @@ def replace_all(file, search_exp, replace_exp):
'find_package(Python3 COMPONENTS Interpreter Development NumPy REQUIRED)',
'find_package(Python3 COMPONENTS Interpreter Development NumPy)',
)



print("---- Conf vars", file=sys.stderr)
print(sysconfig.get_paths(), file=sys.stderr)
print(sysconfig.get_config_vars(), file=sys.stderr)
print("---- Conf vars", file=sys.stderr)



print("---- Conf vars", file=sys.stderr)
print(sysconfig.get_paths(), file=sys.stderr)
print(sysconfig.get_config_vars(), file=sys.stderr)
print("---- Conf vars", file=sys.stderr)



# Define CMake options
options = [
Expand Down

0 comments on commit da230f4

Please sign in to comment.