Skip to content

Commit

Permalink
Updated lfortran to 0.36.0 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 authored Jun 4, 2024
1 parent ca22124 commit 6c2ea3c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 4 additions & 1 deletion recipes/recipes_emscripten/lfortran/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ emcmake cmake \
emmake make -j8

# Install step
emmake make install
emmake make install

cp src/lfortran/tests/test_lfortran.js $PREFIX/bin/test_lfortran.js
cp src/lfortran/tests/test_lfortran.wasm $PREFIX/bin/test_lfortran.wasm
14 changes: 11 additions & 3 deletions recipes/recipes_emscripten/lfortran/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
name: lfortran
version: 0.35.0
version: 0.36.0

package:
name: ${{ name }}
Expand All @@ -9,10 +9,10 @@ package:
source:
url: https://github.com/lfortran/lfortran/releases/download/v${{ version }}/${{
name }}-${{ version }}.tar.gz
sha256: 5ecc1ae03067b985943c45f6ec05e9f6e72efd6ad004b052e7a98ba552ff79b0
sha256: 6b3b7cb1380e96a98a9fd3166a3e7e43c3339f736f76029c246436784ffc868f

build:
number: 2
number: 0

requirements:
build:
Expand All @@ -33,6 +33,14 @@ requirements:
host:
- zlib

tests:
- script:
- test -f ${PREFIX}/lib/liblfortran_runtime.a
- node ${PREFIX}/bin/test_lfortran.js
requirements:
build:
- nodejs

about:
license: BSD-3-Clause
license_family: BSD
Expand Down

0 comments on commit 6c2ea3c

Please sign in to comment.