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

Compile fortran code during package installation... #4

Open
benRenard opened this issue Apr 11, 2023 · 1 comment
Open

Compile fortran code during package installation... #4

benRenard opened this issue Apr 11, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@benRenard
Copy link
Member

... rather than relying on pre-compiled, OS-specific binaries.

The makefile has been successfully tested on windows, Linux and OSX, so just need to understand how this can be integrated into the R packaging workflow

@benRenard benRenard added the enhancement New feature or request label Apr 11, 2023
@benRenard benRenard self-assigned this Apr 11, 2023
@benRenard
Copy link
Member Author

A possibly better alternative would be to add 2 functions:

  1. downloadBaM() to download the exe relevant for the OS from BaM github release
  2. makeBaM() to recompile BaM from the makefile. Apparently on windows this requires using package RTools

@benRenard benRenard reopened this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant