Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Apple silicon M1 macOS 14.4.1 library 'lapack' not found #462

Description

@banlidawang

Description of the problem

I update my MacOS version to 14.4.1 and can not compile anymore (but the pre-exist executable file still work)

the compile commend:
gfortran expand.f95 -I/opt/local/include -m64 -fPIC -O3 -std=gnu -ffast-math -lSHTOOLS -L/opt/local/lib -lfftw3 -lm -llapack -lblas -o expand

error information:
-macosx_version_min has been renamed to -macos_version_min
ld: warning: ignoring duplicate libraries: '-lemutls_w', '-lgcc'
ld: library 'lapack' not found
collect2: error: ld returned 1 exit status

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions