You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I've been using the gfortran_osx package for long and it always worked nicely
I just switched to Apple Silicon M1 max cpus, and compiling libraries requiring FORTRAN and C has become tricky.
Most of the library I seem to have been updated to use the new cpu and OS uname -a Darwin pn2292519.lanl.gov 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
but when compiling libraries form source, such as hdf5 and fftw i get the following error checking build system type... Invalid configuration arm64-apple-darwin20.0.0': machine arm64-apple' not recognized
but if look inside the environment directory i get a bunch of files referring to darwin-20.0.0 (see below),
so teh the problem shoudl lie somewhere here
I've been able to workaround this issuse by doing echo 'echo arm-apple-darwin' >config.sub before compiling for all libraries giving me this problem. However I don't think this is the proper solution.
Am I missing something or there is somthing that can be done from your end to alleviate/fix this issue
All the best
The text was updated successfully, but these errors were encountered:
Comment:
Hi there,
I've been using the gfortran_osx package for long and it always worked nicely
I just switched to Apple Silicon M1 max cpus, and compiling libraries requiring FORTRAN and C has become tricky.
Most of the library I seem to have been updated to use the new cpu and OS
uname -a Darwin pn2292519.lanl.gov 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
but when compiling libraries form source, such as
hdf5
andfftw
i get the following errorchecking build system type... Invalid configuration
arm64-apple-darwin20.0.0': machinearm64-apple' not recognized
If I do
conda list
and i getbut if look inside the environment directory i get a bunch of files referring to darwin-20.0.0 (see below),
so teh the problem shoudl lie somewhere here
I've been able to workaround this issuse by doing
echo 'echo arm-apple-darwin' >config.sub
before compiling for all libraries giving me this problem. However I don't think this is the proper solution.Am I missing something or there is somthing that can be done from your end to alleviate/fix this issue
All the best
The text was updated successfully, but these errors were encountered: