Hi hope you are doing well!
I have been trying to install newer version of aspect and dealii on iMac M3, Sequoia 15.3.2.
However, I find two points that is apart from installation guide.
when I tried to install deal with
./candi.sh -j 8 --packages="astyle hdf5 netcdf sundials p4est trilinos dealii"
Trilinos seems to require openblas and parmetis so it can be installed without an error.
and dealii requires opencascade because I have this error
Could not find the opencascade library!
Please ensure that a suitable opencascade library is installed on your
computer.
Then after having those packages, cloning ASEPCT, cmake and make, finishing installation of ASPECT, I face new error that I haven’t seen so far. after running ASPECT:
./aspect
dyld[36284]: Library not loaded: libTKBO.11.dylib
Referenced from: /Users/h.kim.6/aspect/build/aspect-debug
Reason: tried: ‘/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘libTKBO.11.dylib’ (no such file), ‘/System/Volumes/Preboot/Cryptexes/OSlibTKBO.11.dylib’ (no such file), ‘libTKBO.11.dylib’ (no such file), ‘/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/dealii-candi/parmetis-4.0.3/lib/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/aspect/build/libTKBO.11.dylib’ (no such file), ‘/System/Volumes/Preboot/Cryptexes/OS/Users/h.kim.6/aspect/build/libTKBO.11.dylib’ (no such file), ‘/Users/h.kim.6/aspect/build/libTKBO.11.dylib’ (no such file)
zsh: abort ./aspect
Could I get a help how I can solve this?
Cheers,
Hyunseong