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

Locate Bessel function from libboost #14

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Locate Bessel function from libboost #14

merged 1 commit into from
Nov 27, 2024

Conversation

antonysigma
Copy link
Collaborator

@antonysigma antonysigma commented Nov 27, 2024

If option use_boost is true, search the system for Boost.Math via pkg-config. If not exist, download the Boost.Math header-only library. Configure it in standalone mode.

Otherwise, if use_boost=false, check for std::cyl_bessel_j in the C++17 standard.

Related to #7 .

If option `use_boost` is true, search the system for `Boost.Math` via
pkg-config. If not exist, download the Boost.Math header-only
library. Configure it in standalone mode.

Otherwise, if `use_boost=false`, check for `std::cyl_bessel_j` in the
C++17 standard.
@antonysigma antonysigma merged commit c4a9609 into main Nov 27, 2024
4 checks passed
@antonysigma antonysigma deleted the boost-bessel branch November 27, 2024 16:43
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

Successfully merging this pull request may close these issues.

1 participant