Skip to content

Commit 34d4612

Browse files
github-actions[bot]Create or Update Pull Request Actionkuelumbus
authored
🤖 Bump RDKit version to Release_2024_09_5 (#123) [skip ci]
* Set RDKit version to Release_2024_09_5 * Remove INCHI path --------- Co-authored-by: Create or Update Pull Request Action <[email protected]> Co-authored-by: Christopher Kuenneth <[email protected]>
1 parent f3156a6 commit 34d4612

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools.command.build_ext import build_ext as build_ext_orig
1313

1414
# RDKit version to build (tag from github repository)
15-
rdkit_tag = "Release_2024_09_4"
15+
rdkit_tag = "Release_2024_09_5"
1616

1717
with open("README.md", "r", encoding="utf-8") as fh:
1818
long_description = fh.read()
@@ -226,8 +226,6 @@ def replace_all(file, search_exp, replace_exp):
226226
"-DCMAKE_BUILD_TYPE=Release",
227227
# Speed up builds
228228
"-DRDK_BUILD_CPP_TESTS=OFF",
229-
# Fix InChi download
230-
"-DINCHI_URL=https://rdkit.org/downloads/INCHI-1-SRC.zip",
231229
]
232230

233231
# Modifications for Windows

0 commit comments

Comments
 (0)