conda-forge / lapack-feedstock

A conda-smithy repository for lapack.
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

add build number to blas-devel build string #50

Closed minrk closed 3 years ago

minrk commented 3 years ago

matches all other blas-devel providers in blas-feedstock

Without this, the blas-devel package doesn't get updates but has explicit pins to old builds, making it eventually incompatible with its own newer builds.

cf https://github.com/conda-forge/blas-feedstock/issues/29

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipe:

minrk commented 3 years ago

Failure appears unrelated

minrk commented 3 years ago

mac-arm builds appear to be a compiler problem:

during GIMPLE pass: slp
/Users/runner/miniforge3/conda-bld/blas-split_1615836479051/work/BLAS/SRC/cherk.f:174:22:

  174 |       SUBROUTINE CHERK(UPLO,TRANS,N,K,ALPHA,A,LDA,BETA,C,LDC)
      |                      ^
internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.

any idea what the source of that could be @isuruf ?

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipe:

github-actions[bot] commented 3 years ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was not passing and not merged.