Skip to content
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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 2 additions & 6 deletions recipes/recipes_emscripten/passagemath-gap/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
context:
version: 10.8.6
version: 10.8.7

package:
name: passagemath-gap
version: ${{ version }}

source:
- url: https://pypi.org/packages/source/p/passagemath-gap/passagemath_gap-${{ version }}.tar.gz
sha256: 54d7a49506ff4182ccdab99f9185678cf1b899cead706d11688e83b9b5b58550
sha256: 1b36fbc076ee665f28c7b87f153dfb24449a985169aeb771259b610659f45354

build:
script: |
patch -p2 < ${RECIPE_DIR}/patches/0002-src-sage-groups-perm_gps-constructor.py-Use-lazy_imp.patch
patch -p2 < ${RECIPE_DIR}/patches/0003-src-sage-interfaces-gap_workspace.py-Do-not-fail-to-.patch
patch -p2 < ${RECIPE_DIR}/patches/0004-src-sage-groups-perm_gps-permgroup.py-Use-lazy_impor.patch
patch -p2 < ${RECIPE_DIR}/patches/0005-src-sage-groups-libgap_mixin.py-Use-lazy_import-for-.patch
${{ PYTHON }} -m pip install .
number: 0

Expand Down
Loading