Skip to content

Commit

Permalink
Use latest lpython release (#17)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 23, 2023
2 parents aac50f6 + b7d2ef9 commit f10c97a
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 73 deletions.
53 changes: 8 additions & 45 deletions .azure-pipelines/azure-pipelines-win.yml

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

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

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

112 changes: 112 additions & 0 deletions .scripts/run_win_build.bat

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

14 changes: 0 additions & 14 deletions recipe/macos_clock.patch

This file was deleted.

5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{% set name = "lpython" %}
{% set version = "0.19.0" %}
{% set version = "0.20.0" %}

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

source:
url: https://github.com/lcompilers/lpython/archive/refs/tags/v{{ version }}.tar.gz
sha256: 733506d1f2dc722c36b99d21a0e609d650342afdb5d0056278959a88c42f1ecf
sha256: 741fb64ddf70528eb713103d5b6e2068344b5768b546b0c21145d5a1507635a0
patches:
- macos_clock.patch
- version.patch

build:
Expand Down

0 comments on commit f10c97a

Please sign in to comment.