polyhedral-gravity 3.0__cp310-cp310-macosx_11_0_arm64.whl → 3.2__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.
- {polyhedral_gravity-3.0.dist-info → polyhedral_gravity-3.2.dist-info}/METADATA +4 -4
- polyhedral_gravity-3.2.dist-info/RECORD +6 -0
- polyhedral_gravity.cpython-310-darwin.so +0 -0
- polyhedral_gravity-3.0.dist-info/RECORD +0 -6
- {polyhedral_gravity-3.0.dist-info → polyhedral_gravity-3.2.dist-info}/LICENSE +0 -0
- {polyhedral_gravity-3.0.dist-info → polyhedral_gravity-3.2.dist-info}/WHEEL +0 -0
- {polyhedral_gravity-3.0.dist-info → polyhedral_gravity-3.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: polyhedral-gravity
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.2
|
4
4
|
Summary: Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points according to the geodetic convention
|
5
5
|
Author: Jonas Schuhmacher
|
6
6
|
Author-email: jonas.schuhmacher@tum.de
|
@@ -277,12 +277,12 @@ The project uses the following dependencies,
|
|
277
277
|
all of them are **automatically** set-up via CMake:
|
278
278
|
|
279
279
|
- GoogleTest (1.13.0 or compatible), only required for testing
|
280
|
-
- spdlog (1.
|
280
|
+
- spdlog (1.13.0 or compatible), required for logging
|
281
281
|
- tetgen (1.6 or compatible), required for I/O
|
282
|
-
- yaml-cpp (0.
|
282
|
+
- yaml-cpp (0.8.0 or compatible), required for I/O
|
283
283
|
- thrust (2.1.0 or compatible), required for parallelization and utility
|
284
284
|
- xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
|
285
|
-
- pybind11 (2.
|
285
|
+
- pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
|
286
286
|
|
287
287
|
The module will be build using a C++17 capable compiler,
|
288
288
|
CMake. Just execute the following command in
|
@@ -0,0 +1,6 @@
|
|
1
|
+
polyhedral_gravity.cpython-310-darwin.so,sha256=lcngBzuaXMG-uagys2wExXAjmcFERs_CXuKXhWwxM6g,1422152
|
2
|
+
polyhedral_gravity-3.2.dist-info/RECORD,,
|
3
|
+
polyhedral_gravity-3.2.dist-info/LICENSE,sha256=ZJuIRhVUKcE6znMu3JzQKChvng_3yKh9v3v1MtHspHw,36310
|
4
|
+
polyhedral_gravity-3.2.dist-info/WHEEL,sha256=YkgppTG7ykOlXc_zwnXV9-VBXF-Nf0nL_gt0JCpKtEA,110
|
5
|
+
polyhedral_gravity-3.2.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
|
6
|
+
polyhedral_gravity-3.2.dist-info/METADATA,sha256=icCwCub6bNp72VjYvhgo2A80LsipGHrCTA3sTtqE9u0,17452
|
Binary file
|
@@ -1,6 +0,0 @@
|
|
1
|
-
polyhedral_gravity.cpython-310-darwin.so,sha256=8hesKz4V9D36QHL-ffDqEblk1h_p6HzlS8RritNDcbw,1393080
|
2
|
-
polyhedral_gravity-3.0.dist-info/RECORD,,
|
3
|
-
polyhedral_gravity-3.0.dist-info/LICENSE,sha256=ZJuIRhVUKcE6znMu3JzQKChvng_3yKh9v3v1MtHspHw,36310
|
4
|
-
polyhedral_gravity-3.0.dist-info/WHEEL,sha256=YkgppTG7ykOlXc_zwnXV9-VBXF-Nf0nL_gt0JCpKtEA,110
|
5
|
-
polyhedral_gravity-3.0.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
|
6
|
-
polyhedral_gravity-3.0.dist-info/METADATA,sha256=jBizVa2CzDeU7c9fLHZXHSYj4K_vbdzurS3uI_IK56w,17452
|
File without changes
|
File without changes
|
File without changes
|