wcmc-its / ReCiter

ReCiter: an enterprise open source author disambiguation system for academic institutions
Apache License 2.0
45 stars 23 forks source link

Add support for dynamodb local for arm architecture #497

Open sarbajitdutta opened 1 year ago

sarbajitdutta commented 1 year ago

So a little back story - I bought a new Apple laptop M2 MacBook and tried to install ReCiter locally but was getting error since OS architecture has changed from amd64 to arm64.

I have added a jar to native-libs folder which takes care of this issues with machine using arm64 architctures.

Cheers!

paulalbert1 commented 1 year ago

Given that this only affects DynamoDB local, which ReCiter production at WCM doesn't use, it seems low risk to approve this, so I am proceeding with the approval.

paulalbert1 commented 1 year ago

@sarbajitdutta - On second thought, why didn't you push this into the "development" branch first? (By the way, thanks for this commit.)