We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update instruction of for building delta fit package https://github.com/JCSDA-internal/crtm/tree/feature/CD_bfit
Encountered multiple issues with f2py on both Intel and M2 machines, will document the solution here for future LUT generation.
f2py
The text was updated successfully, but these errors were encountered:
On intel machine, I encountered the following error:
ld: library not found for -lSystem collect2: error: ld returned 1 exit status
Which is resolved by adding the following line in .zshrc:
export LIBRARY_PATH="$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib"
Sorry, something went wrong.
On M1/M2 machine, I encountered the following error when importing bfit:
mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')
Tried to install/reinstall various packages, but couldn't find a solution by far.
Closing this issue for now.
chengdang
No branches or pull requests
Update instruction of for building delta fit package https://github.com/JCSDA-internal/crtm/tree/feature/CD_bfit
Encountered multiple issues with
f2py
on both Intel and M2 machines, will document the solution here for future LUT generation.The text was updated successfully, but these errors were encountered: