Closed Lianxiali closed 1 year ago
Thanks for reporting this - it looks like that file was installed somewhere else. Can you investigate and then put together a patch? Thanks!
I just searched the file and found it is located at autoibamr/configuration
. The script exports the PATHs for each package.
So, it seems only the file path in the instruction needs to be corrected, i.e. change the script from:
source ~/autoibamr/packages/configuration/enable.sh
to
source ~/autoibamr/configuration/enable.sh
Want to put together a PR to fix it? 😄
Just submitted the PR! 😄
Fixed by #132.
I installed IBAMR by running the script
autoibamar.sh
successfully. But when trying to follow the instruction section of "Using the installed copy of IBAMR"source ~/autoibamr/packages/configuration/enable.sh
The error popped up~/autoibamr/packages/configuration/enable.sh: No such file or directory.
After checking, 'enable.sh' does not exist in the configuration folder.Not sure if this error will affect the use of libraries.