quasardb 3.14.2.dev0__cp310-cp310-macosx_10_14_x86_64.whl → 3.14.2.dev1__cp310-cp310-macosx_10_14_x86_64.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
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=Wbahn2NyKPPU7PYZySvcVwZ4itBdgxC02g95huBuf_g,7424
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=EDUoyyonZX1DzOx0Y_B0dPb8IkHVSxEudpuU8vdSbZc,33858992
25
+ quasardb/libqdb_api.dylib,sha256=Qvu0J2vTcMOMIMKSxI4y3ED31tHxxh9FGffT1BRG3v8,34711808
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
@@ -38,7 +38,7 @@ quasardb/options.hpp,sha256=ufMlL8w5cxa81QiUgWaIpGaPKS7KbyGEBtg6MT7NPyc,9914
38
38
  quasardb/perf.hpp,sha256=ctcI8tF07Pp6uEPGx1Hhw_3m3UCgRrVyeHxUW7W7ST4,11028
39
39
  quasardb/pool.py,sha256=4IFwot-U8GEHo8h86264uVTWge44bOH_TUkoVy3Hjac,8449
40
40
  quasardb/pytypes.hpp,sha256=Y1XmY8VeC_ePLS4IpXXDX5ulfYQ9070u4as8Ke9vP-o,6673
41
- quasardb/quasardb.cpython-310-darwin.so,sha256=6gZtzswbpWzDT70KKbNherasa36l5V_IO5Zy2XlCJ9o,1031676
41
+ quasardb/quasardb.cpython-310-darwin.so,sha256=AJo9D8dF6PacCazoqpUp1voc9boxOkXazUtVzweF1eI,1031676
42
42
  quasardb/query.cpp,sha256=coSAZRM7WGgT6hfq5lPQF9jMde7x6x4u8Q-LRmRF9B4,12332
43
43
  quasardb/query.hpp,sha256=kKy9qUdRS_ibzEgrFYThrgViqH99-ixctl-Hv2dd-Ns,3265
44
44
  quasardb/remove_cvref.hpp,sha256=kGW27WE2GvUL9sWvVdFD6NgnVF40bzeNl74ecTlyG9c,580
@@ -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=ISPziGO-cxiamtkIlnZY79y1Txz21eV23QSGh5ChACg,112
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=ISPziGO-cxiamtkIlnZY79y1Txz21eV23QSGh5ChACg,112
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,,