Skip to content
Open
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
12 changes: 6 additions & 6 deletions recipes/recipes_emscripten/libflang/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
context:
name: libflang
version: 22.1.6
version: 22.1.7

package:
name: ${{ name }}
version: ${{ version }}

source:
url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${{ version }}.tar.gz
sha256: ba534c6835a5b9c2162c806e269799fe41fca952a3c25baff1afcff23841ec2b
sha256: da1578ea1faf2050e4b1923fce150b5656db1dbdeda71fe02498ac04f35b03d3
patches:
# from https://github.com/serge-sans-paille/llvm-project/tree/feature/flang-wasm
- patches/0001-Minimal-WASM-support-for-flang.patch
- patches/0002-Deactivate-quadmath-float128-support.patch
- patches/0003-Specialize-Flang-to-target-WASM.patch
- patches/0004-Fix-wasm32-assumed-size-dummy-array-indexing.patch
- patches/0001-Minimal-WASM-support-for-flang.patch
- patches/0002-Deactivate-quadmath-float128-support.patch
- patches/0003-Specialize-Flang-to-target-WASM.patch
- patches/0004-Fix-wasm32-assumed-size-dummy-array-indexing.patch

build:
number: 0
Expand Down