polyhedral-gravity 3.0__cp36-cp36m-win_amd64.whl → 3.2__cp36-cp36m-win_amd64.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.cp36-win_amd64.pyd +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
|
Home-page: UNKNOWN
|
6
6
|
Author: Jonas Schuhmacher
|
@@ -279,12 +279,12 @@ The project uses the following dependencies,
|
|
279
279
|
all of them are **automatically** set-up via CMake:
|
280
280
|
|
281
281
|
- GoogleTest (1.13.0 or compatible), only required for testing
|
282
|
-
- spdlog (1.
|
282
|
+
- spdlog (1.13.0 or compatible), required for logging
|
283
283
|
- tetgen (1.6 or compatible), required for I/O
|
284
|
-
- yaml-cpp (0.
|
284
|
+
- yaml-cpp (0.8.0 or compatible), required for I/O
|
285
285
|
- thrust (2.1.0 or compatible), required for parallelization and utility
|
286
286
|
- xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
|
287
|
-
- pybind11 (2.
|
287
|
+
- pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
|
288
288
|
|
289
289
|
The module will be build using a C++17 capable compiler,
|
290
290
|
CMake. Just execute the following command in
|
@@ -0,0 +1,6 @@
|
|
1
|
+
polyhedral_gravity.cp36-win_amd64.pyd,sha256=GsfJ9gmXXPv0Gqvwt18KUAOfQhO4iaH2Gz2hMNNiTYQ,1198592
|
2
|
+
polyhedral_gravity-3.2.dist-info/LICENSE,sha256=cZuYeTT-iPE-aCqNISUCPMeVYrp_tMQZaDsaHg1zgrs,37006
|
3
|
+
polyhedral_gravity-3.2.dist-info/METADATA,sha256=oSLTYmRazcx7J27Fy9gTY4_fG4NtIbx5I_qsCD3W2FE,17491
|
4
|
+
polyhedral_gravity-3.2.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
|
5
|
+
polyhedral_gravity-3.2.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
|
6
|
+
polyhedral_gravity-3.2.dist-info/RECORD,,
|
Binary file
|
@@ -1,6 +0,0 @@
|
|
1
|
-
polyhedral_gravity.cp36-win_amd64.pyd,sha256=llbItnxO2A5TicAl9FL3S2vn9MnRJCDVkVY3C9HPRZI,1168384
|
2
|
-
polyhedral_gravity-3.0.dist-info/LICENSE,sha256=cZuYeTT-iPE-aCqNISUCPMeVYrp_tMQZaDsaHg1zgrs,37006
|
3
|
-
polyhedral_gravity-3.0.dist-info/METADATA,sha256=tceHklfXB1KwYJT0JF_cd42YhgZejaTansddgXYNmn4,17491
|
4
|
-
polyhedral_gravity-3.0.dist-info/WHEEL,sha256=zukbZftcRdNfJ55Q_RYV9JZ3uVyqWKyq-wDJbmszs_U,101
|
5
|
-
polyhedral_gravity-3.0.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
|
6
|
-
polyhedral_gravity-3.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|