hayden4r4 / blackscholes-rust

A Black-Scholes pricing model built in Rust
MIT License
8 stars 6 forks source link

feat: add arm64 support #1

Closed day01 closed 11 months ago

day01 commented 11 months ago

CONTEXT BS from last version is not available on mac arm.

CHANGE SCOPE I added arm64 support in cpp file.

RESULT Tests pass correctly. Crate form dir is correctly works on mac.

ADDITIONAL I added gitignore because terget is in main dir generated in build process 🗑️

hayden4r4 commented 11 months ago

Looks good, thanks for contributing!

day01 commented 11 months ago

Do you need help with GitHub Actions to automate your deployments to crates.io?

hayden4r4 commented 11 months ago

I was actually just looking at this the other day. I just set up build and test with github actions, are you familiar with getting cargo publish set up as well? I'm not sure how the credentials work in that case.

day01 commented 11 months ago

I am familiar with GHA, so it's not a problem to configure it. I am big enthusiasts of automation of packages :)

day01 commented 11 months ago

So if you are interested in help in that area let me know. You can create issue and assign me. I am on vacation but in the next week I can help you with :)

hayden4r4 commented 11 months ago

Great, I created an issue, I believe if you leave a comment on it I can assign you to it.