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

[Feature request] Optional pass AR and RANLIB implementation #123

Open
band-a-prend opened this issue Apr 22, 2021 · 0 comments
Open

[Feature request] Optional pass AR and RANLIB implementation #123

band-a-prend opened this issue Apr 22, 2021 · 0 comments

Comments

@band-a-prend
Copy link

The Builder.py has hardcoded archiver+flags and ranlib implementation:

link_cmd = "ar -rcs " + lib + " " + link_cmd + " \n ranlib " + lib

that makes imposible to use other implementation of them, e.g. on built of StringiFor.

Is it possible to add optional passing of ar_cmd and ranlib_cmd to pass e.g. llvm-ar and llvm-ranlib executables as string parameter?

Maybe it could be the additional options for custom as compiler -fc like -ar my_ar ar_flags and -rl my_ranlib?

Although the llvm fortran compiler has no own driver and use external compiler to produce executable.

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

1 participant