dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.55k stars 550 forks source link

How to build numcpp.framework for iOS Xcode project #166

Closed serhii-vlasiuk closed 1 year ago

serhii-vlasiuk commented 1 year ago

Is it possible to build numcpp.framework for iOS Xcode project from headers and with boost library?

dpilger26 commented 1 year ago

I don't see why not, have you tried?

serhii-vlasiuk commented 1 year ago

Have not tried, looking for solution, maybe you had chance to build numcpp.framework from headers?

dpilger26 commented 1 year ago

I guess I'm not sure what you mean by "numcpp.framework"?

Here are the installation steps: https://github.com/dpilger26/NumCpp/blob/master/docs/markdown/Installation.md

And here is an example of building with CMake. https://github.com/dpilger26/NumCpp/blob/master/docs/markdown/Building.md

dpilger26 commented 1 year ago

Closing due to inactivity.