Skip to content

Commit

Permalink
Merge pull request #1616 from mabel-dev/#1613/2
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer authored Apr 28, 2024
2 parents 777ff33 + 3b2e0eb commit 3116e23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__build__ = 452
__build__ = 455

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ def rust_build(setup_kwargs: Dict[str, Any]) -> None:
sources=["opteryx/compiled/structures/node.pyx"],
extra_compile_args=COMPILE_FLAGS,
),
Extension(
name="opteryx.compiled.structures.memory_pool",
sources=["opteryx/compiled/structures/memory_pool.pyx"],
language="c++",
extra_compile_args=COMPILE_FLAGS,
),
]

setup_config = {
Expand Down
4 changes: 3 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ sqlalchemy-bigquery
pyodbc
cassandra-driver

setuptools_rust
setuptools_rust

aiohttp

0 comments on commit 3116e23

Please sign in to comment.