Skip to content

Install: ... was built for newer macOS version (11.0) than being linked (10.15) #2598

Discussion options

You must be logged in to vote

You get lots of warnings like:

ld: warning: object file (/Users/chengbinzhu/firedrake/src/petsc/default/lib/libscotch.a(vmesh.o)) was built for newer macOS version (11.0) than being linked (10.15)

I think this is an issue we've yet to have solution for. According to

# Set MACOSX_DEPLOYMENT_TARGET to the current macos version
, you'll get around the issue for now by changing MACOSX_DEPLOYMENT_TARGET to your current macos version in line 1099 of firedrake-install.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Chengbin124
Comment options

Answer selected by connorjward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment