Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated lfortran to 0.36.0 #1088

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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