Skip to content

Problems installing firedrake on MacOS #3611

Discussion options

You must be logged in to vote

This run just appears to have failed to download OpenBLAS - which could either be a temporary server issue or a network connectivity issue. If you try again you should make it further.

The first issue you encountered was a strange one:

src/lapack_wrappers.c:609:81: error: incompatible integer to pointer conversion passing 'blasint' (aka 'int') to parameter of type 'const blasint *' (aka 'const int *'); take the address with & [-Wint-conversion]
    RELAPACK_zgemmt(uplo, transA, transB, n, k, alpha, A, ldA, B, ldB, beta, C, info);

Can you make sure that your system is up-to-date (either Xcode 15.2 or 15.3 and have run brew upgrade)? You can check the Xcode version from xcodebuild -version.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@acse-yw11823
Comment options

@connorjward
Comment options

Answer selected by acse-yw11823
@acse-yw11823
Comment options

@acse-yw11823
Comment options

@acse-yw11823
Comment options

@connorjward
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants