IBAMR / autoibamr

GNU Lesser General Public License v3.0
10 stars 3 forks source link

enable.sh: No such file or directory #131

Closed Lianxiali closed 1 year ago

Lianxiali commented 1 year ago

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.

drwells commented 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!

Lianxiali commented 1 year ago

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

drwells commented 1 year ago

Want to put together a PR to fix it? 😄

Lianxiali commented 1 year ago

Just submitted the PR! 😄

drwells commented 1 year ago

Fixed by #132.