quasardb 3.14.2.dev0__cp310-cp310-macosx_11_0_arm64.whl → 3.14.2.dev1__cp310-cp310-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of quasardb might be problematic. Click here for more details.

quasardb/CMakeLists.txt CHANGED
@@ -2,9 +2,19 @@ cmake_minimum_required(VERSION 3.9.4)
2
2
  project(quasardb)
3
3
  set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
4
4
  set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
5
- set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0")
5
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
6
6
  set(CMAKE_VERBOSE_MAKEFILE FALSE)
7
7
 
8
+ if(APPLE)
9
+ # Robustly get the SDK path using xcrun.
10
+ execute_process(
11
+ COMMAND xcrun --sdk macosx --show-sdk-path
12
+ OUTPUT_VARIABLE SDK_PATH
13
+ COMMAND_ERROR_IS_FATAL ANY
14
+ )
15
+ string(STRIP "${SDK_PATH}" CMAKE_OSX_SYSROOT)
16
+ endif()
17
+
8
18
  include(CheckIPOSupported)
9
19
 
10
20
  option(QDB_LINK_STATIC_LIB "Link qdb_api_static instead of dynamic qdb_api." OFF)
quasardb/libqdb_api.dylib CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quasardb
3
- Version: 3.14.2.dev0
3
+ Version: 3.14.2.dev1
4
4
  Summary: Python API for quasardb
5
5
  Home-page: https://www.quasardb.net/
6
6
  Author: quasardb SAS
@@ -1,4 +1,4 @@
1
- quasardb/CMakeLists.txt,sha256=91bdfVN6KTgCz6PHvqrrEoorn00c4U6-91FU_51xMdQ,14736
1
+ quasardb/CMakeLists.txt,sha256=dD10FmWEVzOyVXMNlbYavP9a5usPIqa7oJzS63yw3aU,14997
2
2
  quasardb/Makefile,sha256=MMgCVjaVUNRcifCGGMnsrJYtSdegAb1aBdkxf_Xj9pg,7409
3
3
  quasardb/__init__.py,sha256=JLNtV7P81HLi_OXqumJ1dq3fDUiUnR3Ktmf-e7wtalo,3707
4
4
  quasardb/batch_column.hpp,sha256=PuZEM78TNxyqtNm4OcuhqMTiconRDG6qdWIvKBIpO8s,3308
@@ -22,7 +22,7 @@ quasardb/firehose.py,sha256=HO0GjCDg3x4cpzVSH3KZ1AJhV8lK2HJyXr9tpfnNSGI,3492
22
22
  quasardb/handle.cpp,sha256=6x7qPFvIzGNralz7MFbUtCEXi26Q2RKzNhIywoVIOKM,507
23
23
  quasardb/handle.hpp,sha256=OoaSROIDbJMrcHQr8dy5RLJCKrObg68dVUvb-eNBr0Y,2953
24
24
  quasardb/integer.hpp,sha256=od5QaIC262o_5JSk5vkbmNDUX3K7tFir1u5FmEPs8GE,3216
25
- quasardb/libqdb_api.dylib,sha256=FIdOCs15uyAHrkhxc2oQ77oNz8fOhkvaQ8BswiQ8B70,30865392
25
+ quasardb/libqdb_api.dylib,sha256=cx_U4RcLXQowyKP5GhtgjIdL6QqO9t00dxNjTumueDY,31593488
26
26
  quasardb/logger.cpp,sha256=UT2dGHF_sk-UIFUAOWxdse8JlcaLnnARsZDu5AP_v4E,2950
27
27
  quasardb/logger.hpp,sha256=CrQoHtAHsaovArH6kp_c4up0fVbj7lm4uPcSRnU9VKU,7050
28
28
  quasardb/masked_array.hpp,sha256=QSDaKgj5PhmXJg6efPL9qSu69aEXgCmWhmshzhOLt3w,18337
@@ -102,8 +102,8 @@ quasardb/utils/ostream.hpp,sha256=oqnyxurnnbiStXuFTZEewEM_SsYzB-RdUft-q2y1JcI,37
102
102
  quasardb/utils/permutation.hpp,sha256=7iyUNZQLxUEyOliRKwoVzO9pzG_b5Id4JjAHXAy5I50,1502
103
103
  quasardb/utils/stable_sort.hpp,sha256=Z1R3mWl78_Zh4O4bxCXQJHBCd7m71G-qFRcK-ll07qc,465
104
104
  quasardb/utils/unzip_view.hpp,sha256=pkwk_BTYOm_9HOjyf6Z2W2Udc9he5EJKcIbbrYcUzok,2387
105
- quasardb-3.14.2.dev0.dist-info/LICENSE.md,sha256=_drOadIrIX8mzUZcnTJBTpUQih5gwdRAGK8ZKanYD6k,1467
106
- quasardb-3.14.2.dev0.dist-info/METADATA,sha256=yapai1vkytEFals_eUu3Woc2pT4kgp1YzKj1xZWctwo,1461
107
- quasardb-3.14.2.dev0.dist-info/WHEEL,sha256=oMFc9-KjvMLKiqM40kAaafsHJktZGp0eIX_k197YDRk,110
108
- quasardb-3.14.2.dev0.dist-info/top_level.txt,sha256=wlprix4hCywuF1PkgKWYdZeJKq_kgJOqkAvukm_sZQ8,9
109
- quasardb-3.14.2.dev0.dist-info/RECORD,,
105
+ quasardb-3.14.2.dev1.dist-info/LICENSE.md,sha256=_drOadIrIX8mzUZcnTJBTpUQih5gwdRAGK8ZKanYD6k,1467
106
+ quasardb-3.14.2.dev1.dist-info/METADATA,sha256=vChxMwzIDrM_UlCOWA4VENjRpwwvZ9rdJp5p8kPDBzM,1461
107
+ quasardb-3.14.2.dev1.dist-info/WHEEL,sha256=oMFc9-KjvMLKiqM40kAaafsHJktZGp0eIX_k197YDRk,110
108
+ quasardb-3.14.2.dev1.dist-info/top_level.txt,sha256=wlprix4hCywuF1PkgKWYdZeJKq_kgJOqkAvukm_sZQ8,9
109
+ quasardb-3.14.2.dev1.dist-info/RECORD,,