Skip to content

Commit be3623e

Browse files
committed
set OPENBLAS_DIR in openblas.yaml when build dependencies
I found that the numpy package is not able to find openblas at compile time, because it is looking in `$OPENBLAS_DIR/lib` and `OPENBLAS_DIR` is not set in `openblas.yaml `. I think that this setting should be unable. At least with this change numpy finds openblas for me.
1 parent 3e4a858 commit be3623e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/openblas.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ build_stages:
1919
when_build_dependency:
2020
- {set: 'BLAS_LDFLAGS', value: '-Wl,-rpath,${ARTIFACT}/lib -L${ARTIFACT}/lib -lopenblas'}
2121
- {set: 'LAPACK_LDFLAGS', value: '-Wl,-rpath,${ARTIFACT}/lib -L${ARTIFACT}/lib -lopenblas'}
22+
- {set: 'OPENBLAS_DIR', value: '${ARTIFACT}'}

0 commit comments

Comments
 (0)