This is most likely caused by bash-specific syntax ... Ubuntu uses dash instead of bash as default shell. Hopefully Eric knows how to solve this.
For the moment it might work if you replace the #!/bin/sh at the top of the configure script with #!/bin/bash
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry - wasn't logged in
This is most likely caused by bash-specific syntax ... Ubuntu uses dash instead of bash as default shell. Hopefully Eric knows how to solve this.
For the moment it might work if you replace the #!/bin/sh at the top of the configure script with #!/bin/bash
Thanks Martin. I changed it in the main configure script and it seems to have compiled successfully.
Hi Jeremy,
I've put in
https://sourceforge.net/p/healpix/code/HEAD/tree/branches/branch_v360r1104/hpxconfig_functions.sh
an hpxconfig_functions.sh free of the offending bashism.
Cheers,
Eric
Thanks - I can confirm this builds and the f90 tests works