Skip to content

Commit

Permalink
Add a fix for a missing runtime module (#47)
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 5, 2023
2 parents c7a1f90 + b43d210 commit b4f0a21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions recipe/custom.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/runtime/CMakeLists.txt b/src/runtime/CMakeLists.txt
index a9f5f61d7..ff4a8f414 100644
--- a/src/runtime/CMakeLists.txt
+++ b/src/runtime/CMakeLists.txt
@@ -81,6 +81,7 @@ add_dependencies(lfortran_intrinsic_bit lfortran_intrinsic_iso_fortran_env)
install(
FILES
${CMAKE_Fortran_MODULE_DIRECTORY}/lfortran_intrinsic_builtin.mod
+ ${CMAKE_Fortran_MODULE_DIRECTORY}/lfortran_intrinsic_custom.mod
${CMAKE_Fortran_MODULE_DIRECTORY}/lfortran_intrinsic_optimization.mod
${CMAKE_Fortran_MODULE_DIRECTORY}/lfortran_intrinsic_kind.mod
${CMAKE_Fortran_MODULE_DIRECTORY}/lfortran_intrinsic_iso_fortran_env.mod

3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ source:
sha256: 0af9131cf29cf66d14e8abba7f0d3c4c0944587f8c247119755e680323d69e31
patches:
- lto.patch
- custom.patch

build:
number: 0
number: 1
skip: true # [py<36]

requirements:
Expand Down

0 comments on commit b4f0a21

Please sign in to comment.