Skip to content

Commit

Permalink
Merge pull request #17 from regro-cf-autotick-bot/3.1.0_h852af9
Browse files Browse the repository at this point in the history
polyhedral-gravity-model v3.1.0
  • Loading branch information
schuhmaj authored May 17, 2024
2 parents 3bf7429 + 805847f commit a14d1f4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.9.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "polyhedral-gravity-model" %}
{% set org = "esa" %}
{% set version = "3.0.0" %}
{% set version = "3.1.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/{{ org }}/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: d802e23fd208a806a2a7415df66e7e283c295da0248b455976e8ea72c871d08f
sha256: d411087c45b431e10ed64f2bc9a6c932e988584f299f2a5b67737e3776e36ef2

build:
script_env:
Expand All @@ -17,7 +17,7 @@ build:
- BUILD_SHARED_LIBS=ON
- _LIBCPP_DISABLE_AVAILABILITY=1 # [osx]
script: {{ PYTHON }} -m pip install . -vv
number: 1
number: 0

requirements:
build:
Expand Down Expand Up @@ -50,7 +50,8 @@ about:
home: https://github.com/esa/polyhedral-gravity-model
summary: Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points according to the geodetic convention
description: >
The package polyhedral_gravity provides a simple-to-use interface for evaluating the full gravity tensor of a constant-density polyhedron at arbitrary given computation points according to the geodetic convention. The computation is based on the line integral approach by Tsoulis et al., which transforms the triple integral into a summation. The implementation relies on a fast, parallelized backbone in C++ capable of evaluating the gravity at thousands of computation points in a fraction of a second. The package includes the functionality to read a polyhedral mesh from files and transform it to fulfill the preconditions of Tsoulis' formulation.
The package polyhedral_gravity provides a simple-to-use interface for evaluating the full gravity tensor of a constant-density polyhedron at arbitrary given computation points according to the geodetic convention. The computation is based on the line integral approach by Tsoulis et al., which transforms the triple integral
into a summation. The implementation relies on a fast, parallelized backbone in C++ capable of evaluating the gravity at thousands of computation points in a fraction of a second. The package includes the functionality to read a polyhedral mesh from files and transform it to fulfill the preconditions of Tsoulis' formulation.
license: GPL-3.0-only AND AGPL-3.0-or-later
license_family: GPL3
license_file:
Expand Down

0 comments on commit a14d1f4

Please sign in to comment.