Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dynamic lib and tests with CMake #21

Open
barracuda156 opened this issue Jan 10, 2023 · 2 comments
Open

Add support for dynamic lib and tests with CMake #21

barracuda156 opened this issue Jan 10, 2023 · 2 comments

Comments

@barracuda156
Copy link

Currently the port builds only static libscifor.a. Would be nice to have an option for dynamic lib.
Aslo, no support for tests with CMake (?).

@beddalumia
Copy link
Contributor

At the moment we have no plans for these.

  • Do you have a specific interest in a dynamic library? We use SciFor only with other open-source libraries, hence we never had a need for dynamic linking, since we can always compile the user code. Nevertheless we have no issues to add an option for that, feel free to propose a pull request for that, if interested.

  • Tests are compiled via make, which is a very minimal requirement on the testing machine (and anyway needed for the CMake-based build of the library). Are there any advantages in building also the tests with CMake?

@barracuda156
Copy link
Author

Got it, thank you for reply.
The issue is not, of course, not having make, but using a single build system for everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants