Skip to content

Commit

Permalink
fix geology
Browse files Browse the repository at this point in the history
  • Loading branch information
changliao1025 committed May 10, 2023
1 parent 5fc6509 commit 9181594
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
3 changes: 2 additions & 1 deletion external/hexwatershed/src/geology.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#pragma once
#include <cmath>

#include <array>
#include "global.h"
#include "conversion.h"


using namespace std;

float calculate_distance_based_on_lon_lat_degree(float dLongitude_degree0,
Expand Down
12 changes: 3 additions & 9 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: "hexwatershed"
version: "0.2.13"
version: "0.2.15"

source:
git_rev: v0.2.13
git_rev: v0.2.15
git_url: https://github.com/changliao1025/pyhexwatershed

build:
Expand All @@ -12,21 +12,15 @@ build:
host:
platform: linux-64
script:
- cmake
- make
- python setup.py build_external
# Build the package for macOS (64-bit)
host:
platform: osx-64
script:
- cmake
- make
script:
- python setup.py build_external
host:
platform: win-64
script:
- cmake
- make
- python setup.py build_external

requirements:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.13
current_version = 0.2.15
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AUTHOR = "Chang Liao"
AUTHOR_EMAIL = "chang.liao@pnnl.gov"
URL = "https://github.com/changliao1025/pyhexwatershed"
VERSION = "0.2.13"
VERSION = "0.2.15"
REQUIRES_PYTHON = ">=3.8.0"
KEYWORDS = "hexwatershed hexagon"

Expand Down

0 comments on commit 9181594

Please sign in to comment.