Skip to content

Commit

Permalink
fix windows build by explicitly declaring previous epoch, see comment…
Browse files Browse the repository at this point in the history
  • Loading branch information
nigiord committed Aug 7, 2024
1 parent a893777 commit 1e97b21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/r-spectrum/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ build:

requirements:
build:
- {{ posix }}zip # [win]
- cross-r-base {{ r_base }} # [build_platform != target_platform]
- {{ posix }}zip # [win]
- msys2-conda-epoch ==20160418 # [win]
- cross-r-base {{ r_base }} # [build_platform != target_platform]
host:
- r-base
- r-clusterr
Expand Down

0 comments on commit 1e97b21

Please sign in to comment.