Skip to content

Commit

Permalink
Merge pull request #860 from minrk/lapack-features
Browse files Browse the repository at this point in the history
backport extra netlib feature on blas/lapack
  • Loading branch information
isuruf authored Sep 24, 2024
2 parents c5c0f68 + 0560272 commit dc9282e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipe/patch_yaml/netlib_features.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# backport https://github.com/conda-forge/lapack-feedstock/pull/71
if:
name_in:
- libblas
- libtmglib
- libcblas
- liblapack
- liblapacke
- blas-devel
- blas
- lapack
build: "*netlib*"
timestamp_lt: 1727167107000
then:
# no reset_track_features, so remove & add to avoid duplicating
- remove_track_features:
- blas_netlib_2
- add_track_features:
- blas_netlib_2

0 comments on commit dc9282e

Please sign in to comment.