admb-project / admb

AD Model Builder
http://admb-project.org
Other
64 stars 19 forks source link

Fixes ADMB compiling on Linux arm64 #278

Closed jonrh closed 1 year ago

jonrh commented 1 year ago

Fixes issue #277. This is a minimal change that brings the make instructions in line with admb/src/GNUMakefile and admb/scripts/admb.sh.

johnoel commented 1 year ago

Thanks @jonrh, Can you also add the changes for admb.sh?

jonrh commented 1 year ago

The equivalent sh/bash Linux architecture checks seem to already be in place so no change should be needed?

admb/scripts/admb: https://github.com/admb-project/admb/blob/a65f1c97ce06346b8f3f1aae989d5796d619e1a1/scripts/admb/admb#L136-L149

admb/scripts/admb.sh: https://github.com/admb-project/admb/blob/a65f1c97ce06346b8f3f1aae989d5796d619e1a1/scripts/admb/admb.sh#L135-L148

Looks like contrib/GNUMakefile just slipped through the cracks in commit 2ffa8095fb77161cf45db165c33f31750e1fc799.